From 5814ebfe1115c9153cc682d927335a7f89fc5429 Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Sat, 12 Apr 2025 16:40:20 +0100 Subject: [PATCH] Move AI workflows to root directory and consolidate duplicate files (v1.6.15) --- README.md | 5 +++++ fix-plugin-does-not-exist-notices.php | 4 ++-- languages/fix-plugin-does-not-exist-notices.pot | 2 +- readme.txt | 10 +++++++++- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 10e01cd..1b1abd8 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,11 @@ The plugin works by: ## Changelog +### 1.6.15 +* Moved AI workflow documentation to root directory for better visibility +* Consolidated duplicate workflow files +* Improved organization of development documentation + ### 1.6.14 * Updated documentation to consistently use "Remove Notice" instead of "Remove Reference" * Added design file extensions to .gitignore (.pxd, .afdesign, .afphoto, .afpub) diff --git a/fix-plugin-does-not-exist-notices.php b/fix-plugin-does-not-exist-notices.php index ee19420..cb3f340 100644 --- a/fix-plugin-does-not-exist-notices.php +++ b/fix-plugin-does-not-exist-notices.php @@ -13,7 +13,7 @@ * Plugin Name: Fix 'Plugin file does not exist.' Notices * Plugin URI: https://wordpress.org/plugins/fix-plugin-does-not-exist-notices/ * Description: Adds missing plugins to the plugins list with a "Remove Reference" link so you can permanently clean up invalid plugin entries and remove error notices. By Marcus Quinn (marcusquinn.com) & WP ALLSTARS (wpallstars.com). - * Version: 1.6.14 + * Version: 1.6.15 * Author: Marcus Quinn & WP ALLSTARS * Author URI: https://www.wpallstars.com * License: GPL-2.0+ @@ -48,7 +48,7 @@ if ( ! defined( 'ABSPATH' ) ) { } // Define plugin constants -define( 'FPDEN_VERSION', '1.6.14' ); +define( 'FPDEN_VERSION', '1.6.15' ); define( 'FPDEN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'FPDEN_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'FPDEN_PLUGIN_FILE', __FILE__ ); diff --git a/languages/fix-plugin-does-not-exist-notices.pot b/languages/fix-plugin-does-not-exist-notices.pot index f859dd0..99999f6 100644 --- a/languages/fix-plugin-does-not-exist-notices.pot +++ b/languages/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 1.6.14\n" +"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 1.6.15\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/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 6d93dd7..6082f05 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.4 Requires PHP: 7.0 -Stable tag: 1.6.14 +Stable tag: 1.6.15 License: GPL-2.0+ License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -91,6 +91,11 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are == Changelog == += 1.6.15 = +* Moved AI workflow documentation to root directory for better visibility +* Consolidated duplicate workflow files +* Improved organization of development documentation + = 1.6.14 = * Updated documentation to consistently use "Remove Notice" instead of "Remove Reference" * Added design file extensions to .gitignore (.pxd, .afdesign, .afphoto, .afpub) @@ -267,6 +272,9 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are == Upgrade Notice == += 1.6.15 = +Improved organization of development documentation with consolidated AI workflow files. + = 1.6.14 = Improved documentation with consistent terminology and better explanation of how the plugin works.