Skip to content

Commit

Permalink
Preparing for 0.6 Release
Browse files Browse the repository at this point in the history
Preparing for 0.6 Release
  • Loading branch information
namithj committed Nov 13, 2024
1 parent 13d84ee commit cbc3dca
Show file tree
Hide file tree
Showing 2 changed files with 14 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
15 changes: 12 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== AspireUpdate ===
Contributors: sarah-savage, namithj, asirota
Donate link: https://github.com/sponsors/aspirepress
Tags:
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 +34,16 @@ Answer to foo bar dilemma.

== Changelog ==

= 0.6 =
* WPCS and editorconfig.
* Added provision to View and Clear Logs from within the plugin.
* Added ability to use Playground from any branch.
* Branding on screens where the plugin is actively altering Wordpress behaviour.
* Multisite Support.
* Notices for Save and Reset settings.
* Voltron Branding.

= 0.5 =
* first stable version, connects to api.wordpress.org or an alternative AspireCloud repository

== Upgrade Notice ==
== Upgrade Notice ==

0 comments on commit cbc3dca

Please sign in to comment.