#9051 closed task (fixed)
Raise WordPress required version to 6.1
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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 (6)
#1
@
22 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.
22 months ago
This ticket was mentioned in PR #226 on buddypress/buddypress by imath.
21 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
#5
@
21 months ago
- Owner set to imath
- Resolution set to fixed
- Status changed from new to closed
In 13718:
This ticket was mentioned in PR #417 on buddypress/buddypress by @shekh0109.
2 months ago
#6
## Summary
This PR updates the documentation to reflect the new minimum requirements introduced in BuddyPress 15.0.0.
### Changes made
- Updates the minimum supported PHP version to 7.0.
- Updates the minimum required WordPress version to 6.4.
- Adds recommended versions (PHP 7.4+, MySQL 8.0+ or MariaDB 10.5+, HTTPS).
- Explains why the requirements were raised.
### References
---
Fixes: buddypress/bp-documentation#295
Good addition!