Update version to 0.1.13

- Updated version number in all files
- Added changelog entries for code quality improvements
- Created release ZIP file
This commit is contained in:
2025-04-21 16:57:47 +01:00
parent 40ebbce1cc
commit 136f07d9c4
6 changed files with 36 additions and 5 deletions

View File

@@ -478,6 +478,15 @@ For more information on Git Updater integration, see the [Git Updater Required H
## Changelog
### 0.1.13
* Improved: Code quality with proper type declarations
* Fixed: Inconsistent variable naming (camelCase to snake_case)
* Improved: Path handling in admin class
* Added: Textdomain loading functionality
* Removed: Unused phpcs:ignore comment
* Implemented: Proper return type declarations
### 0.1.12
* Fixed: WordPress mocking in unit tests