-
Notifications
You must be signed in to change notification settings - Fork 178
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
Bump WP version requirement to 6.1 #13413
Conversation
Size Change: -17 B (0%) Total Size: 2.74 MB ℹ️ View Unchanged
|
Plugin builds for 37a04b2 are ready 🛎️!
|
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.
@swissspidy Two queries related to the version constants otherwise LGTM! ✅
Query
May we also update version constants as per the new version in the following files?
File 1: web-stories.php
- Line 50: define( 'WEBSTORIES_MINIMUM_WP_VERSION', '6.0' );
+ Line 50: define( 'WEBSTORIES_MINIMUM_WP_VERSION', '6.1' );
File 2: /tests/phpstan/bootstrap.php
- Line 13: define( 'WEBSTORIES_MINIMUM_PHP_VERSION', '5.6' );
+ Line 13: define( 'WEBSTORIES_MINIMUM_PHP_VERSION', '7.4' );
- Line 14: define( 'WEBSTORIES_MINIMUM_WP_VERSION', '5.3' );
+ Line 14: define( 'WEBSTORIES_MINIMUM_WP_VERSION', '6.1' );
Context
See #13260
Summary
Bumps the WordPress minimum version requirement to 6.1.
Removes now unneeded code that primes some caches, because WP 6.1+ already does this.
Relevant Technical Choices
To-do
User-facing changes
N/A
Testing Instructions
This PR can be tested by following these steps:
Reviews
Does this PR have a security-related impact?
No
Does this PR change what data or activity we track or use?
No
Does this PR have a legal-related impact?
No
Checklist
Type: XYZ
label to the PRFixes #13260