Skip to content

Commit 779b560

Browse files
authored
Merge pull request #19198 from wordpress-mobile/bug/xml-rpc-media-crash
Fix crash that can occur when accessing media over XML-RPC
2 parents 6aeb850 + 046df24 commit 779b560

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Podfile

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

4949
def wordpress_kit
50-
pod 'WordPressKit', '~> 4.57.0'
50+
pod 'WordPressKit', '~> 4.57.1'
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 => ''
53-
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: ''
53+
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => ''
5454
# pod 'WordPressKit', :path => '../WordPressKit-iOS'
5555
end
5656

Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ PODS:
502502
- WordPressKit (~> 4.18-beta)
503503
- WordPressShared (~> 1.12-beta)
504504
- WordPressUI (~> 1.7-beta)
505-
- WordPressKit (4.57.0):
505+
- WordPressKit (4.57.1):
506506
- Alamofire (~> 4.8.0)
507507
- CocoaLumberjack (~> 3.4)
508508
- NSObject-SafeExpectations (= 0.0.4)
@@ -604,7 +604,7 @@ DEPENDENCIES:
604604
- SVProgressHUD (= 2.2.5)
605605
- WordPress-Editor-iOS (~> 1.19.8)
606606
- WordPressAuthenticator (~> 2.1)
607-
- WordPressKit (~> 4.57.0)
607+
- WordPressKit (~> 4.57.1)
608608
- WordPressShared (~> 1.18.0)
609609
- WordPressUI (~> 1.12.5)
610610
- WPMediaPicker (~> 1.8.4)
@@ -615,7 +615,6 @@ DEPENDENCIES:
615615
SPEC REPOS:
616616
https://github.com/wordpress-mobile/cocoapods-specs.git:
617617
- WordPressAuthenticator
618-
- WordPressKit
619618
trunk:
620619
- Alamofire
621620
- AlamofireImage
@@ -654,6 +653,7 @@ SPEC REPOS:
654653
- UIDeviceIdentifier
655654
- WordPress-Aztec-iOS
656655
- WordPress-Editor-iOS
656+
- WordPressKit
657657
- WordPressShared
658658
- WordPressUI
659659
- WPMediaPicker
@@ -869,7 +869,7 @@ SPEC CHECKSUMS:
869869
WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504
870870
WordPress-Editor-iOS: 9eb9f12f21a5209cb837908d81ffe1e31cb27345
871871
WordPressAuthenticator: 6d8a091552644aebe38724b5df00b5d00137aa65
872-
WordPressKit: e0842cc41664fe93dbcb4c73c584f47ec7600a66
872+
WordPressKit: 6af8c2fce978204728ae52581e65549942fc436f
873873
WordPressShared: e5a479220643f46dc4d7726ef8dd45f18bf0c53b
874874
WordPressUI: c5be816f6c7b3392224ac21de9e521e89fa108ac
875875
WPMediaPicker: 9533160e5587939876aeeb1461a441a4e5dc4c4d
@@ -884,6 +884,6 @@ SPEC CHECKSUMS:
884884
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
885885
ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37
886886

887-
PODFILE CHECKSUM: b04afabe26bbaa890ee18a5c48d3b5faf73b8ebb
887+
PODFILE CHECKSUM: 5e967707af90d73c4204b0033fd9dcd036ebcfd4
888888

889889
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)