Fix author display and add both author websites to description (v1.6.12)

This commit is contained in:
2025-04-12 15:21:50 +01:00
parent e9a18de3d7
commit ff0b330a3a
3 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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