Releases: aaemnnosttv/wp-cli-dotenv-command
Releases · aaemnnosttv/wp-cli-dotenv-command
2.1
2.0
This version is the same version you all know and love. No new features have been added, but support for PHP 5.5 has been dropped, and the package no longer has any dependencies 🎉
Anyone who continues to need support for PHP 5.5 may continue to use the 1.x version, by using the ^1.0
version constraint in their ~/.wp-cli/packages/composer.json
file until ready to upgrade.
1.0.2
Fixed a regression when installed with tightenco/collect
5.3 and up
1.0.1
Fixed a regression where commented-out variables were showing up in list
1.0.0
This marks the beginning of backwards compatibility, and feature stability.
1.0 also features a robust test suite, including functional tests with behat for all subcommands, and phpunit covering the internals.
New features
- The
list
command now accepts one or more glob patterns as optional positional arguments to limit the list to those that match any of the given patterns. - You may now set the wrapping quote for the recorded value when using
dotenv set
using a flag--quote-single
or--quote-double
. By default, values are set with no wrapping quotes. salts generate
now updates placeholder values for salt keys without the need for--force
.- Generated salts are now set with a wrapping single quote to prevent misinterpretation of special characters when sourcing the file by the operating system.
Initial release!
v0.1 fix interactive init from template