Skip to content

Commit

Permalink
Preparing for 0.6 Release (#183)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Update readme.txt

Co-authored-by: Colin Stewart <[email protected]>
Signed-off-by: Namith Jawahar <[email protected]>

---------

Signed-off-by: Namith Jawahar <[email protected]>
Co-authored-by: Colin Stewart <[email protected]>
  • Loading branch information
namithj and costdev authored Nov 13, 2024
1 parent 13d84ee commit e96c270
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
4 changes: 2 additions & 2 deletions aspire-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,7 +29,7 @@
}

if ( ! defined( 'AP_VERSION' ) ) {
define( 'AP_VERSION', '0.5' );
define( 'AP_VERSION', '0.6' );
}


Expand Down
23 changes: 20 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 ==
== Upgrade Notice ==

0 comments on commit e96c270

Please sign in to comment.