This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
Releases: wordpress-mobile/WordPressAuthenticator-iOS
Releases · wordpress-mobile/WordPressAuthenticator-iOS
9.0.1
9.0.0
8.0.1
8.0.0
Breaking Changes
WordPressComOAuthClientFacade
API has changed. But its features hasn't.
Internal Changes
- Depend on WordPressKit 9.0.0 and make necessary code changes to adopt the new API. [808]
7.3.0
7.2.0
What's Changed
- Security Keys: Update with webauthn methods by @Ecarrion in #785
- Add Security Key CTA by @Ecarrion in #786
- Use security keys by @Ecarrion in #787
- Security Keys: Handle Errors by @Ecarrion in #789
- Add Security Keys support by @Ecarrion in #788
New Contributors
Full Changelog: 7.1.0...7.2.0
7.1.0
What's Changed
Full Changelog: 7.0.0...7.1.0
7.0.0
Breaking Changes
- Removed dependency GoogleSignIn SDK and flags to configure it [#777]
- Made
LoginFieldsMeta
internal
, forwarding the few properties read by clients toLoginFields
[#778] - Restructured
SocialService
intoSocialUser
, removing theSocialServiceName
SocialService
enum
cases duplicity [#778] - Made
presentSignupEpilogue
inWordPressAuthenticatorDelegateProtocol
useSocialUser
instead ofSocialService
[#778]