Add WP ALLSTARS as co-author (v1.6.12)

This commit is contained in:
2025-04-12 15:19:14 +01:00
parent bfaa2b807a
commit e9a18de3d7
4 changed files with 21 additions and 8 deletions

View File

@ -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__ );