Skip to content

5.4.0

Latest
Compare
Choose a tag to compare
@r3hp1c r3hp1c released this 02 Mar 18:20
aa60745

What's Changed

  • Fixed deprecation notice to use Doctrine\Persistence\Event\LifecycleEventArgs instead of Doctrine\ORM\Event\LifecycleEventArgs by @r3hp1c in #14
  • Encrypt command call the EntityManager persist function by @r3hp1c in #15
  • Removed the preUpdate/postUpdate that does the same as the preFlush/postFlush by @r3hp1c in #16
  • Document Entity Method Behaviour by @r3hp1c in #17
  • Updated configuration documentation to include details for the secret option by @r3hp1c in #18
  • Added the answer option for the commands to be able to skip the manual interaction required with the confirmation question. Updated the commands documentation by @r3hp1c in #21
  • Removed the type declaration Reader|AttributeReader for the reader as PHP 7.2 does not support this syntax. by @r3hp1c in #23
  • Use actions/checkout@v4 instead of v2 to avoid deprecation notices by @Zombaya in #26
  • Add support for Symfony 7 by @Zombaya in #28
  • Added support to encrypt and decrypt DateTime, JSON and array data types by @r3hp1c in #24

New Contributors

Full Changelog: 5.3.1...5.4.0