We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b49dc commit 9f55885Copy full SHA for 9f55885
CHANGELOG.md
@@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased]
10
11
+## [3.0.6] - 2021-03-20
12
+
13
+### Fixed
14
15
+- Fix breaking changes introduced by [#108](https://github.com/omniauth/omniauth-identity/pull/108) which prevented `:on_validation` from firing
16
17
+### Added
18
19
+- New (or finally documented) options:
20
+ - `:create_identity_link_text` defaults to `'Create an Identity'`
21
+ - `:registration_failure_message` defaults to `'One or more fields were invalid'`
22
+ - `:validation_failure_message` defaults to `'Validation failed'`
23
+ - `:title` defaults to `'Identity Verification'`
24
+ - `:registration_form_title` defaults to `'Register Identity'`
25
26
## [3.0.5] - 2021-03-19
27
28
### Fixed
0 commit comments