2.0.1
June 25th, 2026
Documentation cleanup. No functional changes from 2.0.0.
Same Statamic 6 widget and indicator as 2.0.0; this patch only tidies the README and changelog wording.
2.0.0
June 25th, 2026
First release for Statamic 6. This is now the actively maintained line; the 1.x line for Statamic 5 is in maintenance mode.
Changed
- BREAKING: Now requires Statamic 6 (
statamic/cms ^6.0), PHP 8.3+, and Laravel 12.0+. - BREAKING: Widget display simplified to a single
show_detailsoption (removedalways_show_details/never_show_details). - Dashboard widget rebuilt with native Statamic 6 UI components for full dark-mode support.
- Pattern colors now use flat
primary/secondarykeys (the oldlight_mode/dark_modeformat still works). - Widget reads config via
config()so it survivesconfig:cache.
Added
- Auto-regenerating CSS when the config changes, with no build step.
STATAMIC_STATIC_CACHING_STRATEGYandDEBUGBAR_ENABLEDrows in the widget detail table.
Fixed
- Widget no longer leaves a tall empty area when environment details are hidden.
For upgrade notes and Statamic 5 guidance, see the README.
1.0.0
July 17th, 2025
Initial release of Statamic Environment Indicator addon.
Features:
- Visual environment indicators in CP header
- Dashboard widget with environment information
- Support for local, staging, and production environments
- Configurable environment labels and styling
- Compatible with Statamic 5.0+