From 48741eb184befb5d7be5832a372ea520a03f1369 Mon Sep 17 00:00:00 2001 From: Cody Winton Date: Thu, 21 Mar 2019 17:35:50 -0700 Subject: [PATCH] Bump Version 4.42.0 (#968) Summary: Thanks for proposing a pull request. To help us review the request, please complete the following: - [ ] sign [contributor license agreement](https://developers.facebook.com/opensource/cla) - [ ] describe the change (for example, what happens before the change, and after the change) Pull Request resolved: https://github.com/facebook/facebook-objc-sdk/pull/968 Reviewed By: joesus Differential Revision: D14553051 Pulled By: codytwinton fbshipit-source-id: a44efd422bbc785a6a5bbd8fd66700b5e707de16 --- CHANGELOG.md | 15 ++++++++++++++- Configurations/Version.xcconfig | 2 +- FBSDKCoreKit.podspec | 2 +- FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h | 2 +- FBSDKLoginKit.podspec | 2 +- FBSDKMarketingKit.podspec | 2 +- FBSDKPlacesKit.podspec | 2 +- FBSDKShareKit.podspec | 2 +- FBSDKTVOSKit.podspec | 2 +- FacebookSDK.podspec | 2 +- 10 files changed, 23 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f768880c2..092d18b2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v4.41.2...HEAD) +[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v4.42.0...HEAD) ### Added @@ -48,6 +48,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Various bug fixes +## 4.42.0 + +[2019-03-20](https://github.com/facebook/facebook-objc-sdk/releases/tag/v4.42.0) | +[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v4.41.2...v4.42.0) + +### Changed + +- Moved directory structure for better separation + +### Fixed + +- Various bug fixes + ## 4.41.2 [2019-03-18](https://github.com/facebook/facebook-objc-sdk/releases/tag/v4.41.2) | diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig index 168513abb..ea01261e1 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=4.41.2 +FBSDK_PROJECT_VERSION=4.42.0 MNSDK_PROJECT_VERSION=TODO_SUPPORT_MNSDK diff --git a/FBSDKCoreKit.podspec b/FBSDKCoreKit.podspec index 40519340b..ac0e768be 100644 --- a/FBSDKCoreKit.podspec +++ b/FBSDKCoreKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKCoreKit' - s.version = '4.41.2' + s.version = '4.42.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 98643d25e..2a716400a 100644 --- a/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h +++ b/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h @@ -52,5 +52,5 @@ #import #endif -#define FBSDK_VERSION_STRING @"4.41.2" +#define FBSDK_VERSION_STRING @"4.42.0" #define FBSDK_TARGET_PLATFORM_VERSION @"v3.2" diff --git a/FBSDKLoginKit.podspec b/FBSDKLoginKit.podspec index 1c037120f..638b0aacd 100644 --- a/FBSDKLoginKit.podspec +++ b/FBSDKLoginKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKLoginKit' - s.version = '4.41.2' + s.version = '4.42.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 e74baf647..d4d8d988b 100644 --- a/FBSDKMarketingKit.podspec +++ b/FBSDKMarketingKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FBSDKMarketingKit' - s.version = '4.41.2' + s.version = '4.42.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 ef029c7ec..52a80729a 100644 --- a/FBSDKPlacesKit.podspec +++ b/FBSDKPlacesKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKPlacesKit' - s.version = '4.41.2' + s.version = '4.42.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Places' s.description = <<-DESC diff --git a/FBSDKShareKit.podspec b/FBSDKShareKit.podspec index 116dccaa8..04cb09ce0 100644 --- a/FBSDKShareKit.podspec +++ b/FBSDKShareKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKShareKit' - s.version = '4.41.2' + s.version = '4.42.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 8bab44b2a..59cb1a783 100644 --- a/FBSDKTVOSKit.podspec +++ b/FBSDKTVOSKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKTVOSKit' - s.version = '4.41.2' + s.version = '4.42.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 ea8febfaa..a76e5027a 100644 --- a/FacebookSDK.podspec +++ b/FacebookSDK.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FacebookSDK' - s.version = '4.41.2' + s.version = '4.42.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Platform' s.description = <<-DESC