This repository was archived by the owner on Mar 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +35
-21
lines changed Expand file tree Collapse file tree 7 files changed +35
-21
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
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.0.4 - 2025-03-14
6+
7+ > ⚠️ ** BREAKING CHANGES** : This release contains breaking changes. Please review before upgrading.
8+
9+ ### Breaking Changes
10+
11+ - 'fix!: angel emoji' ([ #55 ] ( https://github.com/jasonbahl/automation-tests/pull/55 ) )
12+ - 'feat!: package emoji' ([ #5 ] ( https://github.com/jasonbahl/automation-tests/pull/5 ) )
13+ - 'feat!: poop emoji' ([ #53 ] ( https://github.com/jasonbahl/automation-tests/pull/53 ) )
14+
515## v4.0.3 - 2025-03-13
616
717### Other Changes
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.0.3
5+ * Version: 4.0.4
66 * Author: Jason Bahl
77 */
88
1414
1515// show a message in the admin dashboard with the plugin name and version
1616add_action ( 'admin_notices ' , function () {
17- echo '<div class="notice notice-info"><p>💩 Automation Tests v ' . AUTOMATION_TESTS_VERSION . '</p></div> ' ;
17+ echo '<div class="notice notice-info"><p>😇 Automation Tests v ' . AUTOMATION_TESTS_VERSION . '</p></div> ' ;
1818});
Original file line number Diff line number Diff line change 11<?php
22
3- define ('AUTOMATION_TESTS_VERSION ' , '4.0.3 ' );
3+ define ('AUTOMATION_TESTS_VERSION ' , '4.0.4 ' );
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.0.3 " ,
3+ "version" : " 4.0.4 " ,
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.0.3
6+ Stable tag: 4.0.4
77Requires PHP: 7.4
88License: GPLv2 or later
99License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -27,6 +27,16 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
2727
2828== Upgrade Notice ==
2929
30+ = 4.0.4 =
31+
32+ **⚠️ BREAKING CHANGES**: This release contains breaking changes that may require updates to your code.
33+
34+ * 'fix!: angel emoji' (https://github.com/jasonbahl/automation-tests/pull/55)
35+ * 'feat!: package emoji' (https://github.com/jasonbahl/automation-tests/pull/5)
36+ * 'feat!: poop emoji' (https://github.com/jasonbahl/automation-tests/pull/53)
37+
38+ Please review these changes before upgrading.
39+
3040= 0.2.1 =
3141
3242**New Features**
@@ -62,6 +72,16 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
6272
6373== Changelog ==
6474
75+ = 4.0.4 =
76+
77+ **⚠️ BREAKING CHANGES**: This release contains breaking changes. Please review before upgrading.
78+
79+ **Breaking Changes**
80+
81+ * 'fix!: angel emoji' (https://github.com/jasonbahl/automation-tests/pull/55)
82+ * 'feat!: package emoji' (https://github.com/jasonbahl/automation-tests/pull/5)
83+ * 'feat!: poop emoji' (https://github.com/jasonbahl/automation-tests/pull/53)
84+
6585= 4.0.3 =
6686
6787**Other Changes**
You can’t perform that action at this time.
0 commit comments