From 86f491b9d8e5a3ba88ac10feab43e364672bd8a7 Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Sat, 12 Apr 2025 20:06:08 +0100 Subject: [PATCH] Major version release for WordPress.org submission (v2.0.0) --- CHANGELOG.md | 9 +++++++++ README.md | 8 ++++++++ fix-plugin-does-not-exist-notices.php | 4 ++-- languages/fix-plugin-does-not-exist-notices.pot | 2 +- readme.txt | 13 ++++++++++++- 5 files changed, 32 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b259473..8ba2bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [2.0.0] - 2024-05-17 +### Added +- Note clarifying that the plugin has no settings page +- Clarification that functionality is limited to the admin plugins page only + +### Changed +- Major version release for WordPress.org submission +- Finalized all assets and documentation for public release + ## [1.6.28] - 2024-05-17 ### Changed - Consolidated asset documentation into a single comprehensive guide diff --git a/README.md b/README.md index 8ca0b08..ad29c66 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Have you ever deleted a plugin directly from the server or database and then bee This small utility plugin adds missing plugins to your WordPress plugins list and provides a "Remove Notice" link, allowing you to safely clean up invalid plugin entries with one click. +**Note:** This plugin doesn't have a settings page. Its functionality is limited to running on the WordPress admin plugins page only. + ### Key Features * Adds missing plugins directly to your plugins list @@ -160,6 +162,12 @@ The plugin works by: ## Changelog +### 2.0.0 +* Major version release for WordPress.org submission +* Added note clarifying that the plugin has no settings page +* Clarified that functionality is limited to the admin plugins page only +* Finalized all assets and documentation for public release + ### 1.6.28 * Consolidated asset documentation into a single comprehensive guide * Clarified that `-rtl` suffix is for Right-to-Left languages, not dark mode diff --git a/fix-plugin-does-not-exist-notices.php b/fix-plugin-does-not-exist-notices.php index f0e6ddc..39a6b24 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.28 + * Version: 2.0.0 * 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.28' ); +define( 'FPDEN_VERSION', '2.0.0' ); 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 2e453a4..248db65 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.28\n" +"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 2.0.0\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 dee76ac..f6a27bb 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.28 +Stable tag: 2.0.0 License: GPL-2.0+ License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -19,6 +19,8 @@ Have you ever deleted a plugin directly from the server or database and then bee This small utility plugin adds missing plugins to your WordPress plugins list and provides a "Remove Notice" link, allowing you to safely clean up invalid plugin entries with one click. +**Note:** This plugin doesn't have a settings page. Its functionality is limited to running on the WordPress admin plugins page only. + = Key Features = * Adds missing plugins directly to your plugins list @@ -109,6 +111,12 @@ Manually editing the WordPress database is risky and requires technical knowledg == Changelog == += 2.0.0 = +* Major version release for WordPress.org submission +* Added note clarifying that the plugin has no settings page +* Clarified that functionality is limited to the admin plugins page only +* Finalized all assets and documentation for public release + = 1.6.28 = * Consolidated asset documentation into a single comprehensive guide * Clarified that `-rtl` suffix is for Right-to-Left languages, not dark mode @@ -364,6 +372,9 @@ Manually editing the WordPress database is risky and requires technical knowledg == Upgrade Notice == += 2.0.0 = +Major version release for WordPress.org submission with improved documentation and clarification about plugin functionality. + = 1.6.28 = Improved asset documentation and clarified that `-rtl` suffix is for Right-to-Left languages, not dark mode.