You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/compatibility-test-failure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The automated compatibility test for PHP {{ env.PHP_VERSION }} has failed.
19
19
20
20
### Next Steps
21
21
22
-
This issue has been automatically created because the Simple WP Optimizer plugin failed to load properly with PHP {{ env.PHP_VERSION }}. This could indicate compatibility issues that need to be addressed.
22
+
This issue has been automatically created because the EngineScript Site Optimizer plugin failed to load properly with PHP {{ env.PHP_VERSION }}. This could indicate compatibility issues that need to be addressed.
# Run PHPMD but don't fail the build on naming convention issues
367
-
phpmd simple-wp-optimizer.php text phpmd.xml || echo "PHPMD completed with warnings (WordPress naming conventions may differ from PHPMD defaults)"
367
+
phpmd enginescript-site-optimizer.php text phpmd.xml || echo "PHPMD completed with warnings (WordPress naming conventions may differ from PHPMD defaults)"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,17 @@
3
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
+
## [2.0.0] - 2026-02-28
7
+
8
+
### Changed
9
+
10
+
-**BREAKING**: Renamed plugin from "Simple WP Optimizer" to "EngineScript Site Optimizer" to comply with WordPress.org plugin directory naming restrictions (the term "wp" is not allowed in plugin names or slugs)
11
+
- Plugin slug changed from `simple-wp-optimizer` to `enginescript-site-optimizer`
12
+
- Text domain changed from `simple-wp-optimizer` to `enginescript-site-optimizer`
13
+
- Version constant renamed from `ES_WP_OPTIMIZER_VERSION` to `ES_SITE_OPTIMIZER_VERSION`
14
+
- Package name changed from `Simple_WP_Optimizer` to `EngineScript_Site_Optimizer`
15
+
- Admin menu label changed from "WP Optimizer" to "Site Optimizer"
0 commit comments