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 +19
-15
lines changed Expand file tree Collapse file tree 5 files changed +19
-15
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.1 - 2025-03-13
6
+
7
+ ### Other Changes
8
+
9
+ - chore: Ghost Emoji ([ #45 ] ( https://github.com/jasonbahl/automation-tests/pull/45 ) )
10
+
5
11
## v4.0.0 - 2025-03-13
6
12
7
13
> ⚠️ ** BREAKING CHANGES** : This release contains breaking changes. Please review before upgrading.
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.0
5
+ * Version: 4.0.1
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.0 ' );
3
+ define ('AUTOMATION_TESTS_VERSION ' , '4.0.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" : " 4.0.0 " ,
3
+ "version" : " 4.0.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: 4.0.0
6
+ Stable tag: 4.0.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
@@ -27,14 +27,6 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
27
27
28
28
== Upgrade Notice ==
29
29
30
- = 4.0.0 =
31
-
32
- **⚠️ BREAKING CHANGES**: This release contains breaking changes that may require updates to your code.
33
-
34
- * fix!: ramen emoji (https://github.com/jasonbahl/automation-tests/pull/43)
35
-
36
- Please review these changes before upgrading.
37
-
38
30
= 0.2.1 =
39
31
40
32
**New Features**
@@ -70,14 +62,20 @@ Please review these changes before upgrading.
70
62
71
63
== Changelog ==
72
64
73
- = 4.0.0 =
65
+ = 4.0.1 =
66
+
67
+ **Other Changes**
74
68
75
- **⚠️ BREAKING CHANGES**: This release contains breaking changes. Please review before upgrading.
69
+ * chore: Ghost Emoji (https://github.com/jasonbahl/automation-tests/pull/45)
76
70
77
- **Breaking Changes**
71
+ = 4.0.0 =
72
+
73
+ **⚠️ BREAKING CHANGES**: This release contains breaking changes that may require updates to your code.
78
74
79
75
* fix!: ramen emoji (https://github.com/jasonbahl/automation-tests/pull/43)
80
76
77
+ Please review these changes before upgrading.
78
+
81
79
= 3.3.0 =
82
80
83
81
**New Features**
You can’t perform that action at this time.
0 commit comments