Bump version to 2.0.8 and fix plugin details popup with cache-busting

This commit is contained in:
2025-04-13 01:23:54 +01:00
parent 18f8f66477
commit ed8fe84a4f
3 changed files with 28 additions and 7 deletions

View File

@ -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.7.2
Requires PHP: 7.0
Stable tag: 2.0.7
Stable tag: 2.0.8
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@ -140,6 +140,11 @@ Manually editing the WordPress database is risky and requires technical knowledg
== Changelog ==
= 2.0.8 =
* Fixed: Plugin details popup now correctly shows version and author information
* Added: Cache-busting mechanism to ensure plugin details are always up-to-date
* Improved: Author and contributor information display in plugin details
= 2.0.7 =
* Additional text improvements and minor fixes