Releases: eighteen73/orbit
Version 1.4.2
What's Changed
- Disable the /wp-json/wp/v2/users endpoint only when not admin by @DanielHudson2 in #11
New Contributors
- @DanielHudson2 made their first contribution in #11
Full Changelog: v1.4.1...v1.4.2
Version 1.4.1
Bug fix: missing permission_callback
from the new health check endpoint.
Version 1.4.0
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
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
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
Adds WP Rocket specific config to stop it adding WP_CACHE
constant to wp-config.php
.
Version 1.0.0
Initial production-ready release.