From 36f2c6ab9992e1d6f50735bf957af5918102c80b Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Sat, 12 Apr 2025 22:46:11 +0100 Subject: [PATCH] Update version numbers and changelog for v2.0.2 --- CHANGELOG.md | 6 ++++++ README.md | 5 +++++ fix-plugin-does-not-exist-notices.php | 4 ++-- languages/fix-plugin-does-not-exist-notices.pot | 2 +- readme.txt | 10 +++++++++- 5 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88258f..36d933b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [2.0.2] - 2024-05-17 +### Changed +- Consolidated WordPress.org assets into .wordpress-org directory +- Improved organization of assets for WordPress.org submission +- Updated .wordpress-org/README.md with comprehensive information + ## [2.0.1] - 2024-05-17 ### Added - Contributing section to readme.txt diff --git a/README.md b/README.md index 6eecdc3..31b9e41 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,11 @@ The plugin works by: ## Changelog +### 2.0.2 +* Consolidated WordPress.org assets into .wordpress-org directory +* Improved organization of assets for WordPress.org submission +* Updated .wordpress-org/README.md with comprehensive information + ### 2.0.1 * Added Contributing section to readme.txt * Updated "tested up to" version to WordPress 6.7.2 diff --git a/fix-plugin-does-not-exist-notices.php b/fix-plugin-does-not-exist-notices.php index bbff519..eed1296 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: 2.0.1 + * Version: 2.0.2 * 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', '2.0.1' ); +define( 'FPDEN_VERSION', '2.0.2' ); 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 fa6684a..b85015a 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 2.0.1\n" +"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 2.0.2\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 9d7baef..6b2b715 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.7.2 Requires PHP: 7.0 -Stable tag: 2.0.1 +Stable tag: 2.0.2 License: GPL-2.0+ License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -111,6 +111,11 @@ Manually editing the WordPress database is risky and requires technical knowledg == Changelog == += 2.0.2 = +* Consolidated WordPress.org assets into .wordpress-org directory +* Improved organization of assets for WordPress.org submission +* Updated .wordpress-org/README.md with comprehensive information + = 2.0.1 = * Added Contributing section to readme.txt * Updated "tested up to" version to WordPress 6.7.2 @@ -379,6 +384,9 @@ Manually editing the WordPress database is risky and requires technical knowledg == Upgrade Notice == += 2.0.2 = +Improved organization of assets for WordPress.org submission. + = 2.0.1 = Improved documentation with Contributing section and updated WordPress compatibility to 6.7.2.