Skip to content

Releases: codetot-web/ct-optimization

v1.6.1 — WP 6.7 translation timing fix + production tested

Choose a tag to compare

@khoipro khoipro released this 29 Jun 03:13
af3990e

v1.6.1

Fixed

  • WP 6.7+ deprecation: _load_textdomain_just_in_time warning fixed — translation domain now loads directly in constructor instead of waiting for plugins_loaded hook

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 -l syntax check
  • No PHP-FPM errors after activation
  • Tested up to WordPress 7.0

v1.6.0 — Phase 3: Code cleanup + CI/CD fix

Choose a tag to compare

@khoipro khoipro released this 26 Jun 07:30
45bc58f

v1.6.0

Phase 1: Bug Fixes + Performance

  • Fix use_block_editor_for_post filter (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-action with peter-evans/create-pull-request@v7

Download

  • Manual zip: codetot-optimization-v1.6.0.zip attached
  • WP.org SVN: auto-deployed on release

v1.3.0 — PHP 8.0-8.4 support + standard deploy workflow

Choose a tag to compare

@khoipro khoipro released this 26 Jun 05:44
685394a

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.zip attached below
  • WP.org SVN: auto-deployed on release

1.2.0

Choose a tag to compare

@khoipro khoipro released this 23 May 13:31
  • PHP 8.2-8.4 compatibility fix for Gravity Forms class
  • Fix manifest option key mismatch (disable_manifest → disable_wlw_manifest)
  • Bump minimum PHP requirement to 7.4
  • Tested up to WordPress 6.8

v1.1.0

Choose a tag to compare

@khoipro khoipro released this 30 Oct 10:59
f199387
  • Fix compatible with PHP 8, bump ver 1.1.0

v1.0.16

Choose a tag to compare

@khoipro khoipro released this 23 Dec 08:36
961f5c0
  • Add option to remove duotone and extra CSS style in WP 5.9

v1.0.15

Choose a tag to compare

@khoipro khoipro released this 19 Dec 15:27
57e18ea
Release v1.0.15

Update from develop

v1.0.14

Choose a tag to compare

@khoipro khoipro released this 19 Dec 15:08
80c9951
Release v1.0.14

Update from develop

v1.0.13

Choose a tag to compare

@khoipro khoipro released this 19 Dec 15:07
Remove slack notification in GitHub

v1.0.12

Choose a tag to compare

@khoipro khoipro released this 19 Dec 15:07
Update changelog