Bump plugin version to 1.1.0 and refactor for compatibility#147
Open
milindmore22 wants to merge 9 commits into
Open
Bump plugin version to 1.1.0 and refactor for compatibility#147milindmore22 wants to merge 9 commits into
milindmore22 wants to merge 9 commits into
Conversation
…dvanced-screen-options
…r.json in package files
…fixed hook warning in Screen_Initializer
…ke me to summarize.
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.
What
This PR introduces the v1.1.0 update, featuring a comprehensive rebranding of the plugin from "screen-options" to "advanced-screen-options". It also includes version bumps, updated WordPress compatibility, bug fixes, and critical code safety enhancements.
Why
The plugin is evolving into "Advanced Screen Options," requiring a full update of all internal references, file names, and text domains to ensure consistency and proper localization. Additionally, proactively updating compatibility for WordPress 7.0 and enforcing strict
ABSPATHchecks ensures the plugin remains secure, modern, and reliable for future core updates.Related Issue(s):
How
advanced-screen-options.php. Updated all text domains, asset handles, language.potfiles, translation function calls, and documentation globally to reflect the new name.1.1.0and updated the WP compatibility header to7.0across the plugin header,README.md, andCHANGELOG.md.if ( ! defined( 'ABSPATH' ) ) { exit; }guards to the top of all PHP files to prevent direct URL access.Testing Instructions
your-local-site.test/wp-content/plugins/advanced-screen-options/advanced-screen-options.php). Verify that execution is halted (blank screen) due to the newABSPATHchecks.Screenshots
Additional Info
Please note the text domain shift; any active custom translations will need to be updated to target the
advanced-screen-optionsdomain.Checklist