From b726001c04f6566729d731ff51a7bb2bd253f979 Mon Sep 17 00:00:00 2001 From: Joe Susnick Date: Tue, 29 Oct 2019 11:17:42 -0700 Subject: [PATCH] Bump Version 5.9.0 Summary: Bumping SDK version. Reviewed By: jingping2015 Differential Revision: D18204300 fbshipit-source-id: 67628f1875132ebc3f3feed14b4dc2ec3c6fe70f --- CHANGELOG.md | 11 ++++++++++- Configurations/Version.xcconfig | 2 +- FBSDKCoreKit.podspec | 2 +- FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h | 4 ++-- .../FBSDKCoreKitTests/FBSDKGraphRequestTests.m | 6 +++--- FBSDKLoginKit.podspec | 2 +- FBSDKMarketingKit.podspec | 2 +- FBSDKPlacesKit.podspec | 2 +- FBSDKShareKit.podspec | 2 +- FBSDKTVOSKit.podspec | 2 +- FacebookSDK.podspec | 2 +- 11 files changed, 23 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea0575eba..1c73e50d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.8.0...HEAD) +[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.9.0...HEAD) + +## 5.9.0 + +[2019-10-29](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.9.0) | +[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.8.0...v5.9.0) + +### Changed + +- Using Graph API version 5.0 ## 5.8.0 diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig index 550983e442..9bb80f489e 100644 --- a/Configurations/Version.xcconfig +++ b/Configurations/Version.xcconfig @@ -17,6 +17,6 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // The versions for FBSDK and Messenger SDK. -FBSDK_PROJECT_VERSION=5.8.0 +FBSDK_PROJECT_VERSION=5.9.0 MNSDK_PROJECT_VERSION=TODO_SUPPORT_MNSDK diff --git a/FBSDKCoreKit.podspec b/FBSDKCoreKit.podspec index d5ca3f8f81..7937909f19 100644 --- a/FBSDKCoreKit.podspec +++ b/FBSDKCoreKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKCoreKit' - s.version = '5.8.0' + s.version = '5.9.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Platform core features' s.description = <<-DESC diff --git a/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h b/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h index 8da26d93fb..34eab8f994 100644 --- a/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h +++ b/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h @@ -52,5 +52,5 @@ #import "FBSDKDeviceViewControllerBase.h" #endif -#define FBSDK_VERSION_STRING @"5.8.0" -#define FBSDK_TARGET_PLATFORM_VERSION @"v4.0" +#define FBSDK_VERSION_STRING @"5.9.0" +#define FBSDK_TARGET_PLATFORM_VERSION @"v5.0" diff --git a/FBSDKCoreKit/FBSDKCoreKitTests/FBSDKGraphRequestTests.m b/FBSDKCoreKit/FBSDKCoreKitTests/FBSDKGraphRequestTests.m index 13531fa159..eaa2b1fd3b 100644 --- a/FBSDKCoreKit/FBSDKCoreKitTests/FBSDKGraphRequestTests.m +++ b/FBSDKCoreKit/FBSDKCoreKitTests/FBSDKGraphRequestTests.m @@ -30,7 +30,7 @@ #import "FBSDKUtility.h" static NSString *const _mockGraphPath = @"me"; -static NSString *const _mockDefaultVersion = @"v4.0"; +static NSString *const _mockDefaultVersion = @"v5.0"; static NSString *const _mockPrefix = @"graph."; static NSDictionary *const _mockParameters(void) { @@ -162,12 +162,12 @@ - (void)testSerializeURL params:_mockParameters() httpMethod:FBSDKHTTPMethodPOST forBatch:YES]; - NSString *expectedURL = @"https://graph.facebook.com/v4.0/me?fields="; + NSString *expectedURL = @"https://graph.facebook.com/v5.0/me?fields="; XCTAssertEqualObjects(url, expectedURL); // Test URLEncode and URLDecode - NSString *expectedEncodedURL = @"https%3A%2F%2Fgraph.facebook.com%2Fv4.0%2Fme%3Ffields%3D"; + NSString *expectedEncodedURL = @"https%3A%2F%2Fgraph.facebook.com%2Fv5.0%2Fme%3Ffields%3D"; NSString *encodedSerializedURL = [FBSDKUtility URLEncode:expectedURL]; XCTAssertEqualObjects(encodedSerializedURL, expectedEncodedURL); diff --git a/FBSDKLoginKit.podspec b/FBSDKLoginKit.podspec index 3b95a3c108..08bb6fbc73 100644 --- a/FBSDKLoginKit.podspec +++ b/FBSDKLoginKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKLoginKit' - s.version = '5.8.0' + s.version = '5.9.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Platform with features like Login, Share and Message Dialog, App Links, and Graph API' s.description = <<-DESC diff --git a/FBSDKMarketingKit.podspec b/FBSDKMarketingKit.podspec index 2e77d78c87..a28dd61efb 100644 --- a/FBSDKMarketingKit.podspec +++ b/FBSDKMarketingKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FBSDKMarketingKit' - s.version = '5.8.0' + s.version = '5.9.0' s.summary = 'Official Facebook SDK for iOS to set up Codeless Events' s.description = <<-DESC diff --git a/FBSDKPlacesKit.podspec b/FBSDKPlacesKit.podspec index a742be817b..bb21c5d10a 100644 --- a/FBSDKPlacesKit.podspec +++ b/FBSDKPlacesKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKPlacesKit' - s.version = '5.8.0' + s.version = '5.9.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Places' s.description = <<-DESC diff --git a/FBSDKShareKit.podspec b/FBSDKShareKit.podspec index ab96e315ca..65ba1811b6 100644 --- a/FBSDKShareKit.podspec +++ b/FBSDKShareKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKShareKit' - s.version = '5.8.0' + s.version = '5.9.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Platform Sharing Features' s.description = <<-DESC diff --git a/FBSDKTVOSKit.podspec b/FBSDKTVOSKit.podspec index 043bd30507..2682ec950f 100644 --- a/FBSDKTVOSKit.podspec +++ b/FBSDKTVOSKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKTVOSKit' - s.version = '5.8.0' + s.version = '5.9.0' s.summary = 'Official Facebook SDK for tvOS to access Facebook Platform with features like Login and Graph API.' s.description = <<-DESC diff --git a/FacebookSDK.podspec b/FacebookSDK.podspec index bae1303721..980ad064b3 100644 --- a/FacebookSDK.podspec +++ b/FacebookSDK.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FacebookSDK' - s.version = '5.8.0' + s.version = '5.9.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Platform' s.description = <<-DESC