This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Release Notes for 4.0.0
Release Notes for v4.0
This is the final release of laminas-crypt
introducing native types to the codebase and allowing Psr\Container ^1||^2
.
Only PHP versions 8.1, 8.2 and 8.3 are now supported
Breaking Changes
Laminas\Crypt\Symmetric\PaddingPluginManager
andLaminas\Crypt\SymmetricPluginManager
are now final and include native parameter and return types compatible withpsr-container
2.0- The method
Laminas\Crypt\PublicKey\Rsa\PublicKey::getCertificate()
has been removed - The class
Laminas\Crypt\Symmetric\Mcrypt
has been removed thereby removing support for themcrypt
extension strict_types
has been enabled throughout the codebase- All method parameters and return types now use native types - this will break any existing inheritors that lack native types.
4.0.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1