Skip to content

Releases: wordpress-mobile/WordPressAuthenticator-iOS

8.0.1

08 Jan 00:34
6dae589
Compare
Choose a tag to compare

Bug Fixes

  • Fix an issue where self-hosted sites are incorrectly flagged as non WordPress sites. [#796]
  • Fix background color issue on login prologue's button section on iPad. [#821]

8.0.0

12 Dec 00:46
08508ab
Compare
Choose a tag to compare

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

10 Nov 02:59
94ab507
Compare
Choose a tag to compare

New Features

  • Make extensions for LoginFacade and Data public to be accessible from external modules. [#798]

Bug Fixes

  • Fix a regression where app-based 2FA stopped working on accounts with passkeys enabled. [#802]

7.2.0

19 Oct 06:19
af6b3e8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.1.0...7.2.0

7.1.0

13 Oct 22:17
3efca7d
Compare
Choose a tag to compare

What's Changed

  • Support WCiOS app login links with WPCOM and site credentials navigation by @jaclync in #784

Full Changelog: 7.0.0...7.1.0

7.0.0

16 Sep 04:53
Compare
Choose a tag to compare

Breaking Changes

  • Removed dependency GoogleSignIn SDK and flags to configure it [#777]
  • Made LoginFieldsMeta internal, forwarding the few properties read by clients to LoginFields [#778]
  • Restructured SocialService into SocialUser, removing the SocialServiceName SocialService enum cases duplicity [#778]
  • Made presentSignupEpilogue in WordPressAuthenticatorDelegateProtocol use SocialUser instead of SocialService [#778]

6.4.0

29 Aug 02:28
Compare
Choose a tag to compare

New Features

  • Update prologue buttons style when site creation is enabled [#781]

6.3.0

24 Jul 06:13
6eb2839
Compare
Choose a tag to compare

Bug fixes

  • Break retain cycles between button onTap action and view controllers [#775]

6.2.0

29 Apr 04:35
Compare
Choose a tag to compare

6.2.0

Bug Fixes

  • Remove the redundant and ambiguous config enableSiteCredentialLoginForJetpackSites. [#771]

6.1.0

19 Apr 07:16
a4b7e9e
Compare
Choose a tag to compare

6.1.0

New Features

  • Support navigating to the WPCom login flow with an existing email through NavigateToEnterAccount. [#767]

Bug Fixes

  • Always trigger completionHandler if possible when site credential login finishes. [#768]

Internal Changes

  • Bump WordPressKit dependency to ~> 8.0-beta