Bump version to 1.2 with improved documentation
This commit is contained in:
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
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.2] - 2025-04-07
|
||||||
|
### Added
|
||||||
|
- Improved documentation with detailed explanation
|
||||||
|
- Added SQL reference for technical users
|
||||||
|
- Suggested potential inclusion in WordPress core
|
||||||
|
|
||||||
## [1.1] - 2025-04-07
|
## [1.1] - 2025-04-07
|
||||||
### Added
|
### Added
|
||||||
- Support for multisite WordPress installations
|
- Support for multisite WordPress installations
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* Plugin Name: Plugin Reference Cleaner
|
* Plugin Name: Plugin Reference Cleaner
|
||||||
* Description: Adds a "Remove Reference" button to plugin deactivation error notices, allowing users to clean up invalid plugin entries.
|
* Description: Adds a "Remove Reference" button to plugin deactivation error notices, allowing users to clean up invalid plugin entries.
|
||||||
* Version: 1.1
|
* Version: 1.2
|
||||||
* Author: Marcus Quinn
|
* Author: Marcus Quinn
|
||||||
* Author URI: https://wpallstars.com
|
* Author URI: https://wpallstars.com
|
||||||
* License: GPL-2.0+
|
* License: GPL-2.0+
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
=== Plugin Reference Cleaner ===
|
=== Plugin Reference Cleaner ===
|
||||||
Author: Marcus Quinn
|
Author: Marcus Quinn
|
||||||
Author URI: https://wpallstars.com
|
Author URI: https://wpallstars.com
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
|
||||||
== Description ==
|
== Description ==
|
||||||
@ -47,6 +47,11 @@ If you don't have this notification perpetually showing on your /wp-admin/plugin
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.2 =
|
||||||
|
* Improved documentation with detailed explanation
|
||||||
|
* Added SQL reference for technical users
|
||||||
|
* Suggested potential inclusion in WordPress core
|
||||||
|
|
||||||
= 1.1 =
|
= 1.1 =
|
||||||
* Improved error handling
|
* Improved error handling
|
||||||
* Added support for multisite installations
|
* Added support for multisite installations
|
||||||
|
Reference in New Issue
Block a user