Skip to content

Commit 9cfc1eb

Browse files
authored
Merge pull request #291 from namithj/0.6.1
0.6 Prep
2 parents 33a2153 + 6b05058 commit 9cfc1eb

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ Issues that are not filed with this information will be closed. We will do our b
100100

101101
## CHANGELOG
102102

103+
0.6.1 - Feb 12 2025
104+
* Added AspireCloud.io endpoint for bleeding edge testing
105+
* Added content type json header for better error retrieval from AC
106+
103107
0.6 - Nov 13 2024
104108
* Admin Settings: Added notices for when settings are saved or reset
105109
* Branding: Added branded notices to inform users when AspireUpdate is in operation on a screen

aspire-update.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: AspireUpdate
1111
* Plugin URI: https://aspirepress.org/
1212
* Description: Update plugins and themes for WordPress.
13-
* Version: 0.6
13+
* Version: 0.6.1
1414
* Author: AspirePress
1515
* Author URI: https://docs.aspirepress.org/aspireupdate/
1616
* Requires at least: 5.3
@@ -29,7 +29,7 @@
2929
}
3030

3131
if ( ! defined( 'AP_VERSION' ) ) {
32-
define( 'AP_VERSION', '0.6' );
32+
define( 'AP_VERSION', '0.6.1' );
3333
}
3434

3535

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: sarah-savage, namithj, asirota
33
Donate link: https://github.com/sponsors/aspirepress
44
Requires at least: 5.3
55
Tested up to: 6.7
6-
Stable tag: 0.6
6+
Stable tag: 0.6.1
77
Requires PHP: 7.4
88
License: GPLv2
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -33,6 +33,10 @@ Answer to foo bar dilemma.
3333

3434
== Changelog ==
3535

36+
= 0.6.1 =
37+
* Added AspireCloud.io endpoint for bleeding edge testing
38+
* Added content type json header for better error retrieval from AC
39+
3640
= 0.6 =
3741
* Admin Settings: Added notices for when settings are saved or reset
3842
* Branding: Added branded notices to inform users when AspireUpdate is in operation on a screen

0 commit comments

Comments
 (0)