Skip to content

Commit 1daeb86

Browse files
adds readme copy to plugin folder
1 parent 4b6af6a commit 1daeb86

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "GPLv2",
1010
"homepage": "https://wpengine.com",
1111
"scripts": {
12-
"build": "wp-scripts build --output-path=plugin/build",
12+
"build": "wp-scripts build --output-path=plugin/build && cp readme.txt plugin/",
1313
"makepot": "./vendor/bin/wp i18n make-pot plugin --slug=wpe-php-compat",
1414
"test:e2e": "wp-scripts test-e2e",
1515
"start": "wp-scripts start --output-path=plugin/build",

plugin/readme.txt

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: wpengine, octalmage, stevenkword, Taylor4484, pross, jcross, rfmeier, cadic, dkotter, ankit-k-gupta, jeffpaul
33
Tags: php 7, php 8, php, version, compat, compatibility, checker, wp engine, wpe, wpengine
44
Requires at least: 5.6
5-
Tested up to: 6.2
6-
Stable tag: 1.6.2
5+
Tested up to: 6.4
6+
Stable tag: 1.6.4
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -87,6 +87,14 @@ You will find the plugin options in the WP Admin `Tools => PHP Compatibility` me
8787
2. Compatibility results screen
8888

8989
== Changelog ==
90+
91+
= 1.6.4 =
92+
- Updates are now served from WP Engine servers.
93+
- Update dependencies.
94+
95+
= 1.6.3 =
96+
- Fix issue where Buffer was not available to the scans.
97+
9098
= 1.6.2 =
9199
- Update packages.
92100

0 commit comments

Comments
 (0)