Version 2.4.0 - Add documentation for multi-repository workspaces
This commit is contained in:
@ -2,6 +2,13 @@
|
||||
|
||||
This page documents all notable changes to the "Fix 'Plugin file does not exist' Notices" plugin.
|
||||
|
||||
## Version 2.4.0 (2025-04-17)
|
||||
- Added: Comprehensive documentation for working in multi-repository workspaces
|
||||
- Added: Guidelines to prevent feature hallucination in multi-repo environments
|
||||
- Added: New .ai-workflows/multi-repo-workspace.md file with detailed best practices
|
||||
- Improved: AI assistant documentation with repository context verification
|
||||
- Improved: Wiki documentation to accurately reflect plugin functionality
|
||||
|
||||
## Version 2.3.1 (2025-04-16)
|
||||
- Updated: Tested compatibility with WordPress 6.8
|
||||
- Improved: Documentation to reflect WordPress 6.8 compatibility
|
||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
||||
All notable changes to this project should be documented both here and in the main Readme files.
|
||||
|
||||
#### [2.4.0] - 2025-04-17
|
||||
#### Added
|
||||
- Comprehensive documentation for working in multi-repository workspaces
|
||||
- Guidelines to prevent feature hallucination in multi-repo environments
|
||||
- New .ai-workflows/multi-repo-workspace.md file with detailed best practices
|
||||
|
||||
#### Improved
|
||||
- AI assistant documentation with repository context verification
|
||||
- Wiki documentation to accurately reflect plugin functionality
|
||||
|
||||
#### [2.3.1] - 2025-04-16
|
||||
#### Updated
|
||||
- Tested compatibility with WordPress 6.8
|
||||
|
@ -234,6 +234,13 @@ For more information on Git Updater integration, see the [Git Updater Required H
|
||||
|
||||
## Changelog
|
||||
|
||||
### 2.4.0
|
||||
* Added: Comprehensive documentation for working in multi-repository workspaces
|
||||
* Added: Guidelines to prevent feature hallucination in multi-repo environments
|
||||
* Added: New .ai-workflows/multi-repo-workspace.md file with detailed best practices
|
||||
* Improved: AI assistant documentation with repository context verification
|
||||
* Improved: Wiki documentation to accurately reflect plugin functionality
|
||||
|
||||
### 2.3.1
|
||||
* Updated: Tested compatibility with WordPress 6.8
|
||||
* Improved: Documentation to reflect WordPress 6.8 compatibility
|
||||
|
@ -2,14 +2,14 @@
|
||||
# This file is distributed under the GPL-2.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Fix 'Plugin file does not exist' Notices 2.3.1\n"
|
||||
"Project-Id-Version: Fix 'Plugin file does not exist' Notices 2.4.0\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2025-04-16T00:00:00+00:00\n"
|
||||
"POT-Creation-Date: 2025-04-17T00:00:00+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.9.0\n"
|
||||
"X-Domain: wp-fix-plugin-does-not-exist-notices\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.8
|
||||
Requires PHP: 7.0
|
||||
Stable tag: 2.3.1
|
||||
Stable tag: 2.4.0
|
||||
License: GPL-2.0+
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
@ -179,6 +179,13 @@ Manually editing the WordPress database is risky and requires technical knowledg
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 2.4.0 =
|
||||
* Added: Comprehensive documentation for working in multi-repository workspaces
|
||||
* Added: Guidelines to prevent feature hallucination in multi-repo environments
|
||||
* Added: New .ai-workflows/multi-repo-workspace.md file with detailed best practices
|
||||
* Improved: AI assistant documentation with repository context verification
|
||||
* Improved: Wiki documentation to accurately reflect plugin functionality
|
||||
|
||||
= 2.3.1 =
|
||||
* Updated: Tested compatibility with WordPress 6.8
|
||||
* Improved: Documentation to reflect WordPress 6.8 compatibility
|
||||
|
@ -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.3.1
|
||||
* Version: 2.4.0
|
||||
* Author: Marcus Quinn & The WPALLSTARS Team
|
||||
* Author URI: https://www.wpallstars.com
|
||||
* License: GPL-2.0+
|
||||
@ -36,4 +36,4 @@ require_once plugin_dir_path(__FILE__) . 'includes/plugin.php';
|
||||
|
||||
// Initialize the plugin
|
||||
// This is a test change for our new workflow
|
||||
new WPALLSTARS\FixPluginDoesNotExistNotices\Plugin(__FILE__, '2.3.1');
|
||||
new WPALLSTARS\FixPluginDoesNotExistNotices\Plugin(__FILE__, '2.4.0');
|
||||
|
Reference in New Issue
Block a user