From 843f86be85842acb7ee1a0247d7c2a780aba4366 Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Sat, 12 Apr 2025 01:49:51 +0100 Subject: [PATCH] Prepare release v1.6.4 --- CHANGELOG.md | 6 ++++++ README.md | 5 +++++ fix-plugin-does-not-exist-notices.php | 4 ++-- languages/fix-plugin-does-not-exist-notices.pot | 4 ++-- readme.txt | 10 +++++++++- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6687109..6e86239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.6.4] - 2024-05-16 +### Improved +- Version management to ensure consistent patch version increments +- Documentation for version update process +- AI workflow files with detailed version increment instructions + ## [1.6.3] - 2024-05-15 ### Fixed - Git Updater repository URLs to use full repository paths diff --git a/README.md b/README.md index adb6000..67fd9dc 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,11 @@ The plugin works by: ## Changelog +### 1.6.4 +* Updated version management to ensure consistent patch version increments +* Improved documentation for version update process +* Enhanced AI workflow files with detailed version increment instructions + ### 1.6.3 * Fixed Git Updater repository URLs to use full repository paths * Corrected Update URI configuration for proper update detection diff --git a/fix-plugin-does-not-exist-notices.php b/fix-plugin-does-not-exist-notices.php index 2fa3f88..957be8f 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. - * Version: 1.6.3 + * Version: 1.6.4 * Author: Marcus Quinn * 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.3' ); +define( 'FPDEN_VERSION', '1.6.4' ); 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 bdc1d40..eba0e7c 100644 --- a/languages/fix-plugin-does-not-exist-notices.pot +++ b/languages/fix-plugin-does-not-exist-notices.pot @@ -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 1.6.2\n" +"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 1.6.4\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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-05-15T12:00:00+00:00\n" +"POT-Creation-Date: 2024-05-16T12:00:00+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.8.1\n" "X-Domain: fix-plugin-does-not-exist-notices\n" diff --git a/readme.txt b/readme.txt index 1d67aa8..ab24434 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.3 +Stable tag: 1.6.4 License: GPL-2.0+ License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -89,6 +89,11 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are == Changelog == += 1.6.4 = +* Updated version management to ensure consistent patch version increments +* Improved documentation for version update process +* Enhanced AI workflow files with detailed version increment instructions + = 1.6.3 = * Fixed Git Updater repository URLs to use full repository paths * Corrected Update URI configuration for proper update detection @@ -191,6 +196,9 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are == Upgrade Notice == += 1.6.4 = +Improved version management with consistent patch version increments and enhanced documentation for development workflows! + = 1.6.3 = Fixed Git Updater repository URLs and updated organization naming for consistent branding across all platforms!