Version 2.2.5 - Improve documentation for developer preferences memory file
This commit is contained in:
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -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
|
||||
|
@ -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');
|
||||
|
Reference in New Issue
Block a user