Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.08 KB

CHANGELOG.rst

File metadata and controls

65 lines (41 loc) · 1.08 KB

Changelog

6.0.0

  1. [BREAKING] Possible breaking because change of the way the .env path is determined.

5.0.0

  1. [TASK] Refactor for Deployer 7.
  2. [TASK] Update dependencies to Deployer 7.

4.0.2

  1. [BUGFIX] Add compatibility with PHP 7.0.

4.0.1

  1. [BUGFIX] Fix compatibility with symfony/dotenv 4.x where $envKey must be a string.

4.0.0

  1. [TASK] Add Env class with load() / get() methods.
  2. [TASK][BREAKING] Remove class Instance with public method getLocalInstance. Use (new Env())->get('INSTANCE'); instead.
  3. [TASK] Change getenv to $_ENV as default for symfony/dotenv.
  4. [TASK] Add ddev config.

3.2.0

  1. [TASK] Increase symfony/dotenv version.

3.1.0

  1. [FEATURE] Use loadEnv function from SymfonyDotenv if possible.

3.0.0

  1. [TASK][BREAKING] Rename getCurrentInstance to getLocalInstance
  2. [FEATURE] AddConfiguration->getLocalHost method.
  3. [TASK][BREAKING] Refactor on default vars.

2.0.0

  1. [TASK][BREAKING] Compatibility with Deployer 6.4+

1.0.1

  1. [TASK] Dos.

1.0.0

  1. Init version