Bump version to 1.2 with improved documentation
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2025-04-07 14:29:53 +01:00
parent 6aa330c387
commit 67d13c9354
3 changed files with 13 additions and 2 deletions

View File

@ -2,6 +2,12 @@
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
### Added
- Support for multisite WordPress installations

View File

@ -2,7 +2,7 @@
/*
* Plugin Name: Plugin Reference Cleaner
* 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 URI: https://wpallstars.com
* License: GPL-2.0+

View File

@ -1,7 +1,7 @@
=== Plugin Reference Cleaner ===
Author: Marcus Quinn
Author URI: https://wpallstars.com
Version: 1.1
Version: 1.2
License: GPL-2.0+
== Description ==
@ -47,6 +47,11 @@ If you don't have this notification perpetually showing on your /wp-admin/plugin
== Changelog ==
= 1.2 =
* Improved documentation with detailed explanation
* Added SQL reference for technical users
* Suggested potential inclusion in WordPress core
= 1.1 =
* Improved error handling
* Added support for multisite installations