Releases: aspirepress/aspireupdate
Releases · aspirepress/aspireupdate
1.0.2
1.0.1
What's Changed
- Assets: Added plugin icon and banner files.
- Dependencies: Updated Git Updater Lite to version 2.3.2.
- Dependencies: Updated PHP Parser to version 5.5.0.
- Workflows: Changed the Playground workflow to manual-only.
Full Changelog: 1.0...1.0.1
1.0
0.9.4
What's Changed
Admin Settings
- WordPress.org has been added as an API host option, and is the new default value.
- A new admin bar menu has been added to display the current API host.
- Admin notices now replace browser alerts when managing the log.
- The "Clear Log" and "View Log" elements are now only visible when a log is known to exist.
API Rewrite
- A new
(bool) AP_BYPASS_CACHE
constant may be used to add cache busting to API requests.
Branding
- The branding notice is now permanently dismissible.
Accessibility
- The link in the branding notice now has more descriptive text.
- The "Generate API Key" button now has a visual label.
- The Voltron easter egg now uses a role of "img" with a label.
- The Voltron easter egg's animation now respects user motion preferences.
- Field labels and descriptions, and their associations, have been improved.
- The "View Log" popup has been removed, and the "View Log" button is now a link to the log file.
Package
- The "Tested up to" plugin header has now been set to WordPress 6.8.1.
- Hosts data is now stored in a new hosts.json file in the plugin's root directory.
Workflows
- PHPUnit tests will now run against PHP 8.4.
- End-to-end (E2E) tests now only run when manually triggered.
Full Changelog: 0.9.3...0.9.4
0.9.3
Pre Release Candidate
What's Changed
- Fix package name, update README by @chuckadams in #357
- Conditionally skip API rewriting by @costdev in #359
- Bump @wordpress/env from 10.20.0 to 10.22.0 by @dependabot in #360
- Bump dotenv from 16.4.7 to 16.5.0 by @dependabot in #361
- Bump actions/setup-node from 4.3.0 to 4.4.0 by @dependabot in #362
- Bump shivammathur/setup-php from 2.32.0 to 2.33.0 by @dependabot in #363
- Generate POT - 2025-04-08 by @github-actions in #355
- Bump actions/cache from 4.2.2 to 4.2.3 by @dependabot in #338
- Bump actions/dependency-review-action from 4.5.0 to 4.6.0 by @dependabot in #340
- composer update to fix small issue in translations-updater by @afragen in #364
- API_Rewrite: Specify hook priority in all
*_filter()
calls. by @costdev in #366 - V 0.9.3 Prep by @namithj in #367
Full Changelog: 0.9.2...0.9.3
0.9.2
0.9.1
Merge pull request #343 from aspirepress/zero_point_nine release 0.9.1 (for realsies!)
0.9
build: bump to version 0.9
0.6.2
0.6.2V of AspireUpdate Plugin
What's Changed
- Add E2E tests suite and initial tests. by @costdev in #293
- build: update to afragen/autoloader 3.0.1 by @chuckadams in #297
- Create settings link for the plugin in the plugin listing page by @namithj in #298
- API_Rewrite: Return
WP_Error
object for non-200 responses. by @costdev in #300 - Return
WP_Error
for all response codes that aren't200
or404
. by @costdev in #302 - Simplify
api_host_other
validation and requirehttp://
orhttps://
, valid URLs for host values by @costdev in #301 - Several tidy ups by @costdev in #304
- API_Rewrite: Only filter
'pre_http_request'
when API rewriting is enabled by @costdev in #306 - Admin_Settings: Various accessibility improvements by @costdev in #307
- Move Admin Settings to the Settings menu by @costdev in #308
- README: Update note about the menu location. by @costdev in #309
- Randomize Log File Name by @namithj in #310
- Fix Validation Issue by @namithj in #312
- update releases workflow by @afragen in #315
- Debug Field Validation by @namithj in #316
- 0.6.2 Prep by @namithj in #318
New Contributors
- @chuckadams made their first contribution in #297
Full Changelog: 0.6.1...0.6.2