From ff0b330a3ad02e6d60fa5a01c6d7b7f375cf7f60 Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Sat, 12 Apr 2025 15:21:50 +0100 Subject: [PATCH] Fix author display and add both author websites to description (v1.6.12) --- README.md | 3 ++- fix-plugin-does-not-exist-notices.php | 6 +++--- readme.txt | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 978c46b..575f3db 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,8 @@ The plugin works by: ### 1.6.12 * Added WP ALLSTARS as a co-author * Updated author information and links -* Minor documentation improvements +* Added author websites to plugin description +* Fixed issue with multiple author URLs ### 1.6.11 * CRITICAL FIX: Completely removed auto-deactivation prevention code that was causing fatal errors diff --git a/fix-plugin-does-not-exist-notices.php b/fix-plugin-does-not-exist-notices.php index 9987f45..67fbbd6 100644 --- a/fix-plugin-does-not-exist-notices.php +++ b/fix-plugin-does-not-exist-notices.php @@ -12,10 +12,10 @@ * @wordpress-plugin * 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. + * 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. By Marcus Quinn (marcusquinn.com) & WP ALLSTARS (wpallstars.com). * Version: 1.6.12 - * Author: Marcus Quinn, WP ALLSTARS - * Author URI: https://www.marcusquinn.com, https://www.wpallstars.com + * Author: Marcus Quinn & WP ALLSTARS + * Author URI: 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 diff --git a/readme.txt b/readme.txt index 98d70d0..87eecd0 100644 --- a/readme.txt +++ b/readme.txt @@ -9,7 +9,7 @@ Stable tag: 1.6.12 License: GPL-2.0+ License URI: https://www.gnu.org/licenses/gpl-2.0.html -Easily remove references to deleted plugins that cause "Plugin file does not exist" errors in your WordPress admin. +Easily remove references to deleted plugins that cause "Plugin file does not exist" errors in your WordPress admin. By Marcus Quinn (marcusquinn.com) & WP ALLSTARS (wpallstars.com). == Description == @@ -92,7 +92,8 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are = 1.6.12 = * Added WP ALLSTARS as a co-author * Updated author information and links -* Minor documentation improvements +* Added author websites to plugin description +* Fixed issue with multiple author URLs = 1.6.11 = * CRITICAL FIX: Completely removed auto-deactivation prevention code that was causing fatal errors