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

@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
## [1.6.0] - 2024-05-15
### Added
- Full translation support with POT file
- JavaScript localization for better multilingual support
- Plugin constants for improved code organization
### Changed
- Updated code to follow WordPress internationalization best practices
- Improved asset loading with version constants
## [1.5.0] - 2024-05-15
### Added
- Improved compatibility with WordPress 6.4