From a232c3c7ac6a4bffbb156acbc3a8ef6c64bc7707 Mon Sep 17 00:00:00 2001 From: James Frost Date: Tue, 14 Apr 2020 14:50:20 +0100 Subject: [PATCH 1/3] Switch the primary login prologue button to Sign Up --- .../Signin/LoginPrologueViewController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WordPressAuthenticator/Signin/LoginPrologueViewController.swift b/WordPressAuthenticator/Signin/LoginPrologueViewController.swift index b477dd1d3..c05dd0a3e 100644 --- a/WordPressAuthenticator/Signin/LoginPrologueViewController.swift +++ b/WordPressAuthenticator/Signin/LoginPrologueViewController.swift @@ -78,10 +78,10 @@ class LoginPrologueViewController: LoginViewController { let loginTitle = NSLocalizedString("Log In", comment: "Button title. Tapping takes the user to the login form.") let createTitle = NSLocalizedString("Sign up for WordPress.com", comment: "Button title. Tapping begins the process of creating a WordPress.com account.") - buttonViewController.setupTopButton(title: loginTitle, isPrimary: true, accessibilityIdentifier: "Prologue Log In Button") { [weak self] in + buttonViewController.setupTopButton(title: loginTitle, isPrimary: false, accessibilityIdentifier: "Prologue Log In Button") { [weak self] in self?.loginTapped() } - buttonViewController.setupBottomButton(title: createTitle, isPrimary: false, accessibilityIdentifier: "Prologue Signup Button") { [weak self] in + buttonViewController.setupBottomButton(title: createTitle, isPrimary: true, accessibilityIdentifier: "Prologue Signup Button") { [weak self] in self?.signupTapped() } if showCancel { From f37763a0f2514470d67c92ce16886dc2ef764564 Mon Sep 17 00:00:00 2001 From: James Frost Date: Tue, 14 Apr 2020 14:50:43 +0100 Subject: [PATCH 2/3] Bump podspec version --- Podfile.lock | 2 +- WordPressAuthenticator.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index 38440736e..8e7a5e36a 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -124,4 +124,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: d2a5f1cb57eeb9eb2ac2cb22d29b6b827ccf8ce4 -COCOAPODS: 1.8.4 +COCOAPODS: 1.8.3 diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index 2b85c7267..b3477352a 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPressAuthenticator" - s.version = "1.13.0-beta.1" + s.version = "1.13.0-beta.2" s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps." s.description = <<-DESC From 505909b0734e17b02e0f7e567c4ae4d1dde516e9 Mon Sep 17 00:00:00 2001 From: James Frost Date: Tue, 14 Apr 2020 20:24:01 +0100 Subject: [PATCH 3/3] Updated Podfile.lock --- Podfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile.lock b/Podfile.lock index 8e7a5e36a..38440736e 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -124,4 +124,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: d2a5f1cb57eeb9eb2ac2cb22d29b6b827ccf8ce4 -COCOAPODS: 1.8.3 +COCOAPODS: 1.8.4