This repository was archived by the owner on Mar 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +34
-4
lines changed Expand file tree Collapse file tree 5 files changed +34
-4
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
+ ## v4.0.4 - 2025-03-14
6
+
7
+ > ⚠️ ** BREAKING CHANGES** : This release contains breaking changes. Please review before upgrading.
8
+
9
+ ### Breaking Changes
10
+
11
+ - 'fix!: angel emoji' ([ #55 ] ( https://github.com/jasonbahl/automation-tests/pull/55 ) )
12
+ - 'feat!: package emoji' ([ #5 ] ( https://github.com/jasonbahl/automation-tests/pull/5 ) )
13
+ - 'feat!: poop emoji' ([ #53 ] ( https://github.com/jasonbahl/automation-tests/pull/53 ) )
14
+
5
15
## v4.0.3 - 2025-03-13
6
16
7
17
### Other Changes
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Plugin Name: Automation Tests
4
4
* Description: A plugin to test automation workflows.
5
- * Version: 4.0.3
5
+ * Version: 4.0.4
6
6
* Author: Jason Bahl
7
7
*/
8
8
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- define ('AUTOMATION_TESTS_VERSION ' , '4.0.3 ' );
3
+ define ('AUTOMATION_TESTS_VERSION ' , '4.0.4 ' );
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" : " 4.0.3 " ,
3
+ "version" : " 4.0.4 " ,
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: 4.0.3
6
+ Stable tag: 4.0.4
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
@@ -27,6 +27,16 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
27
27
28
28
== Upgrade Notice ==
29
29
30
+ = 4.0.4 =
31
+
32
+ **⚠️ BREAKING CHANGES**: This release contains breaking changes that may require updates to your code.
33
+
34
+ * 'fix!: angel emoji' (https://github.com/jasonbahl/automation-tests/pull/55)
35
+ * 'feat!: package emoji' (https://github.com/jasonbahl/automation-tests/pull/5)
36
+ * 'feat!: poop emoji' (https://github.com/jasonbahl/automation-tests/pull/53)
37
+
38
+ Please review these changes before upgrading.
39
+
30
40
= 0.2.1 =
31
41
32
42
**New Features**
@@ -62,6 +72,16 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
62
72
63
73
== Changelog ==
64
74
75
+ = 4.0.4 =
76
+
77
+ **⚠️ BREAKING CHANGES**: This release contains breaking changes. Please review before upgrading.
78
+
79
+ **Breaking Changes**
80
+
81
+ * 'fix!: angel emoji' (https://github.com/jasonbahl/automation-tests/pull/55)
82
+ * 'feat!: package emoji' (https://github.com/jasonbahl/automation-tests/pull/5)
83
+ * 'feat!: poop emoji' (https://github.com/jasonbahl/automation-tests/pull/53)
84
+
65
85
= 4.0.3 =
66
86
67
87
**Other Changes**
You can’t perform that action at this time.
0 commit comments