From 91e1da9d0580399c6bfebcee2709123cc769e4fb Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Sat, 12 Apr 2025 00:14:02 +0100 Subject: [PATCH] Prepare release v1.6.1 --- CHANGELOG.md | 8 ++++++++ fix-plugin-does-not-exist-notices.php | 4 ++-- readme.txt | 12 +++++++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d85e798..5dac0f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.6.1] - 2024-05-15 +### Added +- AI assistant guide and workflow documentation +- Detailed release process documentation +- Feature development guidelines +- Bug fixing procedures +- Code review standards + ## [1.6.0] - 2024-05-15 ### Added - Full translation support with POT file diff --git a/fix-plugin-does-not-exist-notices.php b/fix-plugin-does-not-exist-notices.php index 7c68295..b90d36f 100644 --- a/fix-plugin-does-not-exist-notices.php +++ b/fix-plugin-does-not-exist-notices.php @@ -11,7 +11,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. - * Version: 1.6.0 + * Version: 1.6.1 * Author: Marcus Quinn * Author URI: https://www.wpallstars.com * License: GPL-2.0+ @@ -45,7 +45,7 @@ if ( ! defined( 'ABSPATH' ) ) { } // Define plugin constants -define( 'FPDEN_VERSION', '1.6.0' ); +define( 'FPDEN_VERSION', '1.6.1' ); define( 'FPDEN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'FPDEN_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'FPDEN_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index c46860b..3ed5fd1 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.0 +Stable tag: 1.6.1 License: GPL-2.0+ License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -89,6 +89,13 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are == Changelog == += 1.6.1 = +* Added AI assistant guide and workflow documentation +* Added detailed release process documentation +* Added feature development guidelines +* Added bug fixing procedures +* Added code review standards + = 1.6.0 = * Added full translation support with POT file * Added JavaScript localization for better multilingual support @@ -170,6 +177,9 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are == Upgrade Notice == += 1.6.1 = +Added comprehensive AI assistant guide and workflow documentation for improved development processes! + = 1.6.0 = Added full translation support and Git Updater compatibility for direct updates from GitHub and Gitea!