Skip to content

Commit e6e5148

Browse files
committed
chore: release v1.0.33
- Updated version numbers - Updated changelog - Ready for release
1 parent 44ca1b6 commit e6e5148

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## v1.0.33 - 2025-10-08
6+
7+
### Changed
8+
- 🧪 Test release for workflow validation
9+
10+
511
## v1.0.32 - 2025-10-08
612

713
### Changed

popup-maker-release-tester.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Popup Maker Release Tester
44
* Plugin URI: https://github.com/PopupMaker/release-tester
55
* Description: 🧪 Minimal test plugin for validating release workflows, EDD integration, and Slack notification systems. FOR TESTING ONLY.
6-
* Version: 1.0.32
6+
* Version: 1.0.33
77
* Requires PHP: 7.4
88
* Requires at least: 6.4
99
* Requires Plugins: popup-maker
@@ -84,7 +84,7 @@ function pmrt_plugin_updater() {
8484
PMRT_STORE_URL,
8585
__FILE__,
8686
array(
87-
'version' => '1.0.32',
87+
'version' => '1.0.33',
8888
'license' => $license_key,
8989
'item_id' => PMRT_ITEM_ID,
9090
'author' => 'Code Atlantic',

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: testing, development, releases
44
Requires at least: 6.4
55
Tested up to: 6.7
66
Requires PHP: 7.4
7-
Stable tag: 1.0.32
7+
Stable tag: 1.0.33
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -23,6 +23,9 @@ This plugin exists solely for testing the EDD Release Manager's webhook integrat
2323

2424
== Changelog ==
2525

26+
= 1.0.33 =
27+
🧪 Test release for workflow validation
28+
2629
= 1.0.32 =
2730
🧪 Test release for workflow validation
2831

0 commit comments

Comments
 (0)