Automattic / Co-Authors-Plus

Multiple bylines and Guest Authors for WordPress
https://wordpress.org/plugins/co-authors-plus/
GNU General Public License v2.0
291 stars 205 forks source link

Increase minimum WordPress version to 5.9 #1035

Closed alecgeatches closed 5 months ago

alecgeatches commented 5 months ago

Description

Increase the minimum supported WordPress version to 5.9, which allows for a simpler tests setup, since all of the PHPUnit-Polyfills are bundled with WordPress core. This includes a handful of changes:

alecgeatches commented 5 months ago

These tests are failing due to an older PHP version and mismatched dependency versions. After https://github.com/Automattic/Co-Authors-Plus/pull/1034 is merged, the tests here should pass. Please review that one first, thank you!

GaryJones commented 5 months ago

After #1034 is merged, I'll want to rebase this and add some extra changes that would otherwise create merge conflicts.

GaryJones commented 5 months ago

Rebased on to develop, and tweaked the integration test dependency ranges.

alecgeatches commented 5 months ago

✅ Looks good to me!