Skip to content

Releases: vlucas/phpdotenv

V4.2.1 (02/10/2021)

02 Oct 19:30
Compare
Choose a tag to compare

We announce the immediate availability V4.2.1.

Bug Fixes

V3.6.9 (02/10/2021)

02 Oct 19:30
Compare
Choose a tag to compare

We announce the immediate availability V3.6.9.

Bug Fixes

V2.6.8 (02/10/2021)

02 Oct 19:30
f1e2a35
Compare
Choose a tag to compare

We announce the immediate availability V2.6.8.

Bug Fixes

  • Fixed edge case issues on PHP 8.1 (f1e2a35)

V5.3.0 (20/01/2021)

20 Jan 15:35
Compare
Choose a tag to compare

We announce the immediate availability V5.3.0.

New Features

  • Made Validator::assert and Validator::assertNullable public (b3eac5c)

Bug Fixes

  • Reject env files with missmatched quotes (ef736ad)

V4.2.0 (20/01/2021)

20 Jan 15:35
Compare
Choose a tag to compare

We announce the immediate availability V4.2.0.

New Features

  • Backported Dotenv::createArrayBacked() and Dotenv::parse() (b56a067)

Bug Fixes

  • Reject env files with missmatched quotes (e9a36be)

V3.6.8 (20/01/2021)

20 Jan 15:35
Compare
Choose a tag to compare

We announce the immediate availability V3.6.8.

Bug Fixes

  • Reject env files with missmatched quotes (04e416a)

V2.6.7 (20/01/2021)

20 Jan 15:35
Compare
Choose a tag to compare

We announce the immediate availability V2.6.7.

Bug Fixes

  • Reject env files with missmatched quotes (7417448)

V5.2.0 (14/09/2020)

14 Sep 16:01
fba6413
Compare
Choose a tag to compare

We announce the immediate availability V5.2.0.

New Features

  • Support boolean values in $_ENV and $_SERVER (#457)

V5.1.0 (14/07/2020)

14 Jul 19:44
Compare
Choose a tag to compare

We announce the immediate availability V5.1.0.

New Features

  • Added Dotenv::createArrayBacked() and Dotenv::parse() (ad9eb3f)

V5.0.1 (14/07/2020)

14 Jul 19:44
7e6837d
Compare
Choose a tag to compare

We announce the immediate availability V5.0.1.

Bug Fixes

  • Added additional type information and fixed edge cases