Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions plugins/composer-packages.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
{
"packages": {
"wpengine/hwp-previews": {
"0.0.12": {
"name": "wpengine/hwp-previews",
"version": "0.0.12",
"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-0.0.12/hwp-previews.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0 || ~2.0"
}
},
"0.0.11": {
"name": "wpengine/hwp-previews",
"version": "0.0.11",
Expand Down
2 changes: 1 addition & 1 deletion plugins/hwp-previews/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "wordpress-plugin",
"description": "A WordPress plugin for headless previews.",
"license": "GPL-2.0",
"version": "0.0.11",
"version": "0.0.12",
"authors": [
{
"name": "WP Engine Headless OSS Development Team",
Expand Down
4 changes: 2 additions & 2 deletions plugins/hwp-previews/hwp-previews.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.11
* Version: 0.0.12
* Text Domain: hwp-previews
* Domain Path: /languages
* Requires at least: 6.0
Expand Down Expand Up @@ -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.11' );
define( 'HWP_PREVIEWS_VERSION', '0.0.12' );
}

if ( ! defined( 'HWP_PREVIEWS_PLUGIN_DIR' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/hwp-previews/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: GraphQL, Headless, Previews, WPGraphQL, React, Rest
Requires at least: 6.0
Tested up to: 6.8.1
Requires PHP: 7.4
Stable tag: 0.0.11
Stable tag: 0.0.12
License: GPL-2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down
Loading