Add Git Updater support with smart source detection
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2025-04-12 00:03:10 +01:00
parent 322cada133
commit 22d13ef8aa
7 changed files with 216 additions and 3 deletions

View File

@ -93,8 +93,10 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are
* Added full translation support with POT file
* Added JavaScript localization for better multilingual support
* Added plugin constants for improved code organization
* Added Git Updater support for updates from GitHub and Gitea
* Updated code to follow WordPress internationalization best practices
* Improved asset loading with version constants
* Added smart update detection based on installation source
= 1.5.0 =
* Improved compatibility with WordPress 6.4
@ -169,7 +171,7 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are
== Upgrade Notice ==
= 1.6.0 =
Added full translation support! The plugin can now be translated into any language.
Added full translation support and Git Updater compatibility for direct updates from GitHub and Gitea!
= 1.5.0 =
Improved compatibility with WordPress 6.4 and accessibility enhancements for screen readers!