From 860f4b0f65a782c073d953a26e78437297533516 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:17:00 +0100 Subject: [PATCH] Update version to 2.0.4 in all files --- CHANGELOG.md | 4 ++++ README.md | 3 +++ languages/wp-fix-plugin-does-not-exist-notices.pot | 4 ++-- readme.txt | 5 ++++- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca09bb..06bc6a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [2.0.4] - 2024-05-17 +### Fixed +- Display actual plugin version instead of 'N/A' for missing plugins in plugin details view + ## [2.0.2] - 2024-05-17 ### Changed - Consolidated WordPress.org assets into .wordpress-org directory diff --git a/README.md b/README.md index 7c0bfbf..932e2bc 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,9 @@ The plugin works by: ## Changelog +### 2.0.4 +* Fixed: Display actual plugin version instead of 'N/A' for missing plugins in plugin details view + ### 2.0.2 * Consolidated WordPress.org assets into .wordpress-org directory * Improved organization of assets for WordPress.org submission diff --git a/languages/wp-fix-plugin-does-not-exist-notices.pot b/languages/wp-fix-plugin-does-not-exist-notices.pot index 8c7e398..aef43a0 100644 --- a/languages/wp-fix-plugin-does-not-exist-notices.pot +++ b/languages/wp-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 2.0.3\n" +"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 2.0.4\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-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-16T12:00:00+00:00\n" +"POT-Creation-Date: 2024-05-17T12: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: wp-fix-plugin-does-not-exist-notices\n" diff --git a/readme.txt b/readme.txt index c01f748..5ec3b18 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.3 +Stable tag: 2.0.4 License: GPL-2.0+ License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -111,6 +111,9 @@ Manually editing the WordPress database is risky and requires technical knowledg == Changelog == += 2.0.4 = +* Fixed: Display actual plugin version instead of 'N/A' for missing plugins in plugin details view + = 2.0.2 = * Consolidated WordPress.org assets into .wordpress-org directory * Improved organization of assets for WordPress.org submission