Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Releases: picodexter/PcdxParameterEncryptionBundle

v1.2.0: Release version 1.2.0

14 Jan 21:40
v1.2.0
3d2b9ee
Compare
Choose a tag to compare

Added

  • Added Composer dev package "symfony/phpunit-bridge" to enable deprecation notices for tests
  • Added strict typing

Changed

  • Made minor improvements in Travis CI configuration
  • PHP CS Fixer: Replaced rule set PHP56Migration with PHP70Migration and PHP70Migration:risky
  • Set error_reporting level for tests to -1
  • Updated Travis CI configuration for PHP 5.6 (end of life), PHP 7.0 (end of life), PHP 7.3 (new default) and HHVM (no longer supports PHP)
  • Updated Travis CI configuration to use new Coveralls Composer package and version (2.1)
  • Upgraded to PHPUnit 6.2+

Removed

  • Removed support for PHP 5.6 and 7.0 (reached end of life)

Fixed

  • Fixed deprecations when instantiating TreeBuilder in Configuration
  • PHP CS Fixer: Applied native constant invocation and native function invocation

v1.1.1: Release version 1.1.1

06 Mar 22:58
v1.1.1
af5f2b3
Compare
Choose a tag to compare

Added

  • Added support for resolving Symfony parameters using environment placeholders (Symfony 3.2+)
  • Added rewriting Doctrine configuration key "url" (Symfony 4.0+)
  • Added Composer scripts for PHPUnit
  • Added Composer scripts for PHP CS Fixer

v1.1.0: Release version 1.1.0

20 Jan 20:25
v1.1.0
a6597a6
Compare
Choose a tag to compare

Added

  • Added support for Symfony version 4.x
  • Added support for symfony/console version 4.x

v1.0.2: Release version 1.0.2

20 Jan 19:39
v1.0.2
e5ff5fd
Compare
Choose a tag to compare

Fixed

  • Set visibility for console command services to public to prevent an exception in older Symfony versions when executing the commands

v1.0.1: Release version 1.0.1

05 Jul 20:12
Compare
Choose a tag to compare

Added

Removed

  • Removed PHP CS Fixer dist config file from Git exports
  • Removed PHPUnit dist config file from Git exports

Fixed

  • Fixed interpretation of priority value for service tag "pcdx_parameter_encryption.crypto.key_must_not_be_empty"

v1.0.0: Release version 1.0.0

05 Jul 20:12
Compare
Choose a tag to compare