Releases: madmatt/silverstripe-encrypt-at-rest
Releases · madmatt/silverstripe-encrypt-at-rest
v2.0.0
v1.0.0
First official major stable release, though realistically earlier versions were stable under Silverstripe CMS 3.
This release targets Silverstripe CMS 4.9 and above, and changes how the module works so that it's much easier to use.
What's Changed
- SilverStripe 3.7 and PHP 7.2 compatibility by @ssmarco in #17
- Upgrade defuse/php-encryption to v2.2.1 by @ssmarco in #18
- SS4 Upgrade fixes by @ssmarco in #19
- Fixes to catch Exceptions when decrypting values by @ssmarco in #20
- File encryptions for public and protected folder by @ssmarco in #21
- Bugfix when changing back to original filename by @ssmarco in #23
- Cast the value to decrypt to a string to prevent type-errors by @Firesphere in #25
- Silverstripe 4 compatibility by @edwilde in #27
New Contributors
- @ssmarco made their first contribution in #17
- @Firesphere made their first contribution in #25
- @edwilde made their first contribution in #27
Full Changelog: 0.2...1.0.0
Framework version support
Merge pull request #14 from d-rivera-c/master Update framework dependency to allow <4.0 versions
Fix to support other than just .txt files.
0.1.1 Rename the files correctly and append enc to the file instead of repl…