Version 2.3.1 - WordPress 6.8 compatibility

This commit is contained in:
2025-04-16 19:41:16 +01:00
parent 100d210f7e
commit d65ddf218d
5 changed files with 19 additions and 6 deletions

View File

@ -1,5 +1,10 @@
All notable changes to this project should be documented both here and in the main Readme files.
#### [2.3.1] - 2025-04-16
#### Updated
- Tested compatibility with WordPress 6.8
- Documentation to reflect WordPress 6.8 compatibility
#### [2.3.0] - 2025-04-15
#### Added
- Improved time-efficient development workflow documentation

View File

@ -234,6 +234,10 @@ For more information on Git Updater integration, see the [Git Updater Required H
## Changelog
### 2.3.1
* Updated: Tested compatibility with WordPress 6.8
* Improved: Documentation to reflect WordPress 6.8 compatibility
### 2.3.0
* Added: Improved time-efficient development workflow documentation
* Added: New git workflow guidelines for better branch management

View File

@ -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.3.0\n"
"Project-Id-Version: Fix 'Plugin file does not exist' Notices 2.3.1\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"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2025-04-15T00:00:00+00:00\n"
"POT-Creation-Date: 2025-04-16T00:00:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: wp-fix-plugin-does-not-exist-notices\n"

View File

@ -3,9 +3,9 @@ Contributors: surferking, wpallstars
Donate link: https://www.wpallstars.com/
Tags: plugins, missing plugins, cleanup, error fix, admin tools, plugin file does not exist, wordpress error, plugin error, deactivated plugin, remove plugin reference, fix plugin error, plugin does not exist, plugin file does not exist error
Requires at least: 5.0
Tested up to: 6.7.2
Tested up to: 6.8
Requires PHP: 7.0
Stable tag: 2.3.0
Stable tag: 2.3.1
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@ -179,6 +179,10 @@ Manually editing the WordPress database is risky and requires technical knowledg
== Changelog ==
= 2.3.1 =
* Updated: Tested compatibility with WordPress 6.8
* Improved: Documentation to reflect WordPress 6.8 compatibility
= 2.3.0 =
* Added: Improved time-efficient development workflow documentation
* Added: New git workflow guidelines for better branch management

View File

@ -3,7 +3,7 @@
* Plugin Name: Fix 'Plugin file does not exist' Notices
* Plugin URI: https://www.wpallstars.com
* Description: Adds missing plugins to your plugins list with a "Remove Notice" action link, allowing you to safely clean up invalid plugin references.
* Version: 2.3.0
* Version: 2.3.1
* Author: Marcus Quinn & The WPALLSTARS Team
* Author URI: https://www.wpallstars.com
* License: GPL-2.0+
@ -36,4 +36,4 @@ require_once plugin_dir_path(__FILE__) . 'includes/plugin.php';
// Initialize the plugin
// This is a test change for our new workflow
new WPALLSTARS\FixPluginDoesNotExistNotices\Plugin(__FILE__, '2.3.0');
new WPALLSTARS\FixPluginDoesNotExistNotices\Plugin(__FILE__, '2.3.1');