Releases: wordpress-mobile/WordPressAuthenticator-iOS
1.13.0-beta.4
This release removes all references to the segue .showSelfHostedLogin and uses a navController to navigate the user to the SelfHostedLoginViewController. There are 2 areas where the segue has been removed:
- WPiOS login
- WCiOS login
1.13.0-beta.3
This release removes all references to the segue .showURLUsernamePassword and programmatically navigates the user to the LoginSelfHostedViewController. There is 1 area where the segue has been removed:
- WPiOS login
1.13.0-beta.1
This release removes all references to the segue .showSigninV2 and programmatically navigates the user to the SignupEmailViewController. There is 1 area where the segue has been removed:
- WPiOS signup
1.12.1
In this release:
- a bug fix where Jetpack Signup Flow pushes 3 buttons instead of presents, causing a "black screen" effect when the 3 signup buttons are shown
1.12.0
Merge pull request #231 from wordpress-mobile/release/1.12 Release/1.12
1.12.0-beta.7
This release removes all references to the segue .show2FA and programmatically navigates the user to the Login2FAViewController. There are 2 areas where the segues have been removed:
- Multiple WPiOS login flows
- WCiOS login flow
1.12.0-beta.6
This release removes all references to the segue .showSignupMethod and programmatically navigates the user to the LoginPrologueSignupMethodViewController.
1.12.0-beta.5
In this release:
Removed all references to the segue .showGoogle and programmatically navigate the user to the GoogleSignInViewController. There are 3 areas where the segues have been removed:
- WPiOS sign up
- WPiOS sign in
- WCiOS sign in
1.12.0-beta.2
This release:
- Updates the version of WordPressKit to 1.17.0-beta.1
1.12.0-beta.4
This release:
- restores the version of WordPressKit to 1.17.0-beta.1, which was overwritten from a merge from master