Skip to content

0.9.4

Choose a tag to compare

@namithj namithj released this 31 May 04:25
· 13 commits to main since this release
887c691

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