Skip to content

Releases: aaemnnosttv/wp-cli-dotenv-command

2.1

05 Jun 19:50
3ca1ff8
Compare
Choose a tag to compare
  • Added support for PHP 8

2.0

21 May 06:59
1a779dd
Compare
Choose a tag to compare
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

30 Aug 09:30
Compare
Choose a tag to compare

Fixed a regression when installed with tightenco/collect 5.3 and up

1.0.1

15 Aug 07:14
Compare
Choose a tag to compare

Fixed a regression where commented-out variables were showing up in list

1.0.0

06 Aug 12:16
Compare
Choose a tag to compare

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!

04 Aug 03:28
Compare
Choose a tag to compare
v0.1

fix interactive init from template