govCMS / GovCMS8

Current stable release of the main GovCMS8 distribution.
GNU General Public License v2.0
60 stars 58 forks source link

[GOVCMSD8-735] Update encrypt to 3.0 #594

Closed suhyeonh closed 3 years ago

suhyeonh commented 3 years ago

encrypt 8.x-3.0

Release notes

This is the first full release of Encrypt 3.x.

Contributors (4) jcnventura, rlhawk, gena.io, Arkener

Changelog Issues: 7 issues resolved.

Changes since 8.x-3.0-rc3:

Bug

3163950 by jcnventura: t() calls should be avoided in classes

3147117 by jcnventura: Update readme.md for D9

Feature

3162975 by jcnventura: Add annotation to mark encryption plugins as deprecated

3163869 by jcnventura: Fix 16 coding standards messages

3157463 by Arkener: Throw tag on EncryptionMethodInterface

Task

3162867 by rlhawk: Add security warning to permission

3155530 by gena.io: Replace assert* involving an instanceof operator with assertInstanceOf()/assertNotInstanceOf()