Skip to content

Commit

Permalink
Update subscriptions-core to 1.6.3 (#3752)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Aprea committed Feb 7, 2022
1 parent bdf28db commit 631a28f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* Fix - Checkout with block-based themes.
* Add - UPE payment method - EPS.
* Fix - Redundant payment intents for UPE.
* Fix - Replace uses of is_ajax() with wp_doing_ajax() in subscriptions-core.
* Improve handling of session data.

= 3.6.1 - 2022-01-27 =
* Fix - Remove packages not compatible with PHP 7.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"automattic/jetpack-autoloader": "2.10.11",
"automattic/jetpack-identity-crisis": "0.7.0",
"myclabs/php-enum": "1.7.7",
"woocommerce/subscriptions-core": "1.6.2"
"woocommerce/subscriptions-core": "1.6.3"
},
"require-dev": {
"composer/installers": "1.10.0",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ Please note that our support for the checkout block is still experimental and th
* Fix - Checkout with block-based themes.
* Add - UPE payment method - EPS.
* Fix - Redundant payment intents for UPE.
* Fix - Replace uses of is_ajax() with wp_doing_ajax() in subscriptions-core.
* Improve handling of session data.

= 3.6.1 - 2022-01-27 =
* Fix - Remove packages not compatible with PHP 7.0
Expand Down

0 comments on commit 631a28f

Please sign in to comment.