Skip to content

Update PHP versions statistics in readme files #208

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ This plugin will lint theme and plugin code inside your WordPress file system an

### Update to PHP 7.2 ###
* Use this plugin to check your site for compatibility up to PHP 7.2!
* As of [November 2016](https://wordpress.org/about/stats/), 52.9% of WordPress websites run a PHP version less PHP 5.5.
* These versions of PHP have been deprecated and unsupported for over 9 months.
* Only 3.4% of WordPress websites run PHP 7, the current main version of PHP.
* As of [December 2018](https://wordpress.org/about/stats/), 24.9% of WordPress websites run a PHP version older than PHP 5.6.
* These versions of PHP have been [deprecated and unsupported](https://secure.php.net/supported-versions.php) for over 2 years.
* Only 38.8% of WordPress websites run PHP 7, the current main version of PHP.


### Disclaimer ###
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ This plugin will lint theme and plugin code inside your WordPress file system an

= Update to PHP 7.2 =
* Use this plugin to check your site for compatibility up to PHP 7.2!
* As of [November 2016](https://wordpress.org/about/stats/), 52.9% of WordPress websites run a PHP version less PHP 5.5.
* These versions of PHP have been deprecated and unsupported for over 9 months.
* Only 3.4% of WordPress websites run PHP 7, the current main version of PHP.
* As of [December 2018](https://wordpress.org/about/stats/), 24.9% of WordPress websites run a PHP version older than PHP 5.6.
* These versions of PHP have been [deprecated and unsupported](https://secure.php.net/supported-versions.php) for over 2 years.
* Only 38.8% of WordPress websites run PHP 7, the current main version of PHP.


= Disclaimer =
Expand Down