Releases: vlucas/phpdotenv
Releases · vlucas/phpdotenv
V3.6.1 (12/03/2020)
12 Mar 13:45
Compare
Sorry, something went wrong.
No results found
We announce the immediate availability V3.6.1.
Bug Fixes
Recommend the filter extension ext-filter (124efcd )
Fixed empty variable parsing (82cccaa )
V4.1.1 (02/03/2020)
02 Mar 00:10
Compare
Sorry, something went wrong.
No results found
We announce the immediate availability V4.1.1.
Bug Fixes
V4.1 (14/12/2019)
14 Dec 14:07
Compare
Sorry, something went wrong.
No results found
We announce the immediate availability V4.1.0.
New Features
More flexible file finding using stores (#394 , #395 , #397 )
Optional variable name whitelist within the loader (#398 )
Changes
V4.0.1 (08/12/2019)
08 Dec 15:09
Compare
Sorry, something went wrong.
No results found
We announce the immediate availability V4.0.1.
Bug Fixes
V4.0 (30/11/2019)
30 Nov 20:41
Compare
Sorry, something went wrong.
No results found
We announce the immediate availability V4.0.0.
We've made some further improvements to this library, since v3, maintaining the same API where possible.
New Features
Match single quote semantics with bash (#380 )
Support escaping dollars in unquoted and double quoted strings (#380 )
Right to left processing of environment variable interpolation (#380 )
More flexible design with support for separate readers and writers (#387 )
Upgrading Notes
Please see the upgrading guide .
V3.6.0 (10/09/2019)
10 Sep 21:51
Compare
Sorry, something went wrong.
No results found
We announce the immediate availability V3.6.0.
New Features
Support for validation using regular expressions (#371 )
V3.5.0 (27/08/2019)
27 Aug 17:06
Compare
Sorry, something went wrong.
No results found
We announce the immediate availability V3.5.0.
New Features
Support for validation of optional variables (#367 )
Support for additional quoted escape sequences such as "\n" (#368 )
V3.4.0 (15/06/2019)
15 Jun 22:46
Compare
Sorry, something went wrong.
No results found
We announce the immediate availability V3.4.0.
Bug Fixes
Fixed handling multiple occurrences of a variable (5084b23 )
V3.3.3 (06/03/2019)
06 Mar 09:47
Compare
Sorry, something went wrong.
No results found
We announce the immediate availability V3.3.3.
Bug Fixes
Add some extra type checks on names (#351 )
V3.3.2 (30/01/2019)
30 Jan 10:46
Compare
Sorry, something went wrong.
No results found
We announce the immediate availability V3.3.2.
Bug Fixes
Fixed detection of closing multiline-quotes (#342 )