diff --git a/README.md b/README.md index 8a7e0eb..978c46b 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,11 @@ The plugin works by: ## Changelog +### 1.6.12 +* Added WP ALLSTARS as a co-author +* Updated author information and links +* Minor documentation improvements + ### 1.6.11 * CRITICAL FIX: Completely removed auto-deactivation prevention code that was causing fatal errors * Simplified plugin functionality to focus on core features only diff --git a/fix-plugin-does-not-exist-notices.php b/fix-plugin-does-not-exist-notices.php index 80f7a82..9987f45 100644 --- a/fix-plugin-does-not-exist-notices.php +++ b/fix-plugin-does-not-exist-notices.php @@ -13,9 +13,9 @@ * 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: 1.6.11 - * Author: Marcus Quinn - * Author URI: https://www.wpallstars.com + * Version: 1.6.12 + * Author: Marcus Quinn, WP ALLSTARS + * Author URI: https://www.marcusquinn.com, https://www.wpallstars.com * License: GPL-2.0+ * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: fix-plugin-does-not-exist-notices @@ -48,7 +48,7 @@ if ( ! defined( 'ABSPATH' ) ) { } // Define plugin constants -define( 'FPDEN_VERSION', '1.6.11' ); +define( 'FPDEN_VERSION', '1.6.12' ); 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 eb7b3a9..55456af 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 1.6.11\n" +"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 1.6.12\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 dde8bcd..98d70d0 100644 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,11 @@ === Fix 'Plugin file does not exist.' Notices === -Contributors: marcusquinn -Donate link: https://www.wpallstars.com +Contributors: marcusquinn, wpallstars +Donate link: https://www.marcusquinn.com Tags: plugins, missing plugins, cleanup, error fix, admin tools, plugin file does not exist Requires at least: 5.0 Tested up to: 6.4 Requires PHP: 7.0 -Stable tag: 1.6.11 +Stable tag: 1.6.12 License: GPL-2.0+ License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -89,6 +89,11 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are == Changelog == += 1.6.12 = +* Added WP ALLSTARS as a co-author +* Updated author information and links +* Minor documentation improvements + = 1.6.11 = * CRITICAL FIX: Completely removed auto-deactivation prevention code that was causing fatal errors * Simplified plugin functionality to focus on core features only @@ -247,6 +252,9 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are == Upgrade Notice == += 1.6.12 = +Added WP ALLSTARS as a co-author and updated author information. + = 1.6.11 = URGENT CRITICAL FIX: Completely removes code that was causing fatal errors. If you're experiencing the "critical error" message, this update will resolve it.