Skip to content

Commit bf2ead5

Browse files
committed
Set plugin version as 0.0.1-beta for #257 process
1 parent baaf821 commit bf2ead5

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

plugins/hwp-previews/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Version](https://img.shields.io/badge/version-0.0.1-blue)]() [![License](https://img.shields.io/badge/license-GPLv2%2B-lightgrey)]()
66

77
> [!CAUTION]
8-
> This plugin is currently in an alpha state. It's still under active development, so you may encounter bugs or incomplete features. Updates will be rolled out regularly. Use with caution and provide feedback if possible.
8+
> This plugin is currently in an beta state. It's still under active development, so you may encounter bugs or incomplete features. Updates will be rolled out regularly. Use with caution and provide feedback if possible.
99
1010
---
1111

plugins/hwp-previews/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "wordpress-plugin",
44
"description": "A WordPress plugin for headless previews.",
55
"license": "GPL-3.0-or-later",
6+
"version": "0.0.1-beta",
67
"authors": [
78
{
89
"name": "WP Engine Headless OSS Development Team",

plugins/hwp-previews/hwp-previews.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author: WPEngine Headless OSS Team
88
* Author URI: https://github.com/wpengine
99
* Update URI: https://github.com/wpengine/hwptoolkit
10-
* Version: 0.0.1
10+
* Version: 0.0.1-beta
1111
* Text Domain: hwp-previews
1212
* Domain Path: /languages
1313
* Requires at least: 6.0
@@ -54,7 +54,7 @@
5454
*/
5555
function hwp_previews_constants(): void {
5656
if ( ! defined( 'HWP_PREVIEWS_VERSION' ) ) {
57-
define( 'HWP_PREVIEWS_VERSION', '0.0.1' );
57+
define( 'HWP_PREVIEWS_VERSION', '0.0.1-beta' );
5858
}
5959

6060
if ( ! defined( 'HWP_PREVIEWS_PLUGIN_DIR' ) ) {

plugins/hwp-previews/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: GraphQL, Headless, Previews, WPGraphQL, React, Rest
44
Requires at least: 6.0
55
Tested up to: 6.8.1
66
Requires PHP: 7.4
7-
Stable tag: 0.0.1
7+
Stable tag: 0.0.1-beta
88
License: GPL-3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

0 commit comments

Comments
 (0)