Skip to content

update minimum requirements to PHP 7.2 and WP 5.1 #323

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

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

stklcode
Copy link
Contributor

@stklcode stklcode commented Feb 28, 2025

Drop support for PHP 5.6-7.1 and WordPress 4.7-5.0.
This makes development easier and should not be a big deal for most sites.

To make a point:

  • remove old dev-dependencies
  • use PHP 7 null-coalescing operator (??) where applicable
  • add PHP type hints to all methods
  • remove legacy multisite hooks for WP before 5.1

@stklcode stklcode added this to the 2.5.0 milestone Feb 28, 2025
@stklcode stklcode self-assigned this Feb 28, 2025
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
5.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@stklcode stklcode marked this pull request as ready for review February 28, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant