All notable changes to WordPress Environment Switcher
will be documented in this file.
- Upgrade to PHP 8.1.
- Change the environment switcher to show if the user has the
view_environment_switcher
capability (which is mapped tomanage_options
). This allows for more fine-grained control over who can see the environment switcher.
- Infer the environment from the hosting provider, allow it to be filtered via
wp_environment_switcher_current_environment
.
- Initial release