pluginkollektiv / statify

Statify – statistics plugin for WordPress
https://wordpress.org/plugins/statify/
GNU General Public License v3.0
76 stars 22 forks source link

update requirements to PHP 7.2 and WP 5.1 #287

Closed stklcode closed 5 months ago

stklcode commented 5 months ago

As discussed in #253 we already have some pending changes that require more recent PHP and WordPress versions.

Current requirements (up to 1.8.x):

Minimum without reverting stuff would be PHP 5.3 (#247) and WP 5.1 (#252).

Maintaining and testing old stuff is time consuming and only very few sites actually have such requirements. With this change, we jump forward to:

WP 5.1 does not play nice with PHPUnit 7/8 and neither with Polyfills, so let's just use 5.2 as minimum version in CI tests and rely on the static compatibility checks instead of investing time and effort in testing one more version.

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud