This repository was archived by the owner on Mar 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +26
-5
lines changed Expand file tree Collapse file tree 6 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : " feat: sleep emoji"
3+ pr : 41
4+ author : " jasonbahl"
5+ type : " feat"
6+ breaking : false
7+ description : |
8+ null
9+ ---
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+ ## v3.3.0 - 2025-03-12
6+
7+ ### New Features
8+
9+ - feat: sleep emoji ([ #41 ] ( https://github.com/jasonbahl/automation-tests/pull/41 ) )
10+
511## v3.2.0 - 2025-03-12
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: 3.2 .0
5+ * Version: 3.3 .0
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});
1919
2020
Original file line number Diff line number Diff line change 11<?php
22
3- define ('AUTOMATION_TESTS_VERSION ' , '3.2 .0 ' );
3+ define ('AUTOMATION_TESTS_VERSION ' , '3.3 .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" : " 3.2 .0" ,
3+ "version" : " 3.3 .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: 3.2 .0
6+ Stable tag: 3.3 .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+ = 3.3.0 =
66+
67+ **New Features**
68+
69+ * feat: sleep emoji (https://github.com/jasonbahl/automation-tests/pull/41)
70+
6571= 3.2.0 =
6672
6773**New Features**
You can’t perform that action at this time.
0 commit comments