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 ==