Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old WC versions: try loading WCPay if the account is connected #3010

Merged
merged 28 commits into from
Oct 4, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0eb7e3d
Bump min required WC version to 5.5
vbelolapotkov Sep 20, 2021
a8e21b3
Bump min required version of WooCommerce in headers
vbelolapotkov Sep 22, 2021
edd1791
Update WC versions in CI matrix
vbelolapotkov Sep 22, 2021
e820df4
Fix PHPUnit tests bootstrap for WC 4.4 and WP 5.4
vbelolapotkov Sep 22, 2021
708227b
Require missing dependency
vbelolapotkov Sep 22, 2021
948ec47
tmp: most of compatibility tests
vbelolapotkov Sep 22, 2021
35f1072
tmp: test php 7.1 compat
vbelolapotkov Sep 22, 2021
e727b06
Revert "tmp: test php 7.1 compat"
vbelolapotkov Sep 22, 2021
a47d248
Revert disabled compatibility tests
vbelolapotkov Sep 22, 2021
533d99b
Revert "Require missing dependency"
vbelolapotkov Sep 22, 2021
ad80f1c
Merge branch 'develop' into prepare/release-3.1.0
vbelolapotkov Sep 22, 2021
8cca4e8
Merge branch 'develop' into prepare/release-3.1.0
Sep 23, 2021
522675d
Merge branch 'develop' into prepare/release-3.1.0
htdat Sep 28, 2021
50e513e
Merge branch 'develop' into prepare/release-3.1.0
htdat Sep 29, 2021
16148f3
Add comment to explain matrix component `woocommerce` for E2E tests
htdat Sep 29, 2021
0f234a3
Add TODOs regarding issue #2970
htdat Sep 29, 2021
07ed01d
Add a suggestion to downgrade WCPay to let the site continue work.
htdat Sep 29, 2021
87c34e4
Continue loading WCPay if the account is currently connected.
htdat Sep 29, 2021
2d76e58
Add changelog entries.
htdat Sep 29, 2021
d4a1e17
Merge branch 'develop' into prepare/release-3.1.0
htdat Sep 30, 2021
7c4eff8
Merge branch 'prepare/release-3.1.0' into update/account-connected-de…
htdat Sep 30, 2021
fd960b8
Update the message.
htdat Sep 30, 2021
36654ac
Merge branch 'develop' into prepare/release-3.1.0
htdat Oct 1, 2021
ae7d0d7
Merge branch 'prepare/release-3.1.0' into update/account-connected-de…
htdat Oct 1, 2021
a453a88
check_plugin_dependencies: remove $silent, return notice message and …
htdat Oct 1, 2021
f03f18c
Use has_cached_account_connection to decide loading the plugin.
htdat Oct 1, 2021
21c6d81
Merge branch 'develop' into update/account-connected-dependencies
htdat Oct 1, 2021
8f8a762
Merge branch 'develop' into update/account-connected-dependencies
htdat Oct 4, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop' into prepare/release-3.1.0
  • Loading branch information
htdat committed Sep 28, 2021
commit 522675d47987f74bab029e547b6158c9b9f1e5d1
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
* Add - Currency deletion confirmation modal for currencies that are bound to an UPE method.
* Fix - Currency switcher does not affect order confirmation screen prices.
* Fix - Error when attempting to change the payment method for a subscription with UPE enabled.
* Add - Multi-Currency track currency added.
* Fix - Fill missing order_intent_info even if an exception occurs.
* Add - Gutenberg Block Widget for Multi-Currency.
* Update - Bump minimum supported version of WooCommerce from 5.4 to 5.5.
* Update - Bump minimum required version of WooCommerce from 4.0 to 4.4.

Expand Down
41 changes: 41 additions & 0 deletions composer.lock

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

3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ Please note that our support for the checkout block is still experimental and th
* Add - Currency deletion confirmation modal for currencies that are bound to an UPE method.
* Fix - Currency switcher does not affect order confirmation screen prices.
* Fix - Error when attempting to change the payment method for a subscription with UPE enabled.
* Add - Multi-Currency track currency added.
* Fix - Fill missing order_intent_info even if an exception occurs.
* Add - Gutenberg Block Widget for Multi-Currency.
* Update - Bump minimum supported version of WooCommerce from 5.4 to 5.5.
* Update - Bump minimum required version of WooCommerce from 4.0 to 4.4.

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.