Skip to content

Commit 120563e

Browse files
committed
Fixed previews composer name.
1 parent f7b37b8 commit 120563e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

plugins/composer-packages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"packages": {
3-
"wpengine/previews": {
3+
"wpengine/hwp-previews": {
44
"0.0.6": {
5-
"name": "wpengine/previews",
5+
"name": "wpengine/hwp-previews",
66
"version": "0.0.6",
77
"type": "wordpress-plugin",
88
"description": "A WordPress plugin for headless previews.",
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"0.0.5": {
31-
"name": "wpengine/previews",
31+
"name": "wpengine/hwp-previews",
3232
"version": "0.0.5",
3333
"type": "wordpress-plugin",
3434
"description": "A WordPress plugin for headless previews.",
@@ -54,7 +54,7 @@
5454
}
5555
},
5656
"0.0.4": {
57-
"name": "wpengine/previews",
57+
"name": "wpengine/hwp-previews",
5858
"version": "0.0.4",
5959
"type": "wordpress-plugin",
6060
"description": "A WordPress plugin for headless previews.",

plugins/hwp-previews/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "wpengine/previews",
2+
"name": "wpengine/hwp-previews",
33
"type": "wordpress-plugin",
44
"description": "A WordPress plugin for headless previews.",
55
"license": "GPL-2.0",

plugins/hwp-previews/hwp-previews.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Text Domain: hwp-previews
1212
* Domain Path: /languages
1313
* Requires at least: 6.0
14-
* Tested up to: 6.8
14+
* Tested up to: 6.8.1
1515
* Requires PHP: 7.4+
1616
* License: GPLv2 or later
1717
* License URI: https://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)