From e96c27006d3510476bc7cc0fd68a426750d82667 Mon Sep 17 00:00:00 2001 From: Namith Jawahar <48271037+namithj@users.noreply.github.com> Date: Wed, 13 Nov 2024 22:21:11 +0530 Subject: [PATCH] Preparing for 0.6 Release (#183) * Preparing for 0.6 Release Preparing for 0.6 Release * Unused Tag Tags removed Unused Tag Tags removed * Changelog Update Changelog Update * Update readme.txt Site Health line item removed. Signed-off-by: Namith Jawahar <48271037+namithj@users.noreply.github.com> * Update readme.txt Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com> Signed-off-by: Namith Jawahar <48271037+namithj@users.noreply.github.com> --------- Signed-off-by: Namith Jawahar <48271037+namithj@users.noreply.github.com> Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com> --- aspire-update.php | 4 ++-- readme.txt | 23 ++++++++++++++++++++--- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/aspire-update.php b/aspire-update.php index aca98c5..f908326 100644 --- a/aspire-update.php +++ b/aspire-update.php @@ -10,7 +10,7 @@ * Plugin Name: AspireUpdate * Plugin URI: https://aspirepress.org/ * Description: Update plugins and themes for WordPress. - * Version: 0.5 + * Version: 0.6 * Author: AspirePress * Author URI: https://docs.aspirepress.org/aspireupdate/ * Requires at least: 5.3 @@ -29,7 +29,7 @@ } if ( ! defined( 'AP_VERSION' ) ) { - define( 'AP_VERSION', '0.5' ); + define( 'AP_VERSION', '0.6' ); } diff --git a/readme.txt b/readme.txt index 55e75cd..ded19af 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,9 @@ === AspireUpdate === Contributors: sarah-savage, namithj, asirota Donate link: https://github.com/sponsors/aspirepress -Tags: Requires at least: 5.3 Tested up to: 6.7 -Stable tag: 0.5 +Stable tag: 0.6 Requires PHP: 7.4 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -34,7 +33,25 @@ Answer to foo bar dilemma. == Changelog == += 0.6 = +* Admin Settings: Added notices for when settings are saved or reset +* Branding: Added branded notices to inform users when AspireUpdate is in operation on a screen +* Multisite: Added multisite support +* Debug: Added Clear Logs and View Logs functionality +* I18N: Added Catalan translation +* I18N: Added Dutch translation +* I18N: Added Spanish translation +* I18N: Added Swedish translation +* I18N: Updated Dutch translation +* I18N: Updated French translation +* I18N: Updated German translation +* Testing: Added Git Updater integration +* Testing: Added support both main and playground-ready links in the README +* Testing: Made Playground default to the `main` branch +* Testing: Removed Hello Dolly from the Playground blueprint +* Security: Fixed Plugin Check security warnings + = 0.5 = * first stable version, connects to api.wordpress.org or an alternative AspireCloud repository -== Upgrade Notice == \ No newline at end of file +== Upgrade Notice ==