Skip to content

Commit 90f034c

Browse files
authored
Release
1 parent c69e94f commit 90f034c

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
8+
## [1.5.9] - 2025-06-26
79
### Updated
810
- **Requirements**: Updated minimum WordPress version requirement to 6.5+ across all files for modern WordPress compatibility
911
- **Files Created**: Added changelog.txt for WordPress.org compatibility as per version control guidelines
1012
- **Internationalization**: Created languages/simple-wp-optimizer.pot file for translation support
1113
- **Documentation**: Updated all version references to reflect new WordPress 6.5+ minimum requirement
14+
- **Workflow**: Updated GitHub Actions workflow compatibility testing from WordPress 6.0 to 6.5
15+
- **Compliance**: Enhanced project structure compliance with copilot coding standards and documentation guidelines
1216

1317
## [1.5.8] - 2025-06-15
1418
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![PHP Compatible](https://img.shields.io/badge/PHP-7.4%2B-purple.svg?logo=php)](https://www.php.net/)
77

88
## Current Version
9-
[![Version](https://img.shields.io/badge/Version-1.5.8-orange.svg?logo=github)](https://github.com/EngineScript/Simple-WP-Optimizer/releases/download/v1.5.8/simple-wp-optimizer-1.5.8.zip)
9+
[![Version](https://img.shields.io/badge/Version-1.5.9-orange.svg?logo=github)](https://github.com/EngineScript/Simple-WP-Optimizer/releases/download/v1.5.9/simple-wp-optimizer-1.5.9.zip)
1010

1111
## Description
1212

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
== Changelog ==
22

33
= Unreleased =
4+
5+
= 1.5.9 =
46
* REQUIREMENTS: Updated minimum WordPress version requirement to 6.5+ across all files for modern WordPress compatibility
57
* FILES CREATED: Added changelog.txt for WordPress.org compatibility as per version control guidelines
68
* INTERNATIONALIZATION: Created languages/simple-wp-optimizer.pot file for translation support

languages/simple-wp-optimizer.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 Simple WP Optimizer plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Simple WP Optimizer 1.5.8\n"
5+
"Project-Id-Version: Simple WP Optimizer 1.5.9\n"
66
"Report-Msgid-Bugs-To: https://github.com/EngineScript/Simple-WP-Optimizer/issues\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: enginescript
33
Tags: optimization, performance, cleanup
44
Requires at least: 6.5
55
Tested up to: 6.8
6-
Stable tag: 1.5.8
6+
Stable tag: 1.5.9
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -43,6 +43,8 @@ No, the plugin has a simple interface where you can toggle features on and off.
4343
== Changelog ==
4444

4545
= Unreleased =
46+
47+
= 1.5.9 =
4648
* REQUIREMENTS: Updated minimum WordPress version requirement to 6.5+ across all files for modern WordPress compatibility
4749
* FILES CREATED: Added changelog.txt for WordPress.org compatibility as per version control guidelines
4850
* INTERNATIONALIZATION: Created languages/simple-wp-optimizer.pot file for translation support
@@ -118,6 +120,9 @@ No, the plugin has a simple interface where you can toggle features on and off.
118120

119121
== Upgrade Notice ==
120122

123+
= 1.5.9 =
124+
REQUIREMENTS UPDATE: Updated minimum WordPress version to 6.5+. Added translation support and enhanced compliance.
125+
121126
= 1.5.8 =
122127
CODE QUALITY UPDATE: Fixed all WordPress Plugin Check issues for full WordPress.org compliance. Enhanced code organization.
123128

simple-wp-optimizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: EngineScript: Simple WP Optimization
44
Plugin URI: https://github.com/EngineScript/Simple-WP-Optimizer
55
Description: Optimizes WordPress by removing unnecessary features and scripts to improve performance
6-
Version: 1.5.8
6+
Version: 1.5.9
77
Author: EngineScript
88
License: GPL v2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -51,7 +51,7 @@
5151

5252
// Define plugin version
5353
if (!defined('ES_WP_OPTIMIZER_VERSION')) {
54-
define('ES_WP_OPTIMIZER_VERSION', '1.5.8');
54+
define('ES_WP_OPTIMIZER_VERSION', '1.5.9');
5555
}
5656

5757
/**

0 commit comments

Comments
 (0)