Update README.md and .ai-assistant.md with latest version info

- Added 0.1.11 and 0.1.12 changelog entries to README.md
- Updated version number in .ai-assistant.md
This commit is contained in:
2025-04-21 16:48:09 +01:00
parent bfd2d4b063
commit af11f827c4
2 changed files with 19 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ This workspace may contain multiple repository folders. Always focus ONLY on the
* **Plugin Slug**: wp-plugin-starter-template
* **Text Domain**: wp-plugin-starter-template
* **Namespace**: WPALLSTARS\PluginStarterTemplate
* **Version**: 0.1.10
* **Version**: 0.1.12
* **Requires WordPress**: 5.0+
* **Requires PHP**: 7.0+
* **License**: GPL-2.0+

View File

@@ -478,6 +478,24 @@ For more information on Git Updater integration, see the [Git Updater Required H
## Changelog
### 0.1.12
* 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
* Improved: Code quality with comprehensive fixes
* Fixed: Indentation issues in PHP files
* Updated: CSS formatting with modern notation
* Fixed: JavaScript issues with proper global variables
* Improved: Security by using filter_input() instead of direct superglobal access
* Standardized: Naming conventions across the codebase
* Fixed: Documentation and comments for better clarity
### 0.1.10
* Fixed: Formatting issues in markdown files for better code quality