Skip to content

Commit 62b3bc3

Browse files
authored
Release
1 parent 15468c0 commit 62b3bc3

File tree

5 files changed

+22
-15
lines changed

5 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
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

6+
7+
## [1.5.10] - 2025-07-07
8+
### Maintenance
9+
- Updated changelog and version references across documentation files for new release
10+
### Documentation
11+
- Synced CHANGELOG.md and readme.txt as per project standards
12+
### Note
13+
- No code changes in this release; documentation and changelog only
14+
615
## [Unreleased]
7-
### Removed
8-
- **File Cleanup**: Removed changelog.txt file as per updated version control guidelines - only maintaining readme.txt (WordPress.org) and CHANGELOG.md (developers)
9-
### Updated
10-
- **Documentation Guidelines**: Updated copilot instructions to streamline changelog maintenance to two files instead of three
1116

1217
## [1.5.9] - 2025-06-26
1318
### Updated

README.md

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

77
## Current Version
8-
[![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)
8+
[![Version](https://img.shields.io/badge/Version-1.5.10-orange.svg?logo=github)](https://github.com/EngineScript/Simple-WP-Optimizer/releases/download/v1.5.10/simple-wp-optimizer-1.5.10.zip)
99

1010
## Description
1111

@@ -157,7 +157,7 @@ This project is licensed under the GPL-2.0+ License - see the [LICENSE](LICENSE)
157157

158158
## Changelog
159159

160-
See [CHANGELOG.MD](CHANGELOG.MD) for a list of changes in each release.
160+
See [CHANGELOG.md](CHANGELOG.md) for a list of changes in each release.
161161

162162
## Credits
163163

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.9\n"
5+
"Project-Id-Version: Simple WP Optimizer 1.5.10\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: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
=== EngineScript: Simple WP Optimization ===
1+
=== Simple WP Optimizer ===
22
Contributors: enginescript
33
Tags: optimization, performance, cleanup
44
Requires at least: 6.5
55
Tested up to: 6.8
6-
Stable tag: 1.5.9
6+
Stable tag: 1.5.10
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -40,11 +40,13 @@ The optimizations are carefully selected to be safe for most sites. You can enab
4040

4141
No, the plugin has a simple interface where you can toggle features on and off.
4242

43+
4344
== Changelog ==
4445

45-
= Unreleased =
46-
* FILE CLEANUP: Removed changelog.txt file as per updated version control guidelines - only maintaining readme.txt (WordPress.org) and CHANGELOG.md (developers)
47-
* DOCUMENTATION: Updated copilot instructions to streamline changelog maintenance to two files instead of three
46+
= 1.5.10 =
47+
* MAINTENANCE: Updated changelog and version references across documentation files for new release
48+
* DOCUMENTATION: Synced CHANGELOG.md and readme.txt as per project standards
49+
* NO CODE CHANGES: This release is documentation and changelog only
4850

4951
= 1.5.9 =
5052
* REQUIREMENTS: Updated minimum WordPress version requirement to 6.5+ across all files for modern WordPress compatibility

simple-wp-optimizer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/*
3-
Plugin Name: EngineScript: Simple WP Optimization
3+
Plugin Name: Simple WP Optimizer
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.9
6+
Version: 1.5.10
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.9');
54+
define('ES_WP_OPTIMIZER_VERSION', '1.5.10');
5555
}
5656

5757
/**

0 commit comments

Comments
 (0)