Skip to content

Commit 52cb00a

Browse files
committed
Release
1 parent 3c8804d commit 52cb00a

7 files changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/new-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
pull_request_target:
1313
types: [opened]
1414

15+
permissions: read-all
16+
1517
jobs:
1618
guide:
1719
runs-on: ubuntu-latest

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.5.0] - 2026-05-18
11+
1012
### Changed
1113

1214
- **CI/CD:**

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We will acknowledge your report within 5 business days and work with you to reso
2525

2626
## Security Best Practices
2727

28-
- Always keep your WordPress installation and dependencies up to date.
28+
- Keep your WordPress installation and dependencies up to date, and confirm with the site owner before delaying or skipping security updates for compatibility reasons.
2929
- Use strong, unique passwords for all accounts.
3030
- Restrict SSH and admin access to trusted IPs.
3131
- Regularly back up your data.

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 GPL-3.0-or-later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Optimizations ACE MC 1.0.8\n"
5+
"Project-Id-Version: Optimizations ACE MC 1.5.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/optimizations-ace-mc\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/EngineScript/optimizations-ace-mc
55
* Description: A lightweight WordPress optimization plugin with configurable performance enhancements for WooCommerce, WP Store Locator, and WordPress admin.
6-
* Version: 1.0.8
6+
* Version: 1.5.0
77
* Author: EngineScript
88
* Author URI: https://github.com/EngineScript
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.8' );
26+
define( 'OPTIMIZATIONS_ACE_MC_VERSION', '1.5.0' );
2727
define( 'OPTIMIZATIONS_ACE_MC_PLUGIN_FILE', __FILE__ );
2828
define( 'OPTIMIZATIONS_ACE_MC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
2929
define( 'OPTIMIZATIONS_ACE_MC_PLUGIN_URL', plugin_dir_url( __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.8
55
Tested up to: 6.9
66
Requires PHP: 8.2
7-
Stable tag: 1.0.8
7+
Stable tag: 1.5.0
88
License: GPLv3 or later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

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

6868
== Changelog ==
6969

70-
= Unreleased =
70+
= 1.5.0 - 2026-05-18 =
7171
* Changed: Updated the WordPress compatibility workflow matrix to test PHP 8.2 through 8.5 only
7272
* Changed: Removed workflow matrix jobs below the minimum supported PHP version
7373
* Changed: Raised minimum PHP version to 8.2 and minimum WordPress version to 6.8

stubs/woocommerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
if ( ! defined( 'OPTIMIZATIONS_ACE_MC_VERSION' ) ) {
17-
define( 'OPTIMIZATIONS_ACE_MC_VERSION', '1.0.8' );
17+
define( 'OPTIMIZATIONS_ACE_MC_VERSION', '1.5.0' );
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)