Skip to content

Commit 96b8695

Browse files
authored
Merge branch 'release/19.9' into issue/crash-for-unregistered-cell
2 parents d4c3c24 + cf2a4b8 commit 96b8695

35 files changed

+273
-691
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def wordpress_ui
4747
end
4848

4949
def wordpress_kit
50-
pod 'WordPressKit', '~> 4.52.0-beta.4'
50+
pod 'WordPressKit', '~> 4.52.0'
5151
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :tag => ''
5252
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
5353
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => ''
@@ -210,7 +210,7 @@ abstract_target 'Apps' do
210210

211211
pod 'NSURL+IDN', '~> 0.4'
212212

213-
pod 'WPMediaPicker', '~> 1.8.4-beta.1'
213+
pod 'WPMediaPicker', '~> 1.8.4'
214214
# pod 'WPMediaPicker', :git => 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', :tag => '1.7.0'
215215
## while PR is in review:
216216
# pod 'WPMediaPicker', :git => 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', :branch => ''

Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ PODS:
487487
- WordPressKit (~> 4.18-beta)
488488
- WordPressShared (~> 1.12-beta)
489489
- WordPressUI (~> 1.7-beta)
490-
- WordPressKit (4.52.0-beta.4):
490+
- WordPressKit (4.52.0):
491491
- Alamofire (~> 4.8.0)
492492
- CocoaLumberjack (~> 3.4)
493493
- NSObject-SafeExpectations (= 0.0.4)
@@ -499,7 +499,7 @@ PODS:
499499
- CocoaLumberjack (~> 3.4)
500500
- FormatterKit/TimeIntervalFormatter (~> 1.8)
501501
- WordPressUI (1.12.5)
502-
- WPMediaPicker (1.8.4-beta.1)
502+
- WPMediaPicker (1.8.4)
503503
- wpxmlrpc (0.9.0)
504504
- Yoga (1.14.0)
505505
- ZendeskCommonUISDK (6.1.2)
@@ -591,18 +591,19 @@ DEPENDENCIES:
591591
- SVProgressHUD (= 2.2.5)
592592
- WordPress-Editor-iOS (~> 1.19.8)
593593
- WordPressAuthenticator (~> 2.0.0)
594-
- WordPressKit (~> 4.52.0-beta.4)
594+
- WordPressKit (~> 4.52.0)
595595
- WordPressMocks (~> 0.0.15)
596596
- WordPressShared (~> 1.17.1)
597597
- WordPressUI (~> 1.12.5)
598-
- WPMediaPicker (~> 1.8.4-beta.1)
598+
- WPMediaPicker (~> 1.8.4)
599599
- Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.76.0/third-party-podspecs/Yoga.podspec.json`)
600600
- ZendeskSupportSDK (= 5.3.0)
601601
- ZIPFoundation (~> 0.9.8)
602602

603603
SPEC REPOS:
604604
https://github.com/wordpress-mobile/cocoapods-specs.git:
605605
- WordPressAuthenticator
606+
- WordPressKit
606607
trunk:
607608
- Alamofire
608609
- AlamofireImage
@@ -640,7 +641,6 @@ SPEC REPOS:
640641
- UIDeviceIdentifier
641642
- WordPress-Aztec-iOS
642643
- WordPress-Editor-iOS
643-
- WordPressKit
644644
- WordPressMocks
645645
- WordPressShared
646646
- WordPressUI
@@ -853,11 +853,11 @@ SPEC CHECKSUMS:
853853
WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504
854854
WordPress-Editor-iOS: 9eb9f12f21a5209cb837908d81ffe1e31cb27345
855855
WordPressAuthenticator: 5163f732e4e529781f931f158f54b1a1545bc536
856-
WordPressKit: 450022923efc0108b12ea9ce7a346e51f58bfe15
856+
WordPressKit: 231ec33b670c443cebd9ebeac92d66f1e732831d
857857
WordPressMocks: 6b52b0764d9939408151367dd9c6e8a910877f4d
858858
WordPressShared: 0c4bc5e25765732fcf5d07f28c81970ab28493fb
859859
WordPressUI: c5be816f6c7b3392224ac21de9e521e89fa108ac
860-
WPMediaPicker: 547b19abb9361a0a70ac7df4399502b3d59f1f3b
860+
WPMediaPicker: 9533160e5587939876aeeb1461a441a4e5dc4c4d
861861
wpxmlrpc: bf55a43a7e710bd2a4fb8c02dfe83b1246f14f13
862862
Yoga: 2ca978c40e0fd6d7f54bcb1602bc0cbbc79454a7
863863
ZendeskCommonUISDK: 5f0a83f412e07ae23701f18c412fe783b3249ef5
@@ -869,6 +869,6 @@ SPEC CHECKSUMS:
869869
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
870870
ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37
871871

872-
PODFILE CHECKSUM: 24bc8372e70618119eac614105c8ee8d21a93c77
872+
PODFILE CHECKSUM: eac8a821bbeec65b4ce0e34b29c1fab6d6fb21a5
873873

874874
COCOAPODS: 1.11.2

RELEASE-NOTES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
20.0
2+
-----
3+
4+
15
19.9
26
-----
37
* [*] Site Settings: we fixed an issue that prevented the site title to be updated when it changed in Site Settings [#18543]
@@ -10,6 +14,7 @@
1014
* [*] Block Editor: Unsupported Block Editor: Prevent WordPress.com tour banner from displaying. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4820]
1115
* [*] Widgets: we fixed an issue where text appeared flipped in rtl languages [#18567]
1216
* [*] Stats: we fixed a crash that occurred sometimes in Stats [#18613]
17+
* [*] Posts list: we fixed an issue where the create button was not shown on iPad in split screen [#18609]
1318

1419
19.8
1520
-----

Scripts/allowSimulatorPhotosAccess.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)