Release 1.1.0 - #149
Merged
Merged
Release 1.1.0#149
Conversation
…tubs, and PHPCS installer
chore: update development dependencies
…dvanced-screen-options
…r.json in package files
…fixed hook warning in Screen_Initializer
…ke me to summarize.
Bump plugin version to 1.1.0 and refactor for compatibility
chore: bootstrap autoloader during plugin uninstall
milindmore22
requested review from
Copilot and
imrraaj
and removed request for
Copilot
June 2, 2026 13:47
imrraaj
approved these changes
Jun 2, 2026
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 1.1.0
PRs Related
#146
#148
#147
Pull Request Summary
This pull request prepares the plugin for its v1.1.0 release, focusing primarily on a major rebranding effort. It transitions the plugin's name from "screen-options" to "advanced-screen-options," ensures compatibility with WordPress 7.0, and introduces standard security and maintenance improvements throughout the codebase.
Key Changes
Plugin Rebranding: * Renamed the core plugin file (
screen-options.phptoadvanced-screen-options.php).Updated the text domain to
advanced-screen-optionsacross all translation functions and user-facing strings.Updated asset handle prefixes and the
.potfile name to match the new branding.Version & Compatibility: * Bumped the plugin version to 1.1.0.
Updated tested compatibility to WordPress 7.0 in headers and documentation.
Security Enhancements: * Added
ABSPATHchecks at the top of all PHP files to prevent direct file access, following WordPress security best practices.Documentation Updates: * Updated
DEVELOPMENT.md, repository URLs, and directory structure references to reflect the new "advanced-screen-options" name.Maintenance & Refactoring: * Included minor bug fixes and performance improvements.
Updated inline comments and PHPCS ignore annotations for better code accuracy and maintainability.