Update version numbers and changelog for v2.0.2
This commit is contained in:
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
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.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
|
## [2.0.1] - 2024-05-17
|
||||||
### Added
|
### Added
|
||||||
- Contributing section to readme.txt
|
- Contributing section to readme.txt
|
||||||
|
@ -159,6 +159,11 @@ The plugin works by:
|
|||||||
|
|
||||||
## Changelog
|
## 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
|
### 2.0.1
|
||||||
* Added Contributing section to readme.txt
|
* Added Contributing section to readme.txt
|
||||||
* Updated "tested up to" version to WordPress 6.7.2
|
* Updated "tested up to" version to WordPress 6.7.2
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* Plugin Name: Fix 'Plugin file does not exist.' Notices
|
* Plugin Name: Fix 'Plugin file does not exist.' Notices
|
||||||
* Plugin URI: https://wordpress.org/plugins/fix-plugin-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.
|
* 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: Marcus Quinn & WP ALLSTARS
|
||||||
* Author URI: https://www.wpallstars.com
|
* Author URI: https://www.wpallstars.com
|
||||||
* License: GPL-2.0+
|
* License: GPL-2.0+
|
||||||
@ -48,7 +48,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Define plugin constants
|
// 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_DIR', plugin_dir_path( __FILE__ ) );
|
||||||
define( 'FPDEN_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
define( 'FPDEN_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
||||||
define( 'FPDEN_PLUGIN_FILE', __FILE__ );
|
define( 'FPDEN_PLUGIN_FILE', __FILE__ );
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# 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.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"
|
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/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"
|
||||||
|
10
readme.txt
10
readme.txt
@ -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.1
|
Stable tag: 2.0.2
|
||||||
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,11 @@ Manually editing the WordPress database is risky and requires technical knowledg
|
|||||||
|
|
||||||
== Changelog ==
|
== 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 =
|
= 2.0.1 =
|
||||||
* Added Contributing section to readme.txt
|
* Added Contributing section to readme.txt
|
||||||
* Updated "tested up to" version to WordPress 6.7.2
|
* 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 ==
|
== Upgrade Notice ==
|
||||||
|
|
||||||
|
= 2.0.2 =
|
||||||
|
Improved organization of assets for WordPress.org submission.
|
||||||
|
|
||||||
= 2.0.1 =
|
= 2.0.1 =
|
||||||
Improved documentation with Contributing section and updated WordPress compatibility to 6.7.2.
|
Improved documentation with Contributing section and updated WordPress compatibility to 6.7.2.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user