Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.33 KB

File metadata and controls

46 lines (33 loc) · 1.33 KB

v2.1.3

06/02/2026

    • Marked the plugin as compatible with Grav 1.7 only. Grav 2.0 reads .env files natively, so this plugin is no longer needed there and will not be offered for install or migration on Grav 2.0.

v2.1.2

04/30/2026

    • Fixed PHP 8.1+ deprecation notice — explicit string casts where null was being passed to string-typed function arguments.

v2.1.1

10/12/2022

    • Added support for _DASH_ string in env keys as - is invaild and will throw exception
    • Modify priority for onPluginsInitialized to 100 as dotenv should run before other plugins

v2.1.0

10/11/2022

    • Refactored logic to use Config::merge() rather than individual Config::join() calls
    • Normalize data to better support boolean, int, float, and null types

v2.0.1

10/10/2022

    • Fix a malformed date in changelog breaking the parsing
    • Update README.md with original author Attribution

v2.0.0

10/10/2022

    • Taken over from abandoned repo: https://github.com/Ralla/grav-plugin-dotenv
    • Updated to latest v5.4.1 of vlucas/phpdotenv library
    • Modified plugin to use new Immutable variable structure and loadSafe() to avoid missing env file

v1.0.0

02/14/2019

    • Initial commit.