From c44f6e03cd7f0da55679a557b2bc6b5b81738c05 Mon Sep 17 00:00:00 2001 From: etoledom Date: Thu, 3 Oct 2019 10:11:02 +0200 Subject: [PATCH 1/4] Making popovert presentation background color dynamic. This allows to have a dark popovert presentation background color on Dark Mode. --- .../OptionsTableViewController/OptionsTablePresenter.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPressEditor/WordPressEditor/Classes/ViewControllers/OptionsTableViewController/OptionsTablePresenter.swift b/WordPressEditor/WordPressEditor/Classes/ViewControllers/OptionsTableViewController/OptionsTablePresenter.swift index 5ba9c9a7e..1c2178e07 100644 --- a/WordPressEditor/WordPressEditor/Classes/ViewControllers/OptionsTableViewController/OptionsTablePresenter.swift +++ b/WordPressEditor/WordPressEditor/Classes/ViewControllers/OptionsTableViewController/OptionsTablePresenter.swift @@ -58,7 +58,7 @@ public class OptionsTablePresenter: NSObject { optionsViewController.popoverPresentationController?.permittedArrowDirections = [.down] optionsViewController.popoverPresentationController?.sourceView = barItem optionsViewController.popoverPresentationController?.sourceRect = barItem.bounds - optionsViewController.popoverPresentationController?.backgroundColor = .white + optionsViewController.popoverPresentationController?.backgroundColor = optionsViewController.cellBackgroundColor optionsViewController.popoverPresentationController?.delegate = self presentingViewController.present(optionsViewController, animated: true, completion: completion) From 366c07b1fac843d265390aef9c08e225e78d630d Mon Sep 17 00:00:00 2001 From: etoledom Date: Thu, 3 Oct 2019 10:51:34 +0200 Subject: [PATCH 2/4] Update version to 1.9.1-beta.1 --- WordPress-Aztec-iOS.podspec | 2 +- WordPress-Editor-iOS.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WordPress-Aztec-iOS.podspec b/WordPress-Aztec-iOS.podspec index b73c0b75f..a614d6936 100644 --- a/WordPress-Aztec-iOS.podspec +++ b/WordPress-Aztec-iOS.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'WordPress-Aztec-iOS' - s.version = '1.9.0' + s.version = '1.9.1-beta.1' s.summary = 'The native HTML Editor.' # This description is used to generate tags and improve search results. diff --git a/WordPress-Editor-iOS.podspec b/WordPress-Editor-iOS.podspec index 3ed1d000c..283b8336c 100644 --- a/WordPress-Editor-iOS.podspec +++ b/WordPress-Editor-iOS.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'WordPress-Editor-iOS' - s.version = '1.9.0' + s.version = '1.9.1-beta.1' s.summary = 'The WordPress HTML Editor.' # This description is used to generate tags and improve search results. From ff5642b829e631e6d60967ebdb08f2b43e4c4974 Mon Sep 17 00:00:00 2001 From: etoledom Date: Fri, 4 Oct 2019 07:26:40 +0200 Subject: [PATCH 3/4] Update Aztec version to 1.9.1 --- WordPress-Aztec-iOS.podspec | 2 +- WordPress-Editor-iOS.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WordPress-Aztec-iOS.podspec b/WordPress-Aztec-iOS.podspec index a614d6936..a5dd107fe 100644 --- a/WordPress-Aztec-iOS.podspec +++ b/WordPress-Aztec-iOS.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'WordPress-Aztec-iOS' - s.version = '1.9.1-beta.1' + s.version = '1.9.1' s.summary = 'The native HTML Editor.' # This description is used to generate tags and improve search results. diff --git a/WordPress-Editor-iOS.podspec b/WordPress-Editor-iOS.podspec index 283b8336c..3fbfa1e03 100644 --- a/WordPress-Editor-iOS.podspec +++ b/WordPress-Editor-iOS.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'WordPress-Editor-iOS' - s.version = '1.9.1-beta.1' + s.version = '1.9.1' s.summary = 'The WordPress HTML Editor.' # This description is used to generate tags and improve search results. From dd818f8efa5813766d1fb3ee976b044a1068ddac Mon Sep 17 00:00:00 2001 From: etoledom Date: Fri, 4 Oct 2019 07:36:16 +0200 Subject: [PATCH 4/4] Bump version to 1.10.1 --- WordPress-Aztec-iOS.podspec | 2 +- WordPress-Editor-iOS.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WordPress-Aztec-iOS.podspec b/WordPress-Aztec-iOS.podspec index f650d0e20..2b56b742a 100644 --- a/WordPress-Aztec-iOS.podspec +++ b/WordPress-Aztec-iOS.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'WordPress-Aztec-iOS' - s.version = '1.10.0' + s.version = '1.10.1' s.summary = 'The native HTML Editor.' # This description is used to generate tags and improve search results. diff --git a/WordPress-Editor-iOS.podspec b/WordPress-Editor-iOS.podspec index 017568238..33cdc4e8b 100644 --- a/WordPress-Editor-iOS.podspec +++ b/WordPress-Editor-iOS.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'WordPress-Editor-iOS' - s.version = '1.10.0' + s.version = '1.10.1' s.summary = 'The WordPress HTML Editor.' # This description is used to generate tags and improve search results.