File tree Expand file tree Collapse file tree 6 files changed +25
-9
lines changed Expand file tree Collapse file tree 6 files changed +25
-9
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+ ## v4.4.0 - 2025-03-18
6+
7+ ### New Features
8+
9+ - feat: test since tag replacement again ([ #9 ] ( https://github.com/jasonbahl/automation-tests/pull/9 ) )
10+
511## v4.3.0 - 2025-03-18
612
713### 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: 4.3 .0
5+ * Version: 4.4 .0
66 * Author: Jason Bahl
77 */
88
@@ -42,9 +42,9 @@ function test_since_next_version_again() {
4242/**
4343 * Testing a new feature with a since tag
4444 *
45- * @since next-version
46- * @deprecated @next-version This function was deprecated when it was added because it was just a test.
45+ * @since 4.4.0
46+ * @deprecated 4.4.0 This function was deprecated when it was added because it was just a test.
4747 */
4848function test_since_next_version_again_2 () {
49- _deprecated_function ( 'test_since_next_version_again_2 ' , '@next-version ' , '' )
49+ _deprecated_function ( 'test_since_next_version_again_2 ' , '4.4.0 ' , '' )
5050}
Original file line number Diff line number Diff line change 11<?php
22
3- define ('AUTOMATION_TESTS_VERSION ' , '4.3 .0 ' );
3+ define ('AUTOMATION_TESTS_VERSION ' , '4.4 .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" : " 4.3 .0" ,
3+ "version" : " 4.4 .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: 4.3 .0
6+ Stable tag: 4.4 .0
77Requires PHP: 7.4
88License: GPLv2 or later
99License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -62,6 +62,12 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
6262
6363== Changelog ==
6464
65+ = 4.4.0 =
66+
67+ **New Features**
68+
69+ * feat: test since tag replacement again (https://github.com/jasonbahl/automation-tests/pull/9)
70+
6571= 4.3.0 =
6672
6773**New Features**
Original file line number Diff line number Diff line change 66** Bump Type:** minor
77
88### ✨ New Features
9- - feat: test since tags again ([ #7 ] ( https://github.com/wp-graphql/workflow-tests/pull/7 ) )
9+ - feat: test since tag replacement again ([ #9 ] ( https://github.com/wp-graphql/workflow-tests/pull/9 ) )
1010
1111### 👏 Contributors
1212
1313Thanks to the following contributors for making this release possible:
1414
1515- [ @jasonbahl ] ( https://github.com/jasonbahl )
1616
17- ### @since Tag Updates%0A%0AUpdated 3 @since placeholders in the following files:%0A%0A- (3 updates)
17+ ### Since Tag Updates
18+
19+ Updated 3 @since placeholders in the following files:
20+
21+ - (3 updates)
You can’t perform that action at this time.
0 commit comments