Skip to content

Commit 6e63b15

Browse files
authored
Merge pull request #69 from pantheon-systems/release-0.3.9
Release 0.3.9
2 parents 7b47a27 + d6c0850 commit 6e63b15

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

README.MD

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: comments, spam
55
Requires at least: 4.5
66
Tested up to: 6.2.1
77
Requires PHP: 5.6
8-
Stable tag: 0.3.8
8+
Stable tag: 0.3.9
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -26,7 +26,10 @@ See the robots hard at work.
2626

2727
## Changelog
2828

29-
### 0.3.8-dev
29+
### 0.3.9
30+
* Set Counter to 14 [[70](https://github.com/pantheon-systems/plugin-pipeline-example/pull/70)]
31+
32+
### 0.3.8 (21 December 2023)
3033
* Set Counter to 13 [[67](https://github.com/pantheon-systems/plugin-pipeline-example/pull/67)]
3134

3235
### 0.3.7 (21 December 2023)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-pipeline-example",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "A demo plugin to test and showcase github actions during plugin development and release",
55
"main": "Gruntfile.js",
66
"directories": {

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: comments, spam
55
Requires at least: 4.5
66
Tested up to: 6.2.1
77
Requires PHP: 5.6
8-
Stable tag: 0.3.8
8+
Stable tag: 0.3.9
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -68,6 +68,9 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
6868

6969
== Changelog ==
7070

71+
= 0.3.9 (4 January 2024) =
72+
* Set Counter to 14 [[70](https://github.com/pantheon-systems/plugin-pipeline-example/pull/70)]
73+
7174
= 0.3.8 (21 December 2023) =
7275
* Set Counter to 13 [[67](https://github.com/pantheon-systems/plugin-pipeline-example/pull/67)]
7376

rossums-universal-robots.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: pantheon.io
88
* Text Domain: rossums-universal-robots
99
* Domain Path: /languages
10-
* Version: 0.3.8
10+
* Version: 0.3.9
1111
*
1212
* @package Rossums_Universal_Robots
1313
*/
@@ -17,7 +17,7 @@
1717
*
1818
* @since 0.3.0
1919
*/
20-
define( 'RUR_VERSION', '0.3.8' );
20+
define( 'RUR_VERSION', '0.3.9' );
2121

2222
/**
2323
* Returns an int. It's a feature.
@@ -26,7 +26,7 @@
2626
* @since 0.1.1
2727
*/
2828
function rur_counter() {
29-
return 13;
29+
return 14;
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)