Conversation
* Fix PHP 8.1+ compatibility issues, bump ver 1.1.1 - Fix strip_tags() deprecation with null/false values - Fix strtotime() deprecation for empty date field values - Fix parse_url() return value check in get_domain_from_url() - Fix widget existence check in check_comment_style() Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * PHP 8.2-8.4 compatibility: fix missing property in Gravity Forms class, fix manifest key mismatch, bump to 1.2.0 - Add missing $options property declaration in Codetot_Optimization_Gravity_Forms (PHP 8.2+ dynamic properties deprecation) - Fix disable_manifest → disable_wlw_manifest key mismatch in Process class - Bump Requires PHP from 7.3 to 7.4 - Bump version to 1.2.0, update tested up to WP 6.8 * Add GitHub Action workflow for WordPress.org SVN deploy * Fix SVN deploy workflow checkout * Replace SVN deploy action with explicit script * Use server-side SVN tag copy * Skip deleting legacy SVN files during deploy * Import release tag directly to SVN * feat: PHP 8.0-8.4 support, bump to 1.3.0, integrate standard WP.org SVN deploy workflow - Bump version 1.3.0, Requires PHP 8.0, Requires at least WP 6.0 - Fix undefined $attributes variable warning in admin options page (PHP 8.0+) - Replace custom SVN deploy script with 10up/action-wordpress-plugin-deploy (mirror entra-sso) - Add .wordpress-org/ directory for WP.org plugin assets - Add CHANGELOG.md (Keep a Changelog format) - Improve .gitignore Closes #16 --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
# Conflicts: # .github/workflows/deploy-svn.yml # README.txt # codetot-optimization.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1.3.0
PHP 8 Compatibility
Deploy Workflow (mirror entra-sso)
10up/action-wordpress-plugin-deploy@stable.wordpress-org/directory with WP.org assetsASSETS_DIR: .wordpress-orgHousekeeping
CHANGELOG.md.gitignoreCloses #16