Skip to content
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

Bump minimum PHP and WordPress versions #130

Closed
GaryJones opened this issue Mar 14, 2022 · 0 comments · Fixed by #131
Closed

Bump minimum PHP and WordPress versions #130

GaryJones opened this issue Mar 14, 2022 · 0 comments · Fixed by #131

Comments

@GaryJones
Copy link
Contributor

The minimum PHP requirement for the current release (0.5) is not clear - we can assume PHP 5.2. This should be bumped to PHP 7.1. This allows type declarations and strictly typed user-land code, which can help with the more strictly typed code from native PHP 8.1 functions.

The minimum WP requirement for the current release (0.5) is WP 4.5. This should be bumped to WP 5.5 in the first instance.

These changes should be reflected in composer.json, readme headers, workflows, changelog and other documentation.

@GaryJones GaryJones added this to the 0.6 milestone Mar 14, 2022
GaryJones added a commit that referenced this issue Mar 14, 2022
Workflows were already using correct minimum versions.

Fixes #130.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant