diff --git a/.changeset/short-ants-wave.md b/.changeset/short-ants-wave.md deleted file mode 100644 index ee073ac6..00000000 --- a/.changeset/short-ants-wave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@wpengine/hwp-previews-wordpress-plugin": major ---- - -chore: Initial release of the HWP Previews Plugin -- Updated Readme and docs -- Upgraded wordpress-core into 6.9 diff --git a/plugins/composer-packages.json b/plugins/composer-packages.json index f80dd9a1..1fb3d0a7 100644 --- a/plugins/composer-packages.json +++ b/plugins/composer-packages.json @@ -1,6 +1,32 @@ { "packages": { "wpengine/hwp-previews": { + "1.0.0": { + "name": "wpengine/hwp-previews", + "version": "1.0.0", + "type": "wordpress-plugin", + "description": "A WordPress plugin for headless previews.", + "homepage": "https://github.com/wpengine/hwptoolkit", + "license": "GPL-2.0", + "authors": [ + { + "name": "WP Engine Headless OSS Development Team", + "email": "headless-oss@wpengine.com", + "homepage": "https://wpengine.com/" + } + ], + "support": { + "issues": "https://github.com/wpengine/hwptoolkit/issues", + "email": "support@wpengine.com" + }, + "dist": { + "url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fhwp-previews-wordpress-plugin-1.0.0/hwp-previews.zip", + "type": "zip" + }, + "require": { + "composer/installers": "~1.0 || ~2.0" + } + }, "0.0.15": { "name": "wpengine/hwp-previews", "version": "0.0.15", diff --git a/plugins/hwp-previews/CHANGELOG.md b/plugins/hwp-previews/CHANGELOG.md index 2ab3659d..12b2eb09 100644 --- a/plugins/hwp-previews/CHANGELOG.md +++ b/plugins/hwp-previews/CHANGELOG.md @@ -1,5 +1,13 @@ # HWP Previews +## 1.0.0 + +### Major Changes + +- [#524](https://github.com/wpengine/hwptoolkit/pull/524) [`e6060f7`](https://github.com/wpengine/hwptoolkit/commit/e6060f7818cbf3abdd7a95d6f0e0defd71985d85) Thanks [@ahuseyn](https://github.com/ahuseyn)! - chore: Initial release of the HWP Previews Plugin + - Updated Readme and docs + - Upgraded wordpress-core into 6.9 + ## 0.0.15 ### Patch Changes diff --git a/plugins/hwp-previews/composer.json b/plugins/hwp-previews/composer.json index e8fc001f..9109b2ee 100644 --- a/plugins/hwp-previews/composer.json +++ b/plugins/hwp-previews/composer.json @@ -3,7 +3,7 @@ "type": "wordpress-plugin", "description": "A WordPress plugin for headless previews.", "license": "GPL-2.0", - "version": "0.0.15", + "version": "1.0.0", "authors": [ { "name": "WP Engine Headless OSS Development Team", diff --git a/plugins/hwp-previews/hwp-previews.php b/plugins/hwp-previews/hwp-previews.php index e41a64a4..7194cbc3 100644 --- a/plugins/hwp-previews/hwp-previews.php +++ b/plugins/hwp-previews/hwp-previews.php @@ -7,7 +7,7 @@ * Author: WPEngine Headless OSS Team * Author URI: https://github.com/wpengine * Update URI: https://github.com/wpengine/hwptoolkit - * Version: 0.0.15 + * Version: 1.0.0 * Text Domain: hwp-previews * Domain Path: /languages * Requires at least: 6.0 @@ -67,7 +67,7 @@ function hwp_previews_init(): void { */ function hwp_previews_constants(): void { if ( ! defined( 'HWP_PREVIEWS_VERSION' ) ) { - define( 'HWP_PREVIEWS_VERSION', '0.0.15' ); + define( 'HWP_PREVIEWS_VERSION', '1.0.0' ); } if ( ! defined( 'HWP_PREVIEWS_PLUGIN_DIR' ) ) { diff --git a/plugins/hwp-previews/package.json b/plugins/hwp-previews/package.json index 48010ca2..26a37251 100644 --- a/plugins/hwp-previews/package.json +++ b/plugins/hwp-previews/package.json @@ -1,6 +1,6 @@ { "name": "@wpengine/hwp-previews-wordpress-plugin", - "version": "0.0.15", + "version": "1.0.0", "private": true, "description": "Headless Previews solution for WordPress: fully configurable preview URLs via the settings page.", "scripts": { diff --git a/plugins/hwp-previews/readme.txt b/plugins/hwp-previews/readme.txt index c767def0..531071b9 100644 --- a/plugins/hwp-previews/readme.txt +++ b/plugins/hwp-previews/readme.txt @@ -4,7 +4,7 @@ Tags: GraphQL, Headless, Previews, WPGraphQL, React, Rest Requires at least: 6.0 Tested up to: 6.9 Requires PHP: 7.4 -Stable tag: 0.0.15 +Stable tag: 1.0.0 License: GPL-2.0 License URI: https://www.gnu.org/licenses/gpl-2.0.html