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 22
33All notable changes to this project will be documented in this file.
44
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+ 
512## v5.1.0 - 2025-03-18  
613
714### New Features  
Original file line number Diff line number Diff line change 11<?php 
22/** 
33 * 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  
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.1.0  ' );
3+ define ('AUTOMATION_TESTS_VERSION ' , '5.1.1  ' );
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.1.0 "  ,
3+   "version" : " 5.1.1 "  ,
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.1.0 
6+ Stable tag: 5.1.1 
77Requires PHP: 7.4
88License: GPLv2 or later
99License 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
6262
6363== Changelog ==
6464
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+ 
6572= 5.1.0 =
6673
6774**New Features**
Original file line number Diff line number Diff line change 1+ ## Release Notes  
2+ 
13
24
35No changesets found.
46No 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