v1.14.0
BREAKING CHANGE
Add support for PKCE (#1045) - @hkalina
Two fields were added to the storage classes, code_challenge
and code_challenge_method
. You will need to update your databases to have these columns, or you will get an error when you upgrade.
Fixes
- PHP 8.1 fix for ctype_digit() deprecated error (#1040) - @modevelops