From 67d13c9354d40f57d9fdc1014847de04ddbded33 Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:29:53 +0100 Subject: [PATCH] Bump version to 1.2 with improved documentation --- CHANGELOG.md | 6 ++++++ plugin-reference-cleaner.php | 2 +- readme.txt | 7 ++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6426562..695b148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/plugin-reference-cleaner.php b/plugin-reference-cleaner.php index 51b55ee..6b538fb 100644 --- a/plugin-reference-cleaner.php +++ b/plugin-reference-cleaner.php @@ -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+ diff --git a/readme.txt b/readme.txt index e52a9dc..9e7d71f 100644 --- a/readme.txt +++ b/readme.txt @@ -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