Files
wp-fix-plugin-does-not-exis…/CHANGELOG.md
Marcus Quinn 7ac72fd3c0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
ci/woodpecker/tag/woodpecker Pipeline failed
Fix compatibility with more WordPress admin themes (v1.2.4)
2025-04-10 00:01:20 +01:00

1.6 KiB

Changelog

All notable changes to this project will be documented in this file.

[1.2.4] - 2023-10-05

Fixed

  • Compatibility with more WordPress admin UI variations
  • Specific targeting for admin notices in various themes

Added

  • Advanced DOM traversal using TreeWalker API
  • Multiple fallback approaches to ensure button appears
  • Enhanced console logging for troubleshooting

[1.2.3] - 2023-10-05

Fixed

  • Button not appearing in some WordPress admin themes
  • Error message detection for greater theme compatibility

Improved

  • DOM traversal to find notification elements in various themes
  • Added console logging for troubleshooting

[1.2.2] - 2023-10-05

Fixed

  • Timeout issue during plugin activation
  • Potential infinite recursion in admin notices handling

Improved

  • Hook management to prevent performance issues
  • Optimized by only loading on plugins page

[1.2.1] - 2025-04-07

Improved

  • Fixed typos in documentation
  • Improved text clarity
  • Added question mark to first sentence for better readability

[1.2] - 2025-04-07

Added

  • Improved documentation with detailed explanation
  • Added SQL reference for technical users
  • Suggested potential inclusion in WordPress core

[1.1] - 2025-04-07

Added

  • Support for multisite WordPress installations
  • Network admin page integration
  • Woodpecker CI integration for automated releases

Improved

  • Error handling
  • User experience with better confirmation messages
  • Security by adding proper capability checks

[1.0] - 2025-03-15

Added

  • Initial release
  • "Remove Reference" button for plugin deactivation error notices
  • AJAX processing for reference removal