Skip to content

Commit eb4e56a

Browse files
Update version and changelog for 1.0.1 (#685)
* Update version to 1.0.1 * Update changelog for 1.0.1
1 parent ba71fb8 commit eb4e56a

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
*** WooCommerce Payments Changelog ***
22

3+
= 1.0.1 - 2020-06-01 =
4+
* Add - Support 3D Secure verification
5+
* Add - Transaction date and type filters to transactions list
6+
* Update - Redirect to the "Connect" page on plugin activation or when trying to navigate to the settings screen
7+
* Fix - Add deposit delay notice to deposit schedule
8+
* Fix - Avoid localizing deposit date or displaying time-of-day precision
9+
* Fix - Display dispute currency code in dispute info
10+
311
= 1.0.0 - 2020-05-19 =
412
* Add - Level 3 data to payment requests
513
* Update - Expose public method for checking connection status

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "woocommerce-payments",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "webpack.config.js",
55
"author": "Automattic",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: woocommerce, payment, payment request, credit card, automattic
44
Requires at least: 5.3
55
Tested up to: 5.4
66
Requires PHP: 7.0
7-
Stable tag: 1.0.0
7+
Stable tag: 1.0.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -98,6 +98,14 @@ You can read our Terms of Service [here](https://en.wordpress.com/tos).
9898

9999
== Changelog ==
100100

101+
= 1.0.1 - 2020-06-01 =
102+
* Add - Support 3D Secure verification
103+
* Add - Transaction date and type filters to transactions list
104+
* Update - Redirect to the "Connect" page on plugin activation or when trying to navigate to the settings screen
105+
* Fix - Add deposit delay notice to deposit schedule
106+
* Fix - Avoid localizing deposit date or displaying time-of-day precision
107+
* Fix - Display dispute currency code in dispute info
108+
101109
= 1.0.0 - 2020-05-19 =
102110
* Add - Level 3 data to payment requests
103111
* Update - Expose public method for checking connection status

woocommerce-payments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* WC requires at least: 4.0
1111
* WC tested up to: 4.1
1212
* Requires WP: 5.3
13-
* Version: 1.0.0
13+
* Version: 1.0.1
1414
*
1515
* @package WooCommerce\Payments
1616
*/

0 commit comments

Comments
 (0)