Add translation support and internationalization improvements
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-11 23:49:22 +01:00
parent df344d76ae
commit 322cada133
4 changed files with 173 additions and 13 deletions

View File

@ -5,7 +5,7 @@ Tags: plugins, missing plugins, cleanup, error fix, admin tools, plugin file doe
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
Stable tag: 1.5.0
Stable tag: 1.6.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@ -89,6 +89,13 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are
== Changelog ==
= 1.6.0 =
* Added full translation support with POT file
* Added JavaScript localization for better multilingual support
* Added plugin constants for improved code organization
* Updated code to follow WordPress internationalization best practices
* Improved asset loading with version constants
= 1.5.0 =
* Improved compatibility with WordPress 6.4
* Enhanced error detection for plugin references
@ -161,6 +168,9 @@ 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.
= 1.5.0 =
Improved compatibility with WordPress 6.4 and accessibility enhancements for screen readers!