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 22
33All notable changes to this project will be documented in this file.
44
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+ 
513## v5.2.0 - 2025-03-18  
614
715### New Features  
Original file line number Diff line number Diff line change 22/** 
33 * Plugin Name: Automation Tests 
44 * Description: A plugin to test automation workflows. 
5-  * Version: 5.2 .0 
5+  * Version: 6.0 .0 
66 * Author: Jason Bahl 
77 * Tested up to: 6.2 
88 */ 
Original file line number Diff line number Diff line change 11<?php 
22
3- define ('AUTOMATION_TESTS_VERSION ' , '5.2 .0 ' );
3+ define ('AUTOMATION_TESTS_VERSION ' , '6.0 .0 ' );
44define ('AUTOMATION_TESTS_PLUGIN_NAME ' , 'automation-tests ' );
55
66/** 
Original file line number Diff line number Diff line change 11{
22  "name" : " automation-tests"  ,
3-   "version" : " 5.2 .0"  ,
3+   "version" : " 6.0 .0"  ,
44  "description" : " A plugin to test automation workflows"  ,
55  "main" : " index.js"  ,
66  "scripts" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributors: jasonbahl
33Tags: testing, automation
44Requires at least: 5.0
55Tested up to: 6.2
6- Stable tag: 5.2 .0
6+ Stable tag: 6.0 .0
77Requires PHP: 7.4
88License: GPLv2 or later
99License 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
2727
2828== Upgrade Notice ==
2929
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+ 
3044= 0.2.1 =
3145
3246**New Features**
@@ -62,6 +76,14 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
6276
6377== Changelog ==
6478
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+ 
6587= 5.2.0 =
6688
6789**New Features**
Original file line number Diff line number Diff line change 22
33## Changelog  
44
5- ** Bump Type:**  minor 
5+ ** Bump Type:**  major 
66
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 ) )
129
1310### 👏 Contributors  
1411
1512Thanks to the following contributors for making this release possible:
1613
1714-  [ @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