Skip to content

Releases: mogilvie/EncryptBundle

Fix for dropped proxy classes on lazy loading.

04 Jun 09:28
Compare
Choose a tag to compare
v3.2.1

Merge remote-tracking branch 'origin/master'

Last feature update

30 May 15:24
be518d8
Compare
Choose a tag to compare

Last feature release and update before moving package to Symfony 7 & PHP 8.2.
Fix backwards capability to Symfony 5.6,
Add new AES-GBC encoder
Made twig optional

Symfony recipes, bulk commands, multiple connections

22 Feb 21:32
Compare
Choose a tag to compare

Refactored directory structure inline with Symfony 6 bundle suggestions.
Potentially backward breaking change. Environment variable ENCRYPT_KEY renamed SPEC_SHAPER_ENCRYPT_KEY for use with Symfony flex recipes
New recipes build package yaml. Parameters moved to package config file.
New bulk action commands for encrypt and decrypt via CLI.
Update doctine event subscriber to listen to multiple connections.

Update for Attributes

05 Jan 21:27
Compare
Choose a tag to compare

Move to Attribute definitions.
Annotations to be deprecated.
Revisions to Encryptor Subscriber

Symfony 6 & PHP 8

04 Apr 09:55
Compare
Choose a tag to compare
v3.0.1

Production release for Symfony 6 PHP 8

Symfony 5.4|6 release for PHP 8

12 Mar 17:53
7fb8221
Compare
Choose a tag to compare
Pre-release

Pre-release of update for Symfony 6 and PHP 8 with type declarations.
Not backward compatible.

Update docs for symfony 5

22 Feb 15:00
83cc319
Compare
Choose a tag to compare
v2.0.1

Update for symfony 5 environment

Symfony 5 initial release

22 Feb 14:18
28a3b3c
Compare
Choose a tag to compare
v2.0.0

Update README.md

Bug fixes on genkey and add tests.

22 Jun 18:53
Compare
Choose a tag to compare
Added logging error if missing the encrypt_key in parameters file.

Throw an exception if missing encrypt_key and attempting to encrypt/decrypt.
Added OpenSslEncryptorTest.

Symfony 4 version

15 Apr 23:41
4f11422
Compare
Choose a tag to compare

Updated composer to include Symfony 4.