Enhance support documentation with multiple support channels (v1.6.22)
This commit is contained in:
@ -2,6 +2,12 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.6.22] - 2024-05-17
|
||||
### Changed
|
||||
- Enhanced support section with multiple support channel options
|
||||
- Added encouragement for users to leave reviews on WordPress.org
|
||||
- Improved documentation with clearer support instructions
|
||||
|
||||
## [1.6.21] - 2024-05-17
|
||||
### Added
|
||||
- Support for more AI-powered development tools (Roo, Gemini, Loveable, Bolt, Cody, Continue)
|
||||
|
13
README.md
13
README.md
@ -160,6 +160,11 @@ The plugin works by:
|
||||
|
||||
## Changelog
|
||||
|
||||
### 1.6.22
|
||||
* Enhanced support section with multiple support channel options
|
||||
* Added encouragement for users to leave reviews on WordPress.org
|
||||
* Improved documentation with clearer support instructions
|
||||
|
||||
### 1.6.21
|
||||
* Added support for more AI-powered development tools (Roo, Gemini, Loveable, Bolt, Cody, Continue)
|
||||
* Updated documentation with links to supported AI IDEs
|
||||
@ -318,4 +323,10 @@ This project is licensed under the GPL-2.0+ License - see the [LICENSE](LICENSE)
|
||||
|
||||
## Support
|
||||
|
||||
For support, please visit [WP ALLSTARS](https://www.wpallstars.com).
|
||||
If you need help with this plugin, there are several ways to get support:
|
||||
|
||||
* [WordPress.org Support Forums](https://wordpress.org/support/plugin/fix-plugin-does-not-exist-notices/)
|
||||
* [GitHub Issues](https://github.com/wpallstars/fix-plugin-does-not-exist-notices/issues)
|
||||
* [Gitea Issues](https://gitea.wpallstars.com/wpallstars/fix-plugin-does-not-exist-notices/issues)
|
||||
|
||||
If you find this plugin helpful, please consider [leaving a review](https://wordpress.org/support/plugin/fix-plugin-does-not-exist-notices/reviews/) on WordPress.org. Your feedback helps others discover the plugin and encourages continued development and support.
|
@ -13,7 +13,7 @@
|
||||
* 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. By Marcus Quinn (marcusquinn.com) & WP ALLSTARS (wpallstars.com).
|
||||
* Version: 1.6.21
|
||||
* Version: 1.6.22
|
||||
* Author: Marcus Quinn & WP ALLSTARS
|
||||
* Author URI: https://www.wpallstars.com
|
||||
* License: GPL-2.0+
|
||||
@ -48,7 +48,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
}
|
||||
|
||||
// Define plugin constants
|
||||
define( 'FPDEN_VERSION', '1.6.21' );
|
||||
define( 'FPDEN_VERSION', '1.6.22' );
|
||||
define( 'FPDEN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
||||
define( 'FPDEN_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
||||
define( 'FPDEN_PLUGIN_FILE', __FILE__ );
|
||||
|
@ -2,7 +2,7 @@
|
||||
# This file is distributed under the GPL-2.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 1.6.21\n"
|
||||
"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 1.6.22\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fix-plugin-does-not-exist-notices\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
18
readme.txt
18
readme.txt
@ -5,7 +5,7 @@ Tags: plugins, missing plugins, cleanup, error fix, admin tools, plugin file doe
|
||||
Requires at least: 5.0
|
||||
Tested up to: 6.4
|
||||
Requires PHP: 7.0
|
||||
Stable tag: 1.6.21
|
||||
Stable tag: 1.6.22
|
||||
License: GPL-2.0+
|
||||
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 ==
|
||||
|
||||
= 1.6.22 =
|
||||
* Enhanced support section with multiple support channel options
|
||||
* Added encouragement for users to leave reviews on WordPress.org
|
||||
* Improved documentation with clearer support instructions
|
||||
|
||||
= 1.6.21 =
|
||||
* Added support for more AI-powered development tools (Roo, Gemini, Loveable, Bolt, Cody, Continue)
|
||||
* Updated documentation with links to supported AI IDEs
|
||||
@ -327,6 +332,9 @@ Manually editing the WordPress database is risky and requires technical knowledg
|
||||
|
||||
== Upgrade Notice ==
|
||||
|
||||
= 1.6.22 =
|
||||
Improved support documentation with multiple support channel options and encouragement for users to leave reviews.
|
||||
|
||||
= 1.6.21 =
|
||||
Added support for more AI-powered development tools and enhanced documentation with links to supported AI IDEs.
|
||||
|
||||
@ -386,4 +394,10 @@ Important stability fix - resolves timeout issues during plugin activation!
|
||||
|
||||
== Support ==
|
||||
|
||||
For support, please visit https://wpallstars.com
|
||||
If you need help with this plugin, there are several ways to get support:
|
||||
|
||||
* [WordPress.org Support Forums](https://wordpress.org/support/plugin/fix-plugin-does-not-exist-notices/)
|
||||
* [GitHub Issues](https://github.com/wpallstars/fix-plugin-does-not-exist-notices/issues)
|
||||
* [Gitea Issues](https://gitea.wpallstars.com/wpallstars/fix-plugin-does-not-exist-notices/issues)
|
||||
|
||||
If you find this plugin helpful, please consider [leaving a review](https://wordpress.org/support/plugin/fix-plugin-does-not-exist-notices/reviews/) on WordPress.org. Your feedback helps others discover the plugin and encourages continued development and support.
|
Reference in New Issue
Block a user