Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
17d3d0946a |
@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [1.6.24] - 2024-05-17
|
||||||
|
### Added
|
||||||
|
- Properly named icon PNG files (icon-256x256.png and icon-128x128.png)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Updated asset preparation documentation
|
||||||
|
- Improved WordPress.org submission readiness
|
||||||
|
|
||||||
## [1.6.23] - 2024-05-17
|
## [1.6.23] - 2024-05-17
|
||||||
### Added
|
### Added
|
||||||
- Properly named icon, banner, and screenshot files for WordPress.org submission
|
- Properly named icon, banner, and screenshot files for WordPress.org submission
|
||||||
|
@ -160,6 +160,11 @@ The plugin works by:
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.6.24
|
||||||
|
* Added properly named icon PNG files for WordPress.org submission
|
||||||
|
* Created icon-256x256.png and icon-128x128.png files
|
||||||
|
* Updated asset preparation documentation
|
||||||
|
|
||||||
### 1.6.23
|
### 1.6.23
|
||||||
* Prepared assets for WordPress.org plugin submission
|
* Prepared assets for WordPress.org plugin submission
|
||||||
* Added properly named icon, banner, and screenshot files
|
* Added properly named icon, banner, and screenshot files
|
||||||
|
@ -31,7 +31,7 @@ This document outlines the requirements for assets when submitting a plugin to t
|
|||||||
|
|
||||||
### Icon
|
### Icon
|
||||||
- ✅ SVG source available
|
- ✅ SVG source available
|
||||||
- ❌ Need to create `icon-256x256.png` from the SVG
|
- ✅ PNG files created (`icon-256x256.png` and `icon-128x128.png`)
|
||||||
|
|
||||||
### Banner
|
### Banner
|
||||||
- ✅ Both sizes available
|
- ✅ Both sizes available
|
||||||
|
BIN
assets/icon-png/icon-128x128.png
Normal file
BIN
assets/icon-png/icon-128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/icon-png/icon-256x256.png
Normal file
BIN
assets/icon-png/icon-256x256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
@ -13,7 +13,7 @@
|
|||||||
* Plugin Name: Fix 'Plugin file does not exist.' Notices
|
* Plugin Name: Fix 'Plugin file does not exist.' Notices
|
||||||
* Plugin URI: https://wordpress.org/plugins/fix-plugin-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. By Marcus Quinn (marcusquinn.com) & WP ALLSTARS (wpallstars.com).
|
* 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.23
|
* Version: 1.6.24
|
||||||
* Author: Marcus Quinn & WP ALLSTARS
|
* Author: Marcus Quinn & WP ALLSTARS
|
||||||
* Author URI: https://www.wpallstars.com
|
* Author URI: https://www.wpallstars.com
|
||||||
* License: GPL-2.0+
|
* License: GPL-2.0+
|
||||||
@ -48,7 +48,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Define plugin constants
|
// Define plugin constants
|
||||||
define( 'FPDEN_VERSION', '1.6.23' );
|
define( 'FPDEN_VERSION', '1.6.24' );
|
||||||
define( 'FPDEN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
define( 'FPDEN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
||||||
define( 'FPDEN_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
define( 'FPDEN_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
||||||
define( 'FPDEN_PLUGIN_FILE', __FILE__ );
|
define( 'FPDEN_PLUGIN_FILE', __FILE__ );
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# This file is distributed under the GPL-2.0+.
|
# This file is distributed under the GPL-2.0+.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 1.6.23\n"
|
"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 1.6.24\n"
|
||||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fix-plugin-does-not-exist-notices\n"
|
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fix-plugin-does-not-exist-notices\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
10
readme.txt
10
readme.txt
@ -5,7 +5,7 @@ Tags: plugins, missing plugins, cleanup, error fix, admin tools, plugin file doe
|
|||||||
Requires at least: 5.0
|
Requires at least: 5.0
|
||||||
Tested up to: 6.4
|
Tested up to: 6.4
|
||||||
Requires PHP: 7.0
|
Requires PHP: 7.0
|
||||||
Stable tag: 1.6.23
|
Stable tag: 1.6.24
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
@ -111,6 +111,11 @@ Manually editing the WordPress database is risky and requires technical knowledg
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.6.24 =
|
||||||
|
* Added properly named icon PNG files for WordPress.org submission
|
||||||
|
* Created icon-256x256.png and icon-128x128.png files
|
||||||
|
* Updated asset preparation documentation
|
||||||
|
|
||||||
= 1.6.23 =
|
= 1.6.23 =
|
||||||
* Prepared assets for WordPress.org plugin submission
|
* Prepared assets for WordPress.org plugin submission
|
||||||
* Added properly named icon, banner, and screenshot files
|
* Added properly named icon, banner, and screenshot files
|
||||||
@ -338,6 +343,9 @@ Manually editing the WordPress database is risky and requires technical knowledg
|
|||||||
|
|
||||||
== Upgrade Notice ==
|
== Upgrade Notice ==
|
||||||
|
|
||||||
|
= 1.6.24 =
|
||||||
|
Added properly named icon PNG files for WordPress.org submission.
|
||||||
|
|
||||||
= 1.6.23 =
|
= 1.6.23 =
|
||||||
Prepared assets for WordPress.org plugin submission with properly named icon, banner, and screenshot files.
|
Prepared assets for WordPress.org plugin submission with properly named icon, banner, and screenshot files.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user