Feature/wp7 UI#9
Merged
Merged
Conversation
- Add wp7-compat.css with CSS custom property overrides for WP 7+ - Conditionally enqueue in AddonManager when vmfo_is_wp7() returns true - Replace hardcoded #dcdcde, #f6f7f7 with design tokens
- Add WP 7.0+ design-token style overrides for add-on manager admin page - Fix: cache failed GitHub release lookups as empty string - Update CHANGELOG.md and readme.txt
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.
This pull request introduces version 1.3.0 of the VMFA Add-On Manager plugin. The main improvements are compatibility enhancements for WordPress 7.0+ through new design-token style overrides and a bug fix to optimize GitHub release lookups. Below are the most important changes:
WordPress 7.0+ Compatibility:
assets/css/wp7-compat.csscontaining design-token style overrides to align the add-on manager admin page with WP 7.0+ "Modern" color schemes and design tokens.src/AddonManager.phpto conditionally enqueue the new WP 7+ stylesheet when running on WordPress 7.0 or newer.Bug Fixes:
Version and Documentation Updates:
vmfa.php,package.json, andreadme.txt. [1] [2] [3] [4]