From c24735d2ea760f03a095c449a290468ebf5553ca Mon Sep 17 00:00:00 2001 From: Chip Snyder Date: Wed, 21 Jul 2021 16:40:59 -0400 Subject: [PATCH 1/2] Redirect Terms and service to open the page in an external web view --- .../View Related/Get Started/GetStartedViewController.swift | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/WordPressAuthenticator/Unified Auth/View Related/Get Started/GetStartedViewController.swift b/WordPressAuthenticator/Unified Auth/View Related/Get Started/GetStartedViewController.swift index 385f1348d..ad4da64e9 100644 --- a/WordPressAuthenticator/Unified Auth/View Related/Get Started/GetStartedViewController.swift +++ b/WordPressAuthenticator/Unified Auth/View Related/Get Started/GetStartedViewController.swift @@ -622,10 +622,7 @@ private extension GetStartedViewController { return } - let safariViewController = SFSafariViewController(url: url) - safariViewController.modalPresentationStyle = .pageSheet - safariViewController.delegate = self - self.present(safariViewController, animated: true, completion: nil) + UIApplication.shared.open(url) } } From 8a5cc18dbe1c89c09c382305d7e5d0d8da099ca6 Mon Sep 17 00:00:00 2001 From: Chip Snyder Date: Wed, 21 Jul 2021 17:08:03 -0400 Subject: [PATCH 2/2] Podspec beta version bump --- WordPressAuthenticator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index 80c9910d0..bab4aae2d 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPressAuthenticator" - s.version = "1.39.0" + s.version = "1.40.0-beta.1" s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps." s.description = <<-DESC