Skip to content

Commit 9d8c37a

Browse files
authored
Release
1 parent 2b556e0 commit 9d8c37a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.8] - 2026-02-28
11+
1012
### Security
1113

1214
- Hardened singleton pattern with private constructor and clone/wakeup prevention

languages/optimizations-ace-mc.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the Optimizations ACE MC plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Optimizations ACE MC 1.0.7\n"
5+
"Project-Id-Version: Optimizations ACE MC 1.0.8\n"
66
"Report-Msgid-Bugs-To: https://github.com/PDowney/optimizations-ace-mc/issues\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

optimizations-ace-mc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Optimizations ACE MC
44
* Plugin URI: https://github.com/PDowney/optimizations-ace-mc
55
* Description: A lightweight WordPress optimization plugin with pre-configured performance enhancements for WooCommerce, WP Store Locator, and WordPress admin.
6-
* Version: 1.0.7
6+
* Version: 1.0.8
77
* Author: PDowney
88
* Author URI: https://github.com/PDowney
99
* License: GPL-3.0-or-later
@@ -23,7 +23,7 @@
2323
}
2424

2525
// Define plugin constants.
26-
define( 'OPTIMIZATIONS_ACE_MC_VERSION', '1.0.7' );
26+
define( 'OPTIMIZATIONS_ACE_MC_VERSION', '1.0.8' );
2727
define( 'OPTIMIZATIONS_ACE_MC_PLUGIN_FILE', __FILE__ );
2828
define( 'OPTIMIZATIONS_ACE_MC_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
2929
define( 'OPTIMIZATIONS_ACE_MC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: optimization, performance, wp-optimizer, speed, seo
44
Requires at least: 6.5
55
Tested up to: 6.9
66
Requires PHP: 7.4
7-
Stable tag: 1.0.7
7+
Stable tag: 1.0.8
88
License: GPLv3 or later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -68,7 +68,7 @@ Yes, this plugin focuses on specific admin and functionality enhancements rather
6868

6969
== Changelog ==
7070

71-
= Unreleased =
71+
= 1.0.8 - 2026-02-28 =
7272
* Security: Hardened singleton pattern with private constructor and clone/wakeup prevention
7373
* Security: Fixed missing input sanitization in settings update notification check
7474
* Security: Added function_exists() guard for wc_get_customer_order_count() to prevent fatal errors

0 commit comments

Comments
 (0)