-
Notifications
You must be signed in to change notification settings - Fork 69
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
Revert bumping minimum required version of WC 8.0.0 and WP 6.1 #7142
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: minor | ||
Type: dev | ||
|
||
Revert bumping minimum required version of WooCommerce to 7.8.0 and WP to 6.0 | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
=== WooPayments - Fully Integrated Solution Built and Supported by Woo === | ||
Contributors: woocommerce, automattic | ||
Tags: payment gateway, payment, apple pay, credit card, google pay, woocommerce payments | ||
Requires at least: 6.1 | ||
Tested up to: 6.3 | ||
Requires at least: 6.0 | ||
Tested up to: 6.2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm tempted to leave this as 6.3 (because we must have been testing up to that version) but goal of this PR is to revert #7050, so I went ahead to revert this line as well. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You made the right call; we'll bump it again after we find the root cause. |
||
Requires PHP: 7.3 | ||
Stable tag: 6.4.1 | ||
License: GPLv2 or later | ||
|
@@ -38,8 +38,8 @@ Our global support team is available to answer questions you may have about WooP | |
|
||
= Requirements = | ||
|
||
* WordPress 6.1 or newer. | ||
* WooCommerce 7.8 or newer. | ||
* WordPress 6.0 or newer. | ||
* WooCommerce 7.6 or newer. | ||
* PHP 7.3 or newer is recommended. | ||
|
||
= Try it now = | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
* Woo: 5278104:bf3cf30871604e15eec560c962593c1f | ||
* Text Domain: woocommerce-payments | ||
* Domain Path: /languages | ||
* WC requires at least: 7.8 | ||
* WC tested up to: 8.0.0 | ||
* Requires at least: 6.1 | ||
* WC requires at least: 7.6 | ||
* WC tested up to: 7.8.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm tempted to leave this as 8.0.0 (because we must have been testing up to that version) but goal of this PR is to revert #7050, so I went ahead to revert this line as well. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can do it later, when we decide to bump it again. |
||
* Requires at least: 6.0 | ||
* Requires PHP: 7.3 | ||
* Version: 6.4.1 | ||
* | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it can be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. I wasn't sure about this too. I'll create a separate changelog entries because if I remember correctly, new lines in one changelog file will cause a problem when generating the final changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in 70af0ee.