Release Notes for 11.4.0
Feature release (minor)
11.4.0
- Total issues resolved: 1
- Total pull requests resolved: 10
- Total contributors: 7
enhancement
- 251: feat: add custom exception hierarchy for better error handling thanks to @Spomky
- 249: Allow passing a custom secret size when generating OTP thanks to @Spomky
- 247: Accept OTP URIs with different issuer in label and parameter thanks to @Spomky and @dapphp
- 244: Add migration API for
readonlyclasses thanks to @Slamdunk - 232: TOTP: introduce new interface that prevents code reuse thanks to @glaubinix
- 204: allow passing a
$secretSizewhen generating a secret thanks to @browner12
bug
-
248: Fix label validation to comply with Google Authenticator spec thanks to @Spomky
-
240: Allow generateURI to better handle creation with missing label or issuer thanks to @pkly
-
243: Enhance project configuration and add new files for improved coding s… thanks to @Spomky
-
237: Fix totp expires in thanks to @tomme87