-
- Marked the plugin as compatible with Grav 1.7 only. Grav 2.0 reads
.envfiles natively, so this plugin is no longer needed there and will not be offered for install or migration on Grav 2.0.
- Marked the plugin as compatible with Grav 1.7 only. Grav 2.0 reads
-
- Fixed PHP 8.1+ deprecation notice — explicit string casts where
nullwas being passed to string-typed function arguments.
- Fixed PHP 8.1+ deprecation notice — explicit string casts where
-
- Added support for
_DASH_string in env keys as-is invaild and will throw exception - Modify priority for
onPluginsInitializedto100as dotenv should run before other plugins
- Added support for
-
- Refactored logic to use
Config::merge()rather than individualConfig::join()calls - Normalize data to better support
boolean,int,float, andnulltypes
- Refactored logic to use
-
- Fix a malformed date in changelog breaking the parsing
- Update README.md with original author Attribution
-
- Taken over from abandoned repo: https://github.com/Ralla/grav-plugin-dotenv
- Updated to latest v5.4.1 of
vlucas/phpdotenvlibrary - Modified plugin to use new
Immutablevariable structure andloadSafe()to avoid missing env file