diff --git a/.changeset/green-humans-guess.md b/.changeset/green-humans-guess.md new file mode 100644 index 00000000..36d4ea13 --- /dev/null +++ b/.changeset/green-humans-guess.md @@ -0,0 +1,5 @@ +--- +"@wpengine/hwp-previews-wordpress-plugin": patch +--- + +chore: Fixed previews composer name to "hwp-previews" to fix composer install issue. diff --git a/plugins/composer-packages.json b/plugins/composer-packages.json index 26de0786..add54a44 100644 --- a/plugins/composer-packages.json +++ b/plugins/composer-packages.json @@ -1,8 +1,8 @@ { "packages": { - "wpengine/previews": { + "wpengine/hwp-previews": { "0.0.6": { - "name": "wpengine/previews", + "name": "wpengine/hwp-previews", "version": "0.0.6", "type": "wordpress-plugin", "description": "A WordPress plugin for headless previews.", @@ -28,7 +28,7 @@ } }, "0.0.5": { - "name": "wpengine/previews", + "name": "wpengine/hwp-previews", "version": "0.0.5", "type": "wordpress-plugin", "description": "A WordPress plugin for headless previews.", @@ -54,7 +54,7 @@ } }, "0.0.4": { - "name": "wpengine/previews", + "name": "wpengine/hwp-previews", "version": "0.0.4", "type": "wordpress-plugin", "description": "A WordPress plugin for headless previews.", diff --git a/plugins/hwp-previews/composer.json b/plugins/hwp-previews/composer.json index 27e97353..a42adcfe 100644 --- a/plugins/hwp-previews/composer.json +++ b/plugins/hwp-previews/composer.json @@ -1,5 +1,5 @@ { - "name": "wpengine/previews", + "name": "wpengine/hwp-previews", "type": "wordpress-plugin", "description": "A WordPress plugin for headless previews.", "license": "GPL-2.0", diff --git a/plugins/hwp-previews/hwp-previews.php b/plugins/hwp-previews/hwp-previews.php index 4743c9f9..4060c0bc 100644 --- a/plugins/hwp-previews/hwp-previews.php +++ b/plugins/hwp-previews/hwp-previews.php @@ -11,7 +11,7 @@ * Text Domain: hwp-previews * Domain Path: /languages * Requires at least: 6.0 - * Tested up to: 6.8 + * Tested up to: 6.8.1 * Requires PHP: 7.4+ * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html