Skip to content

Commit c703a83

Browse files
author
Shawn Hooper
committed
Update version numbers and changelog
1 parent a4a60cf commit c703a83

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

readme.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
**Contributors:** [wpengine](https://profiles.wordpress.org/wpengine), [octalmage](https://profiles.wordpress.org/octalmage), [stevenkword](https://profiles.wordpress.org/stevenkword), [Taylor4484](https://profiles.wordpress.org/Taylor4484), [pross](https://profiles.wordpress.org/pross), [jcross](https://profiles.wordpress.org/jcross)
33
**Tags:** php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
44
**Requires at least:** 3.5
5-
**Tested up to:** 5.0
6-
**Stable tag:** 1.4.8
5+
**Tested up to:** 5.2.2
6+
**Stable tag:** 1.5.0
77
**License:** GPLv2 or later
88
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -21,11 +21,11 @@ This plugin will lint theme and plugin code inside your WordPress file system an
2121

2222
**This plugin relies on WP-Cron to scan files in the background. The scan will get stuck if the site's WP-Cron isn't running correctly. Please see the [FAQ](https://wordpress.org/plugins/php-compatibility-checker/faq/) for more information.**
2323

24-
### Update to PHP 7.2 ###
25-
* Use this plugin to check your site for compatibility up to PHP 7.2!
26-
* As of [December 2018](https://wordpress.org/about/stats/), 24.9% of WordPress websites run a PHP version older than PHP 5.6.
24+
### Update to PHP 7.3 ###
25+
* Use this plugin to check your site for compatibility up to PHP 7.3!
26+
* As of [July 2019](https://wordpress.org/about/stats/), 20.1% of WordPress websites run a PHP version older than PHP 5.6.
2727
* These versions of PHP have been [deprecated and unsupported](https://secure.php.net/supported-versions.php) for over 2 years.
28-
* Only 38.8% of WordPress websites run PHP 7, the current main version of PHP.
28+
* Only 54.1% of WordPress websites run PHP 7, the current main version of PHP.
2929

3030

3131
### Disclaimer ###
@@ -117,6 +117,9 @@ To disclose security issues for this plugin please email [email protected]
117117

118118

119119
## Changelog ##
120+
### 1.5.0 ###
121+
- Added support for PHP 7.3 compatibility checks
122+
120123
### 1.4.8 ###
121124
- Update dependencies.
122125

readme.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: wpengine, octalmage, stevenkword, Taylor4484, pross, jcross
33
Tags: php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
44
Requires at least: 3.5
5-
Tested up to: 5.0
6-
Stable tag: 1.4.8
5+
Tested up to: 5.2.2
6+
Stable tag: 1.5.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -21,11 +21,11 @@ This plugin will lint theme and plugin code inside your WordPress file system an
2121

2222
**This plugin relies on WP-Cron to scan files in the background. The scan will get stuck if the site's WP-Cron isn't running correctly. Please see the [FAQ](https://wordpress.org/plugins/php-compatibility-checker/faq/) for more information.**
2323

24-
= Update to PHP 7.2 =
25-
* Use this plugin to check your site for compatibility up to PHP 7.2!
26-
* As of [December 2018](https://wordpress.org/about/stats/), 24.9% of WordPress websites run a PHP version older than PHP 5.6.
24+
= Update to PHP 7.3 =
25+
* Use this plugin to check your site for compatibility up to PHP 7.3!
26+
* As of [July 2019](https://wordpress.org/about/stats/), 20.1% of WordPress websites run a PHP version older than PHP 5.6.
2727
* These versions of PHP have been [deprecated and unsupported](https://secure.php.net/supported-versions.php) for over 2 years.
28-
* Only 38.8% of WordPress websites run PHP 7, the current main version of PHP.
28+
* Only 54.1% of WordPress websites run PHP 7, the current main version of PHP.
2929

3030

3131
= Disclaimer =
@@ -113,6 +113,9 @@ To disclose security issues for this plugin please email [email protected]
113113
2. Compatibility results screen
114114

115115
== Changelog ==
116+
= 1.5.0 =
117+
- Added support for PHP 7.3 compatibility checks
118+
116119
= 1.4.8 =
117120
- Update dependencies.
118121

0 commit comments

Comments
 (0)