Conversation
- B1: fix use_block_editor_for_post registered as action instead of filter - B2: fix deactivation - delete_option() never ran (wrapped in init hook) - B3: move update_option() calls from per-request admin to activation hook - B4: uninstall.php now cleans up plugin options - P1: centralize options loading via Codetot_Optimization::get_options() with static cache, eliminating duplicate DB calls Closes #19
Phase 1: Bug fixes + performance improvements (v1.4.0)
- Remove query strings from static assets (?ver=) - Disable self pingbacks - Disable REST API for non-authenticated users - Remove default dashboard widgets - Disable attachment pages (301 redirect) - Remove jQuery Migrate script - Disable native XML sitemaps (WP 5.5+) - Remove front-end dashicons Closes #21
- Remove dead admin/partials/display.php (unused) - Remove empty boilerplate admin JS/CSS files - Add esc_html() to $GLOBALS['title'] output - Code style consistency for superglobal access Closes #23
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.6.0
Includes
CI/CD Fix
vsoch/pull-request-actionwithpeter-evans/create-pull-request@v7Closes #23