Update version to 2.0.4 in all files
This commit is contained in:
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## [2.0.2] - 2024-05-17
|
||||||
### Changed
|
### Changed
|
||||||
- Consolidated WordPress.org assets into .wordpress-org directory
|
- Consolidated WordPress.org assets into .wordpress-org directory
|
||||||
|
@ -159,6 +159,9 @@ The plugin works by:
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 2.0.4
|
||||||
|
* Fixed: Display actual plugin version instead of 'N/A' for missing plugins in plugin details view
|
||||||
|
|
||||||
### 2.0.2
|
### 2.0.2
|
||||||
* Consolidated WordPress.org assets into .wordpress-org directory
|
* Consolidated WordPress.org assets into .wordpress-org directory
|
||||||
* Improved organization of assets for WordPress.org submission
|
* Improved organization of assets for WordPress.org submission
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
# This file is distributed under the GPL-2.0+.
|
# This file is distributed under the GPL-2.0+.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
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"
|
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-fix-plugin-does-not-exist-notices\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"X-Generator: WP-CLI 2.8.1\n"
|
"X-Generator: WP-CLI 2.8.1\n"
|
||||||
"X-Domain: wp-fix-plugin-does-not-exist-notices\n"
|
"X-Domain: wp-fix-plugin-does-not-exist-notices\n"
|
||||||
|
@ -5,7 +5,7 @@ Tags: plugins, missing plugins, cleanup, error fix, admin tools, plugin file doe
|
|||||||
Requires at least: 5.0
|
Requires at least: 5.0
|
||||||
Tested up to: 6.7.2
|
Tested up to: 6.7.2
|
||||||
Requires PHP: 7.0
|
Requires PHP: 7.0
|
||||||
Stable tag: 2.0.3
|
Stable tag: 2.0.4
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
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 ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 2.0.4 =
|
||||||
|
* Fixed: Display actual plugin version instead of 'N/A' for missing plugins in plugin details view
|
||||||
|
|
||||||
= 2.0.2 =
|
= 2.0.2 =
|
||||||
* Consolidated WordPress.org assets into .wordpress-org directory
|
* Consolidated WordPress.org assets into .wordpress-org directory
|
||||||
* Improved organization of assets for WordPress.org submission
|
* Improved organization of assets for WordPress.org submission
|
||||||
|
Reference in New Issue
Block a user