File tree Expand file tree Collapse file tree 6 files changed +37
-22
lines changed Expand file tree Collapse file tree 6 files changed +37
-22
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
+ ## v6.0.0 - 2025-03-18
6
+
7
+ > ⚠️ ** BREAKING CHANGES** : This release contains breaking changes. Please review before upgrading.
8
+
9
+ ### Breaking Changes
10
+
11
+ - feat!: remove deprecated functions ([ #26 ] ( https://github.com/jasonbahl/automation-tests/pull/26 ) )
12
+
5
13
## v5.2.0 - 2025-03-18
6
14
7
15
### New Features
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: 5.2 .0
5
+ * Version: 6.0 .0
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.2 .0 ' );
3
+ define ('AUTOMATION_TESTS_VERSION ' , '6.0 .0 ' );
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.2 .0" ,
3
+ "version" : " 6.0 .0" ,
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.2 .0
6
+ Stable tag: 6.0 .0
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,20 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
27
27
28
28
== Upgrade Notice ==
29
29
30
+ = 6.0.0 =
31
+
32
+ **⚠️ BREAKING CHANGES**: This release contains breaking changes that may require updates to your code.
33
+
34
+ * feat!: remove deprecated functions (https://github.com/jasonbahl/automation-tests/pull/26)
35
+
36
+ Please review these changes before upgrading.
37
+
38
+ = false =
39
+ BREAKING CHANGES: This release contains breaking changes. Please review before upgrading.
40
+
41
+ * feat!: remove deprecated functions
42
+
43
+
30
44
= 0.2.1 =
31
45
32
46
**New Features**
@@ -62,6 +76,14 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
62
76
63
77
== Changelog ==
64
78
79
+ = 6.0.0 =
80
+
81
+ **⚠️ BREAKING CHANGES**: This release contains breaking changes. Please review before upgrading.
82
+
83
+ **Breaking Changes**
84
+
85
+ * feat!: remove deprecated functions (https://github.com/jasonbahl/automation-tests/pull/26)
86
+
65
87
= 5.2.0 =
66
88
67
89
**New Features**
Original file line number Diff line number Diff line change 2
2
3
3
## Changelog
4
4
5
- ** Bump Type:** minor
5
+ ** Bump Type:** major
6
6
7
- ### ✨ New Features
8
- - feat: replace next-version tag ([ #25 ] ( https://github.com/wp-graphql/workflow-tests/pull/25 ) )
9
-
10
- ### 🔄 Other Changes
11
- - chore: removed unneeded comment ([ #23 ] ( https://github.com/wp-graphql/workflow-tests/pull/23 ) )
7
+ ### ⚠️ BREAKING CHANGES
8
+ - feat!: remove deprecated functions ([ #26 ] ( https://github.com/wp-graphql/workflow-tests/pull/26 ) )
12
9
13
10
### 👏 Contributors
14
11
15
12
Thanks to the following contributors for making this release possible:
16
13
17
14
- [ @jasonbahl ] ( https://github.com/jasonbahl )
18
-
19
- ### 🔄 Pending ` @since ` Tag / Deprecation Updates
20
-
21
- The following 1 version placeholder will be updated during release:
22
-
23
- - ` automation-tests.php ` (1 update)
24
-
25
- ### ` @since ` Tag / Deprecation Updates
26
-
27
- Updated 1 version placeholder in the following files:
28
-
29
- - ` automation-tests.php ` (1 update)
You can’t perform that action at this time.
0 commit comments