Skip to content

Releases: helhum/dotenv-connector

Release 3.0.1

07 Oct 05:41
d95a808
Compare
Choose a tag to compare
  • PHP 8 compatibility
  • minor fix in Symfony load env adapter

Release 3.0.0

01 Sep 16:09
v3.0.0
Compare
Choose a tag to compare

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. The symfony/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 with adapter
  • PHP 7.2 and higher as minimum requirement
  • symfony/dotenv 5.1.0 and higher as minimum requirement

Release 2.2.1

13 Feb 14:19
bccfdfc
Compare
Choose a tag to compare

Mitigate exception when upgrading from older package versions

Release 2.2.0

12 Feb 14:40
4fa7d7c
Compare
Choose a tag to compare

Add possibility to change the include file template for maximum flexibility

Release 2.1.3

12 Feb 11:01
daf7037
Compare
Choose a tag to compare

Compatibility with PHP 7.4

Release 2.1.1

12 Feb 14:39
v2.1.1
72797e6
Compare
Choose a tag to compare

Fix a bug which can appear in some situations with reading the json file for configuration.

Release 2.1.2

17 Jan 11:00
21748f1
Compare
Choose a tag to compare

Compatibility with PHP 7.3