Skip to:
Content

BuddyPress.org

#9051 closed task (fixed)

Raise WordPress required version to 6.1

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 14.0.0 Priority: normal
Severity: normal Version:
Component: Core Keywords: dev-feedback has-patch
Cc:

Description (last modified by imath)

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 @imath
13 months ago

  • Description modified (diff)
  • Summary changed from Raise WordPress required version to 6.0 to Raise WordPress required version to 6.1

#2 @espellcaste
13 months ago

Good addition!

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

#5 @imath
12 months ago

  • Owner set to imath
  • Resolution set to fixed
  • Status changed from new to closed

In 13718:

Raise WordPress required version to 6.1

  • Do required WP version bumps.
  • Remove WP function/version checks when these were about WP version < 6.1.
  • Init the 14.0.0 deprecated functions file.
  • Update the GH PHP Unit Action and remove the 6.0 wp-phpunit/wp-phpunit composer package downgrade that was needed when testing WP version < 6.1.

Fixes #9051
Closes https://github.com/buddypress/buddypress/pull/226

Note: See TracTickets for help on using tickets.