Fix author display and add both author websites to description (v1.6.12)
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user