Skip to content

Commit 6d96e50

Browse files
authored
Merge pull request #59 from pantheon-systems/release-0.3.5
Release 0.3.5
2 parents df6800e + 6d9e5f2 commit 6d96e50

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed

.github/workflows/build-tag-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
gh_token: ${{ secrets.GITHUB_TOKEN }}
2222
build_node_assets: "true"
2323
build_composer_assets: "true"
24-
draft: "false"
2524
prepare_dev:
2625
name: Update Dev environment for the next versions
2726
runs-on: ubuntu-latest

README.MD

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

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

2727
## Changelog
2828

29+
### 0.3.5 (21 December 2023)
30+
* Set Counter to 11 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]
31+
* Set Counter to 10 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]
32+
2933
### 0.3.4 (20 December 2023)
3034
* Set Counter to 9 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]
3135

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

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

6969
== Changelog ==
7070

71+
= 0.3.5 (21 December 2023) =
72+
* Set Counter to 11 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]
73+
* Set Counter to 10 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]
74+
7175
= 0.3.4 (20 December 2023) =
7276
* Set Counter to 9 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]
7377

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.4
10+
* Version: 0.3.5
1111
*
1212
* @package Rossums_Universal_Robots
1313
*/
@@ -17,7 +17,7 @@
1717
*
1818
* @since 0.3.0
1919
*/
20-
define( 'RUR_VERSION', '0.3.4' );
20+
define( 'RUR_VERSION', '0.3.5' );
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 9;
29+
return 11;
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)