7.x-3.0-beta11
jbickar
released this
22 Jan 20:55
·
43 commits
to 7.x-3.x
since this release
What (Changelog)
- Upgraded Guzzle to 6.3.3
- Added documentation to api.php for undocumented hook
- Rejiggered PHP class namespacing for compatibility with PHP 7.2
- Added upgrade path for encrypt module to support SSL AES in as mcrypt is deprecated PHP 7.2
So what
- Future-proofs the module for PHP 7.2
Now what
- If you have an active site that uses mcrypt as encryption for the authentication credentials, deploy module to an environment running PHP 7.1 or less
- Run upgrade hooks to upgrade past the older mcrypt settings
- Upgrade environment to PHP 7.2
New Requirements and Risks (Changelog)
- New dependencies: PHP 7.1
- Database updates: Yes
- Update risks: If you are using a site with mcrypt you cannot upgrade your PHP version past 7.1 until the mcrypt dependency is removed by changing the key encryption manually or by running the upgrade hooks.
- Potential conflicts with other modules on our stack: none that we know of