Skip to content

Commit 6e5501e

Browse files
authored
Merge pull request #63 from pantheon-systems/release-0.3.6
Release 0.3.6
2 parents 6d96e50 + 734715e commit 6e5501e

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

README.MD

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.5
8+
Stable tag: 0.3.6
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -26,6 +26,9 @@ See the robots hard at work.
2626

2727
## Changelog
2828

29+
### 0.3.6 (21 December 2023)
30+
* Update the Second Counter to 3 [[62](https://github.com/pantheon-systems/plugin-pipeline-example/pull/62)]
31+
2932
### 0.3.5 (21 December 2023)
3033
* Set Counter to 11 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]
3134
* Set Counter to 10 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]

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.5",
3+
"version": "0.3.6",
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.5
8+
Stable tag: 0.3.6
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.6 (21 December 2023) =
72+
* Update the Second Counter to 3 [[62](https://github.com/pantheon-systems/plugin-pipeline-example/pull/62)]
73+
7174
= 0.3.5 (21 December 2023) =
7275
* Set Counter to 11 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]
7376
* Set Counter to 10 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]

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.5
10+
* Version: 0.3.6
1111
*
1212
* @package Rossums_Universal_Robots
1313
*/
@@ -17,7 +17,7 @@
1717
*
1818
* @since 0.3.0
1919
*/
20-
define( 'RUR_VERSION', '0.3.5' );
20+
define( 'RUR_VERSION', '0.3.6' );
2121

2222
/**
2323
* Returns an int. It's a feature.
@@ -36,5 +36,5 @@ function rur_counter() {
3636
* @since 0.2.0
3737
*/
3838
function rur_another_counter() {
39-
return 2;
39+
return 3;
4040
}

0 commit comments

Comments
 (0)