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

@@ -1,5 +1,16 @@
All notable changes to this project should be documented both here and in the main Readme files.
#### [0.1.13] - 2023-04-23
#### Improved
- 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] - 2023-04-22
#### Fixed