Skip to content

Releases: ekino/EkinoDataProtectionBundle

v3.1.0

19 Jun 15:00
e395245
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

19 Jun 09:59
b3b4096
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

09 Nov 12:33
bd9f870
Compare
Choose a tag to compare
  • Drop support for PHP 7
  • Bump PHPStan from ^0.12 to ^1.0
  • Allow Symfony 6
  • Drop support for Symfony 3
  • Support only sonata-project/admin-bundle ^4.0 and sonata-project/twig-extensions ^2.0

v1.3.1

21 Dec 16:19
bcbf62c
Compare
Choose a tag to compare
  • Upgrade friendsofphp/php-cs-fixer
  • Improve PHPStan configuration file
  • Raised to PHPStan level 8
  • Add PHP 8.1 in CI
  • Add native return types

v1.3.0

13 Aug 12:48
316df29
Compare
Choose a tag to compare
  • Switch to the new security checker
  • Migrate from Travis to GitHub Actions
  • Allow PHP 8 and Symfony 5
  • Fix depreciated PHP-CS rules

v1.2.0

28 Sep 08:35
a250ccf
Compare
Choose a tag to compare
  • Improve message in case of encryption error
  • Add command to encrypt secrets
  • Drop support for PHP 7.1
  • Add PHP 7.4 in CI
  • Upgrade PhpUnit to 8
  • Make symfony dependencies explicit, add sonata twig as dev dep & remove SonataCoreBundle occurrence

v1.1.0

02 Jan 08:55
48306d1
Compare
Choose a tag to compare
  • Allow monolog/monolog ~2.0

v1.0.0

04 Sep 09:35
0209c2a
Compare
Choose a tag to compare
  • Add monolog processor to encrypt logs
  • Add optional sonata admin to decrypt logs
  • Add processor to decrypt secrets at runtime
  • Add optional sonata admin to encrypt content
  • Enable strict typing
  • GdprProcessor: cast context keys to string to avoid FatalThrowableError with numeric keys
  • Add TravisCI matrix
  • Fix Coveralls tool export
  • Fix badges
  • Disable audit of Log (cf. https://sonata-project.org/bundles/doctrine-orm-admin/master/doc/reference/audit.html)
  • Remove deprecation about configuration tree builder without a root node
  • Throw EncryptionException when content can't be encrypted/decrypted and display flash message in admin