Releases: helhum/dotenv-connector
Releases · helhum/dotenv-connector
Release 3.0.1
Release 3.0.0
New major version release. This release does not contain breaking changes for users only having a .env
file and neither using any
classes from this package nor the (now removed) configuration option include-template-file
!
Features
- New config option
adapter
with which a fully qualified class name can be specified that must implement\Helhum\DotEnvConnector\DotEnvVars
. By that different implementations of.env
file parsing can be provided in a clean manner. Thesymfony/dotenv
package is still required and used by default to keep the "plug and play" simplicity. - Compatibility with
symfony/dotenv
higher or equal 5.1.0
Breaking changes
- Replaced config option
include-template-file
withadapter
- PHP 7.2 and higher as minimum requirement
symfony/dotenv
5.1.0 and higher as minimum requirement
Release 2.2.1
Mitigate exception when upgrading from older package versions
Release 2.2.0
Add possibility to change the include file template for maximum flexibility
Release 2.1.3
Compatibility with PHP 7.4
Release 2.1.1
Fix a bug which can appear in some situations with reading the json file for configuration.
Release 2.1.2
Compatibility with PHP 7.3