-
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
Revert bumping minimum required version of WC 8.0.0 and WP 6.1 #7142
Conversation
…oCommerce and WP.
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
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 comment
The 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 comment
The 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.
* 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 comment
The 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 comment
The reason will be displayed to describe this comment to others. Learn more.
We can do it later, when we decide to bump it again.
Size Change: 0 B Total Size: 1.42 MB ℹ️ View Unchanged
|
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.
Looks good to me except one comment about changelog
Significance: minor | ||
Type: dev | ||
|
||
Revert bumping minimum required version of WooCommerce to 7.8.0 and WP to 6.0 |
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
Revert bumping minimum required version of WooCommerce to 7.8.0 and WP to 6.0 | |
Revert - Bump minimum required version of WooCommerce to 8.0.0 and WP to 6.1 | |
Setting the minimum required version of WooCommerce back to 7.8.0 and WP to 6.0 |
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.
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 comment
The 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.
* 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 comment
The reason will be displayed to describe this comment to others. Learn more.
We can do it later, when we decide to bump it again.
…e are reverting and clearly stating the minimum required WC and WP version now.
If all looks good, I'll merge. |
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.
LGTM!
Changes proposed in this Pull Request
This PR is to revert WC and WP minimum required version bump done in 25a87d1 because it is causing problem.
More context can be found in: p1693997746543009-slack-C05RC4FKUAV
Testing instructions
I'm not sure how to test this other than making sure GH checks are green and plugin passes smoke testing.
The fixes to the found errors have been included in #7127, which is the base branch of this PR, so can't verify that the changes from this PR fixes those errors.
Also, make sure the changes from this PR reverts changes from #7050 except the changelog entry.
npm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge