Releases: codetot-web/ct-optimization
Releases · codetot-web/ct-optimization
Release list
v1.6.1 — WP 6.7 translation timing fix + production tested
v1.6.1
Fixed
- WP 6.7+ deprecation:
_load_textdomain_just_in_timewarning fixed — translation domain now loads directly in constructor instead of waiting forplugins_loadedhook
Production Tested ✅
Deployed and verified active on multiple production sites:
| PHP Version | Status |
|---|---|
| 8.1.34 | ✅ Active, no errors |
| 8.2.29 | ✅ Active, no errors |
- Plugin files pass
php -lsyntax check - No PHP-FPM errors after activation
- Tested up to WordPress 7.0
v1.6.0 — Phase 3: Code cleanup + CI/CD fix
v1.6.0
Phase 1: Bug Fixes + Performance
- Fix
use_block_editor_for_postfilter (was action) - Fix deactivation cleanup
- Remove per-request
update_option()calls - Centralized option loading — 1 DB call instead of 3
Phase 2: 8 New Optimization Features
- Remove query strings from assets, Self pingbacks, REST API (non-auth), Dashboard widgets, Attachment pages, jQuery Migrate, XML sitemaps, Front-end dashicons
Phase 3: Code Cleanup + Security
- Removed dead boilerplate files
- Added esc_html() security fix
- CI/CD: replaced broken
vsoch/pull-request-actionwithpeter-evans/create-pull-request@v7
Download
- Manual zip:
codetot-optimization-v1.6.0.zipattached - WP.org SVN: auto-deployed on release
v1.3.0 — PHP 8.0-8.4 support + standard deploy workflow
v1.3.0
PHP 8 Compatibility
- Requires PHP: 8.0 (was 7.4), Requires at least: WP 6.0 (was 5.0)
- Fix undefined $attributes variable warning in admin options page (PHP 8.0+)
Deploy Workflow
- Replaced custom SVN script with
10up/action-wordpress-plugin-deploy@stable(mirrors entra-sso) - Added
.wordpress-org/directory for WP.org plugin assets
Housekeeping
- Added
CHANGELOG.md(Keep a Changelog format) - Expanded
.gitignore
Download
- Manual zip:
codetot-optimization-v1.3.0.zipattached below - WP.org SVN: auto-deployed on release