Release version 0.1.12

- Updated version number to 0.1.12
- Added changelog entry for WordPress mocking fix
- Updated readme.txt with new version and changelog
- Created release ZIP file
This commit is contained in:
2025-04-21 16:46:33 +01:00
parent 6e95542ac5
commit bfd2d4b063
4 changed files with 27 additions and 4 deletions

View File

@@ -1,5 +1,18 @@
All notable changes to this project should be documented both here and in the main Readme files.
#### [0.1.12] - 2023-04-22
#### Fixed
- Fixed WordPress mocking in unit tests
- Added proper mocking for WordPress functions in tests
- Improved code quality tool configurations
#### Added
- Detailed code quality checks workflow documentation
- Updated documentation for better workflow efficiency
#### [0.1.11] - 2023-04-21
#### Improved