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

@@ -5,7 +5,7 @@ Tags: starter, template, boilerplate, plugin development, ai coding
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 0.1.12
Stable tag: 0.1.13
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -228,6 +228,14 @@ npm run multisite
== 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
* Added: Proper mocking for WordPress functions in tests
@@ -295,6 +303,9 @@ npm run multisite
== Upgrade Notice ==
= 0.1.13 =
Improved code quality with proper type declarations, consistent variable naming, and better path handling.
= 0.1.12 =
Fixed WordPress mocking in unit tests, improved code quality tool configurations, and added detailed workflow documentation.