From 869e4f607645efbfa37dd32b9f830a152b53fd5c Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Wed, 23 Oct 2024 13:44:23 -0700 Subject: [PATCH] release --- CHANGES.md | 2 ++ readme.txt | 3 +++ wp-beta-tester.php | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c34f62c..cc07081 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,6 @@ [unreleased] + +#### 3.6.1 / 2024-10-23 * fix if `get_preferred_from_update_core()` continues to return less than a complete response #### 3.6.0 / 2024-10-09 diff --git a/readme.txt b/readme.txt index d6dc2f3..9c0136b 100644 --- a/readme.txt +++ b/readme.txt @@ -32,6 +32,9 @@ PRs are welcome on [GitHub](https://github.com/afragen/wordpress-beta-tester). ## Changelog +#### 3.6.1 / 2024-10-23 +* fix if `get_preferred_from_update_core()` continues to return less than a complete response + #### 3.6.0 / 2024-10-09 * remove Report a Bug in favor of using the standalone Test Reports plugin diff --git a/wp-beta-tester.php b/wp-beta-tester.php index 33cb66b..a238488 100644 --- a/wp-beta-tester.php +++ b/wp-beta-tester.php @@ -13,7 +13,7 @@ * Plugin URI: https://wordpress.org/plugins/wordpress-beta-tester/ * Description: Allows you to easily upgrade to Beta releases. * Author: WordPress Upgrade/Install Team - * Version: 3.6.0.1 + * Version: 3.6.1 * Network: true * Author URI: https://make.wordpress.org/core/components/upgrade-install/ * Text Domain: wordpress-beta-tester