Opened 13 months ago
Closed 12 months ago
#9051 closed task (fixed)
Raise WordPress required version to 6.1
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 14.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | dev-feedback has-patch |
Cc: |
Description (last modified by )
As explained here, I suggest to raise the WP required version to WordPress 6.1.
At first I thought of raising it to 5.9 (as some important block theme functions were introduced in it), but it's only 2.1% of active installs.
Then I thought about raising it to 6.0 but choosing 6.1 would allow us to simplify GitHub actions and remove a dev dependency to wp-phpunit
composer package. See #9053
Change History (5)
#1
@
13 months ago
- Description modified (diff)
- Summary changed from Raise WordPress required version to 6.0 to Raise WordPress required version to 6.1
This ticket was mentioned in Slack in #buddypress by imath. View the logs.
13 months ago
This ticket was mentioned in PR #226 on buddypress/buddypress by imath.
12 months ago
#4
- Keywords has-patch added; needs-patch removed
- 6.1 required WP version bumps
- Remove checks for WP versions < 6.1
- deprecate 2 BP Block functions
Trac ticket: https://buddypress.trac.wordpress.org/ticket/9051
Good addition!