diff --git a/.wordpress-org/WORDPRESS_ORG_ASSETS.md b/.wordpress-org/WORDPRESS_ORG_ASSETS.md index c70eb3a..df0568b 100644 --- a/.wordpress-org/WORDPRESS_ORG_ASSETS.md +++ b/.wordpress-org/WORDPRESS_ORG_ASSETS.md @@ -14,9 +14,9 @@ When submitting a plugin to WordPress.org, you'll work with an SVN repository th banner-1544x500.png screenshot-1.png /tags/ # Contains tagged releases - /2.2.3/ + /2.2.5/ [plugin files] - /2.2.2-stable/ + /2.2.4/ [plugin files] /trunk/ # Contains the current version of the plugin [plugin files] diff --git a/.wordpress-org/WORDPRESS_ORG_SUBMISSION.md b/.wordpress-org/WORDPRESS_ORG_SUBMISSION.md index e4d4495..2d8261a 100644 --- a/.wordpress-org/WORDPRESS_ORG_SUBMISSION.md +++ b/.wordpress-org/WORDPRESS_ORG_SUBMISSION.md @@ -53,9 +53,9 @@ When submitting to WordPress.org, your SVN repository will have this structure: banner-1544x500.png screenshot-1.png /tags/ - /2.2.3/ + /2.2.5/ [plugin files] - /2.2.2-stable/ + /2.2.4/ [plugin files] /trunk/ [current plugin files] diff --git a/CHANGELOG.md b/CHANGELOG.md index ecabce1..01735c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ All notable changes to this project should be documented both here and in the main Readme files. +#### [2.2.5] - 2025-04-14 +#### Added +- Documentation for the developer preferences memory file in .ai-workflows/ +- Improved AI assistant instructions for maintaining developer preferences +- Updated version numbers across all files for consistency + #### [2.2.4] - 2025-04-14 #### Added - Developer preferences memory file for AI assistants diff --git a/README.md b/README.md index a2b6156..97f7720 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,11 @@ For more information on Git Updater integration, see the [Git Updater Required H ## Changelog +### 2.2.5 +* Added: Documentation for the developer preferences memory file in .ai-workflows/ +* Improved: AI assistant instructions for maintaining developer preferences +* Updated: Version numbers across all files for consistency + ### 2.2.4 * Added: Developer preferences memory file for AI assistants * Improved: AI assistant documentation with instructions for maintaining developer preferences diff --git a/languages/wp-fix-plugin-does-not-exist-notices.pot b/languages/wp-fix-plugin-does-not-exist-notices.pot index 2bb8d78..7b2997e 100644 --- a/languages/wp-fix-plugin-does-not-exist-notices.pot +++ b/languages/wp-fix-plugin-does-not-exist-notices.pot @@ -2,7 +2,7 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: Fix 'Plugin file does not exist' Notices 2.2.4\n" +"Project-Id-Version: Fix 'Plugin file does not exist' Notices 2.2.5\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-fix-plugin-does-not-exist-notices\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/readme.txt b/readme.txt index 59f8c7f..27d9f61 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: plugins, missing plugins, cleanup, error fix, admin tools, plugin file doe Requires at least: 5.0 Tested up to: 6.7.2 Requires PHP: 7.0 -Stable tag: 2.2.4 +Stable tag: 2.2.5 License: GPL-2.0+ License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -179,6 +179,11 @@ Manually editing the WordPress database is risky and requires technical knowledg == Changelog == += 2.2.5 = +* Added: Documentation for the developer preferences memory file in .ai-workflows/ +* Improved: AI assistant instructions for maintaining developer preferences +* Updated: Version numbers across all files for consistency + = 2.2.4 = * Added: Developer preferences memory file for AI assistants * Improved: AI assistant documentation with instructions for maintaining developer preferences diff --git a/wp-fix-plugin-does-not-exist-notices.php b/wp-fix-plugin-does-not-exist-notices.php index aebfc7f..a161b01 100644 --- a/wp-fix-plugin-does-not-exist-notices.php +++ b/wp-fix-plugin-does-not-exist-notices.php @@ -3,7 +3,7 @@ * Plugin Name: Fix 'Plugin file does not exist' Notices * Plugin URI: https://www.wpallstars.com * Description: Adds missing plugins to your plugins list with a "Remove Notice" action link, allowing you to safely clean up invalid plugin references. - * Version: 2.2.4 + * Version: 2.2.5 * Author: Marcus Quinn & The WPALLSTARS Team * Author URI: https://www.wpallstars.com * License: GPL-2.0+ @@ -35,4 +35,4 @@ if (!defined('WPINC')) { require_once plugin_dir_path(__FILE__) . 'includes/plugin.php'; // Initialize the plugin -new WPALLSTARS\FixPluginDoesNotExistNotices\Plugin(__FILE__, '2.2.4'); +new WPALLSTARS\FixPluginDoesNotExistNotices\Plugin(__FILE__, '2.2.5');