Releases: mogilvie/EncryptBundle
Fix for dropped proxy classes on lazy loading.
Last feature update
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
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
Move to Attribute definitions.
Annotations to be deprecated.
Revisions to Encryptor Subscriber
Symfony 6 & PHP 8
v3.0.1 Production release for Symfony 6 PHP 8
Symfony 5.4|6 release for PHP 8
Pre-release of update for Symfony 6 and PHP 8 with type declarations.
Not backward compatible.
Update docs for symfony 5
v2.0.1 Update for symfony 5 environment
Symfony 5 initial release
v2.0.0 Update README.md
Bug fixes on genkey and add tests.
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
Updated composer to include Symfony 4.