From af11f827c49d92d580ad2f4e3a2dd89806dbecb5 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Mon, 21 Apr 2025 16:48:09 +0100 Subject: [PATCH] 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 --- .ai-assistant.md | 2 +- README.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.ai-assistant.md b/.ai-assistant.md index 3e3ed1a..8bec0f8 100644 --- a/.ai-assistant.md +++ b/.ai-assistant.md @@ -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+ diff --git a/README.md b/README.md index 69001dd..d95d62c 100644 --- a/README.md +++ b/README.md @@ -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