From 637385e236b1f0cccd934f263b25f0cab45a04eb Mon Sep 17 00:00:00 2001 From: Pantheon Automation Date: Thu, 21 Dec 2023 06:53:41 +0000 Subject: [PATCH 1/6] Prepare 0.3.9-dev --- README.MD | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 4 +++- rossums-universal-robots.php | 4 ++-- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.MD b/README.MD index 22a0d19..1ae6fdc 100644 --- a/README.MD +++ b/README.MD @@ -5,7 +5,7 @@ Tags: comments, spam Requires at least: 4.5 Tested up to: 6.2.1 Requires PHP: 5.6 -Stable tag: 0.3.8 +Stable tag: 0.3.9-dev License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -26,6 +26,8 @@ See the robots hard at work. ## Changelog +### 0.3.9-dev + ### 0.3.8-dev * Set Counter to 13 [[67](https://github.com/pantheon-systems/plugin-pipeline-example/pull/67)] diff --git a/package-lock.json b/package-lock.json index 85656d8..bb922f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plugin-pipeline-example", - "version": "0.3.8", + "version": "0.3.9-dev", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "plugin-pipeline-example", - "version": "0.3.8", + "version": "0.3.9-dev", "license": "MIT", "dependencies": { "grunt": "^1.6.1", diff --git a/package.json b/package.json index 2caa3c1..b6745b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-pipeline-example", - "version": "0.3.8", + "version": "0.3.9-dev", "description": "A demo plugin to test and showcase github actions during plugin development and release", "main": "Gruntfile.js", "directories": { diff --git a/readme.txt b/readme.txt index 519acec..d9fcf6f 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: comments, spam Requires at least: 4.5 Tested up to: 6.2.1 Requires PHP: 5.6 -Stable tag: 0.3.8 +Stable tag: 0.3.9-dev License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -68,6 +68,8 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove == Changelog == += 0.3.9-dev = + = 0.3.8 (21 December 2023) = * Set Counter to 13 [[67](https://github.com/pantheon-systems/plugin-pipeline-example/pull/67)] diff --git a/rossums-universal-robots.php b/rossums-universal-robots.php index e19b0c2..a07acf5 100644 --- a/rossums-universal-robots.php +++ b/rossums-universal-robots.php @@ -7,7 +7,7 @@ * Author URI: pantheon.io * Text Domain: rossums-universal-robots * Domain Path: /languages - * Version: 0.3.8 + * Version: 0.3.9-dev * * @package Rossums_Universal_Robots */ @@ -17,7 +17,7 @@ * * @since 0.3.0 */ -define( 'RUR_VERSION', '0.3.8' ); +define( 'RUR_VERSION', '0.3.9-dev' ); /** * Returns an int. It's a feature. From 0ceca800f4cc0892c728f95af520ae332195ef01 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Thu, 21 Dec 2023 07:51:25 -0800 Subject: [PATCH 2/6] fixup readme.md --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 1ae6fdc..3492f41 100644 --- a/README.MD +++ b/README.MD @@ -28,7 +28,7 @@ See the robots hard at work. ### 0.3.9-dev -### 0.3.8-dev +### 0.3.8 (21 December 2023) * Set Counter to 13 [[67](https://github.com/pantheon-systems/plugin-pipeline-example/pull/67)] ### 0.3.7 (21 December 2023) From 965c3a780f01967081679459bbbd5416dd23e4b0 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Thu, 4 Jan 2024 10:14:36 -0800 Subject: [PATCH 3/6] New feat: Set Counter to 14 (#70) --- README.MD | 1 + rossums-universal-robots.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 3492f41..c3e7b7d 100644 --- a/README.MD +++ b/README.MD @@ -27,6 +27,7 @@ See the robots hard at work. ## Changelog ### 0.3.9-dev +* Set Counter to 14 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)] ### 0.3.8 (21 December 2023) * Set Counter to 13 [[67](https://github.com/pantheon-systems/plugin-pipeline-example/pull/67)] diff --git a/rossums-universal-robots.php b/rossums-universal-robots.php index a07acf5..e3fc1d6 100644 --- a/rossums-universal-robots.php +++ b/rossums-universal-robots.php @@ -26,7 +26,7 @@ * @since 0.1.1 */ function rur_counter() { - return 13; + return 14; } /** From 93f09d2c827a22b27309ca9910dcc1bda00a92a2 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Thu, 4 Jan 2024 10:17:09 -0800 Subject: [PATCH 4/6] readme adjust --- README.MD | 2 +- readme.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index c3e7b7d..d107767 100644 --- a/README.MD +++ b/README.MD @@ -27,7 +27,7 @@ See the robots hard at work. ## Changelog ### 0.3.9-dev -* Set Counter to 14 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)] +* Set Counter to 14 [[70](https://github.com/pantheon-systems/plugin-pipeline-example/pull/70)] ### 0.3.8 (21 December 2023) * Set Counter to 13 [[67](https://github.com/pantheon-systems/plugin-pipeline-example/pull/67)] diff --git a/readme.txt b/readme.txt index d9fcf6f..9eb6169 100644 --- a/readme.txt +++ b/readme.txt @@ -69,6 +69,7 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove == Changelog == = 0.3.9-dev = +* Set Counter to 14 [[70](https://github.com/pantheon-systems/plugin-pipeline-example/pull/70)] = 0.3.8 (21 December 2023) = * Set Counter to 13 [[67](https://github.com/pantheon-systems/plugin-pipeline-example/pull/67)] From 7f03f7be91f3c9ed3825f185098ef404c784f3ab Mon Sep 17 00:00:00 2001 From: Pantheon Automation Date: Thu, 4 Jan 2024 18:17:26 +0000 Subject: [PATCH 5/6] Release 0.3.9 --- README.MD | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 4 ++-- rossums-universal-robots.php | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.MD b/README.MD index d107767..6d6073d 100644 --- a/README.MD +++ b/README.MD @@ -5,7 +5,7 @@ Tags: comments, spam Requires at least: 4.5 Tested up to: 6.2.1 Requires PHP: 5.6 -Stable tag: 0.3.9-dev +Stable tag: 0.3.9 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/package-lock.json b/package-lock.json index bb922f5..683eef2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plugin-pipeline-example", - "version": "0.3.9-dev", + "version": "0.3.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "plugin-pipeline-example", - "version": "0.3.9-dev", + "version": "0.3.9", "license": "MIT", "dependencies": { "grunt": "^1.6.1", diff --git a/package.json b/package.json index b6745b3..7ff6888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-pipeline-example", - "version": "0.3.9-dev", + "version": "0.3.9", "description": "A demo plugin to test and showcase github actions during plugin development and release", "main": "Gruntfile.js", "directories": { diff --git a/readme.txt b/readme.txt index 9eb6169..0d83580 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: comments, spam Requires at least: 4.5 Tested up to: 6.2.1 Requires PHP: 5.6 -Stable tag: 0.3.9-dev +Stable tag: 0.3.9 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -68,7 +68,7 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove == Changelog == -= 0.3.9-dev = += 0.3.9 (4 January 2024) = * Set Counter to 14 [[70](https://github.com/pantheon-systems/plugin-pipeline-example/pull/70)] = 0.3.8 (21 December 2023) = diff --git a/rossums-universal-robots.php b/rossums-universal-robots.php index e3fc1d6..c6ac100 100644 --- a/rossums-universal-robots.php +++ b/rossums-universal-robots.php @@ -7,7 +7,7 @@ * Author URI: pantheon.io * Text Domain: rossums-universal-robots * Domain Path: /languages - * Version: 0.3.9-dev + * Version: 0.3.9 * * @package Rossums_Universal_Robots */ @@ -17,7 +17,7 @@ * * @since 0.3.0 */ -define( 'RUR_VERSION', '0.3.9-dev' ); +define( 'RUR_VERSION', '0.3.9' ); /** * Returns an int. It's a feature. From d6c0850bec4bc062eb747b3f71a5494820cd316f Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Thu, 4 Jan 2024 10:21:19 -0800 Subject: [PATCH 6/6] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 6d6073d..bccf596 100644 --- a/README.MD +++ b/README.MD @@ -26,7 +26,7 @@ See the robots hard at work. ## Changelog -### 0.3.9-dev +### 0.3.9 * Set Counter to 14 [[70](https://github.com/pantheon-systems/plugin-pipeline-example/pull/70)] ### 0.3.8 (21 December 2023)