Version 2.0.13: Fixed critical error with Git Updater integration and cleaned up codebase

This commit is contained in:
2025-04-13 04:47:24 +01:00
parent 217a835faf
commit c00bef482c
6 changed files with 165 additions and 281 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.11
Stable tag: 2.0.13
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@ -141,6 +141,12 @@ Manually editing the WordPress database is risky and requires technical knowledg
== Changelog ==
= 2.0.13 =
* Fixed: Critical error when Git Updater passes an object instead of a string to API URL filter
* Improved: Type checking in branch fix functions to handle both string and object inputs
* Enhanced: Error handling for Git Updater integration
* Removed: Redundant GU Branch Fix plugin (fully integrated into main plugin)
= 2.0.12 =
* Fixed: Integrated Git Updater branch fix directly into main plugin
* Removed: Separate "GU Branch Fix" plugin (no longer needed)