Skip to content

Commit 12fcfbd

Browse files
authored
Merge pull request #235 from DavidHickman/v1.4.8
v1.4.8
2 parents e0a421e + 9d16ff2 commit 12fcfbd

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

readme.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# PHP Compatibility Checker <a href="https://travis-ci.org/wpengine/phpcompat"><img src="https://travis-ci.org/wpengine/phpcompat.svg?branch=master"></a>
2-
**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)
3-
**Tags:** php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
4-
**Requires at least:** 3.5
5-
**Tested up to:** 5.0
6-
**Stable tag:** 1.4.7
7-
**License:** GPLv2 or later
8-
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
2+
**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)
3+
**Tags:** php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
4+
**Requires at least:** 3.5
5+
**Tested up to:** 5.0
6+
**Stable tag:** 1.4.8
7+
**License:** GPLv2 or later
8+
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

1010
Make sure your plugins and themes are compatible with newer PHP versions.
1111

@@ -56,7 +56,7 @@ PHP Compatibility Checker includes WP-CLI command support:
5656

5757
<version>
5858
PHP version to test.
59-
59+
6060
[--scan=<scan>]
6161
Whether to scan only active plugins and themes or all of them.
6262
default: active
@@ -117,6 +117,9 @@ To disclose security issues for this plugin please email [email protected]
117117

118118

119119
## Changelog ##
120+
### 1.4.8 ###
121+
- Update dependencies.
122+
120123
### 1.4.7 ###
121124
- Better translation support.
122125

@@ -210,5 +213,5 @@ To disclose security issues for this plugin please email [email protected]
210213

211214
## Upgrade Notice ##
212215

213-
### 1.4.7 ###
214-
- Better translation support.
216+
### 1.4.8 ###
217+
- Update dependencies.

readme.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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
55
Tested up to: 5.0
6-
Stable tag: 1.4.7
6+
Stable tag: 1.4.8
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -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.4.8 =
117+
- Update dependencies.
118+
116119
= 1.4.7 =
117120
- Better translation support.
118121

@@ -206,5 +209,5 @@ To disclose security issues for this plugin please email [email protected]
206209

207210
== Upgrade Notice ==
208211

209-
= 1.4.7 =
210-
- Better translation support.
212+
= 1.4.8 =
213+
- Update dependencies.

0 commit comments

Comments
 (0)