File tree Expand file tree Collapse file tree 6 files changed +27
-5
lines changed Expand file tree Collapse file tree 6 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## v5.1.1 - 2025-03-18
6
+
7
+ ### Other Changes
8
+
9
+ - chore: update tested up to header ([ #21 ] ( https://github.com/jasonbahl/automation-tests/pull/21 ) )
10
+ - chore: update description ([ #19 ] ( https://github.com/jasonbahl/automation-tests/pull/19 ) )
11
+
5
12
## v5.1.0 - 2025-03-18
6
13
7
14
### New Features
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* Plugin Name: Automation Tests
4
- * Description: A plugin to test automation workflows. Updating description in @next-version
5
- * Version: 5.1.0
4
+ * Description: A plugin to test automation workflows. Updating description in 5.1.1
5
+ * Version: 5.1.1
6
6
* Author: Jason Bahl
7
7
* Tested up to: 6.2
8
8
*/
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- define ('AUTOMATION_TESTS_VERSION ' , '5.1.0 ' );
3
+ define ('AUTOMATION_TESTS_VERSION ' , '5.1.1 ' );
4
4
define ('AUTOMATION_TESTS_PLUGIN_NAME ' , 'automation-tests ' );
5
5
6
6
/**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " automation-tests" ,
3
- "version" : " 5.1.0 " ,
3
+ "version" : " 5.1.1 " ,
4
4
"description" : " A plugin to test automation workflows" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributors: jasonbahl
3
3
Tags: testing, automation
4
4
Requires at least: 5.0
5
5
Tested up to: 6.2
6
- Stable tag: 5.1.0
6
+ Stable tag: 5.1.1
7
7
Requires PHP: 7.4
8
8
License: GPLv2 or later
9
9
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -62,6 +62,13 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
62
62
63
63
== Changelog ==
64
64
65
+ = 5.1.1 =
66
+
67
+ **Other Changes**
68
+
69
+ * chore: update tested up to header (https://github.com/jasonbahl/automation-tests/pull/21)
70
+ * chore: update description (https://github.com/jasonbahl/automation-tests/pull/19)
71
+
65
72
= 5.1.0 =
66
73
67
74
**New Features**
Original file line number Diff line number Diff line change
1
+ ## Release Notes
2
+
1
3
2
4
3
5
No changesets found.
4
6
No changes to release at this time.
7
+
8
+ ### ` @since ` Tag / Deprecation Updates
9
+
10
+ Updated 1 version placeholder in the following files:
11
+
12
+ - ` automation-tests.php ` (1 update)
You can’t perform that action at this time.
0 commit comments