Skip to content

Releases: eighteen73/orbit

Version 1.4.2

04 Jun 14:36
00a97d1
Compare
Choose a tag to compare

What's Changed

  • Disable the /wp-json/wp/v2/users endpoint only when not admin by @DanielHudson2 in #11

New Contributors

Full Changelog: v1.4.1...v1.4.2

Version 1.4.1

18 Mar 07:47
Compare
Choose a tag to compare

Bug fix: missing permission_callback from the new health check endpoint.

Version 1.4.0

13 Mar 11:00
0406531
Compare
Choose a tag to compare

Websites with this plugin now have an API endpoint (/wp-json/orbit/up) for website monitors to verify availability.

  • Addition: Add an endpoint for a simple website health check

Version 1.3.0

17 Sep 13:49
9be5069
Compare
Choose a tag to compare

This plugin can now be used in regular (non-Composer) WordPress websites. Any required packages may be included in the plugin's /lib directory from where they will be auto-loaded by this plugin itself. The lib directory has a new README with extra detail and instructions.

Author pages have also been removed as a privacy & security measure. This is a hard block given that they're never useful on our websites but it may be introduced as a configurable option later if that requirement arises.

  • Addition: Added lib directory for 3rd party libraries
  • Addition: Author pages are replaced with a 404
  • Fix: Added an "Update URI" to avoid a plugin clash

Version 1.2.0

25 Nov 15:07
6c6fefd
Compare
Choose a tag to compare

This release removes the plugin's reliance on Carbon Fields in preference of using the native Settings API. It also removes the unused STMP configuration because other popular plugins do that better.

Note: If your website used this plugin's copy of Carbon Fields elsewhere in your code you will need to install that toolkit separately now.

Addition: Forms now use the Settings API (via eighteen73/settings-api)
Addition: Hide Yoast from toolbar
Addition: Translatable text
Fix: More consistent behaviour across all settings toggles
Fix: Allow oEmbed for block editor
Fix: Hide WordPress version in RSS feed
Removal: Carbon Fields
Removal: SMTP settings

Version 1.1.0

03 Nov 15:00
bb7bcc4
Compare
Choose a tag to compare

Adds WP Rocket specific config to stop it adding WP_CACHE constant to wp-config.php.

Version 1.0.0

02 Jul 10:11
17726f5
Compare
Choose a tag to compare

Initial production-ready release.