From c46ba480e9b176a950c428b1a1ec3fd57810f8fe Mon Sep 17 00:00:00 2001 From: Jawwad Ahmad Date: Fri, 17 Sep 2021 13:54:44 -0700 Subject: [PATCH] Bump version to 11.2.1 Summary: Ran: `scripts/run.sh bump-version 11.2.1` Updated CHANGELOG.md Reviewed By: joesus Differential Revision: D31029739 fbshipit-source-id: 5eae6b1e891e2abb2cadacc4875b0d01bd70dea6 --- CHANGELOG.md | 11 ++++++++++- Configurations/Version.xcconfig | 2 +- FBAEMKit.podspec | 2 +- FBSDKCoreKit.podspec | 2 +- .../FBSDKCoreKit/include/FBSDKCoreKitVersions.h | 2 +- FBSDKCoreKit_Basics.podspec | 2 +- FBSDKGamingServicesKit.podspec | 2 +- FBSDKLoginKit.podspec | 2 +- FBSDKShareKit.podspec | 2 +- FBSDKTVOSKit.podspec | 2 +- FacebookGamingServices.podspec | 2 +- FacebookSDK.podspec | 2 +- Sources/FBAEMKit/FBAEMKitVersions.h | 2 +- Sources/FBSDKCoreKit_Basics/FBSDKCrashHandler.m | 2 +- 14 files changed, 23 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index badb87d255..8dab4ae28b 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/v11.2.0...HEAD) +[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v11.2.1...HEAD) + +## 11.2.1 + +### Fixed +- Fixed the App AEM Advertiser Rule match for fb_content +- Fixed: 'FBSDKCoreKitImport.h' file not found. (Issue #1829) + +[2021-09-16](https://github.com/facebook/facebook-ios-sdk/releases/tag/v11.2.1) | +[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v11.2.0...v11.2.1) ## 11.2.0 diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig index f8a0d86a2b..19830e7118 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=11.2.0 +FBSDK_PROJECT_VERSION=11.2.1 MNSDK_PROJECT_VERSION=TODO_SUPPORT_MNSDK diff --git a/FBAEMKit.podspec b/FBAEMKit.podspec index ec067886ca..04feca4868 100644 --- a/FBAEMKit.podspec +++ b/FBAEMKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBAEMKit' - s.version = '11.2.0' + s.version = '11.2.1' s.summary = 'The kernal module for Facebook AEM solution' s.description = <<-DESC diff --git a/FBSDKCoreKit.podspec b/FBSDKCoreKit.podspec index 6d6453b212..47eeb2ec34 100644 --- a/FBSDKCoreKit.podspec +++ b/FBSDKCoreKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKCoreKit' - s.version = '11.2.0' + s.version = '11.2.1' s.summary = 'Official Facebook SDK for iOS to access Facebook Platform core features' s.description = <<-DESC diff --git a/FBSDKCoreKit/FBSDKCoreKit/include/FBSDKCoreKitVersions.h b/FBSDKCoreKit/FBSDKCoreKit/include/FBSDKCoreKitVersions.h index ebacefc245..b251e9f105 100644 --- a/FBSDKCoreKit/FBSDKCoreKit/include/FBSDKCoreKitVersions.h +++ b/FBSDKCoreKit/FBSDKCoreKit/include/FBSDKCoreKitVersions.h @@ -16,5 +16,5 @@ // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -#define FBSDK_VERSION_STRING @"11.2.0" +#define FBSDK_VERSION_STRING @"11.2.1" #define FBSDK_DEFAULT_GRAPH_API_VERSION @"v11.0" diff --git a/FBSDKCoreKit_Basics.podspec b/FBSDKCoreKit_Basics.podspec index 47b6bc0422..d3643286d5 100644 --- a/FBSDKCoreKit_Basics.podspec +++ b/FBSDKCoreKit_Basics.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKCoreKit_Basics' - s.version = '11.2.0' + s.version = '11.2.1' s.summary = 'The kernal module for the Core Facebook SDK' s.description = <<-DESC diff --git a/FBSDKGamingServicesKit.podspec b/FBSDKGamingServicesKit.podspec index a049ad1324..72e2a7dbfb 100644 --- a/FBSDKGamingServicesKit.podspec +++ b/FBSDKGamingServicesKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKGamingServicesKit' - s.version = '11.2.0' + s.version = '11.2.1' s.summary = 'Official Facebook SDK for iOS to access Facebook Gaming Services' s.description = <<-DESC diff --git a/FBSDKLoginKit.podspec b/FBSDKLoginKit.podspec index f02c1cc18f..1a0e7abcf2 100644 --- a/FBSDKLoginKit.podspec +++ b/FBSDKLoginKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKLoginKit' - s.version = '11.2.0' + s.version = '11.2.1' 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/FBSDKShareKit.podspec b/FBSDKShareKit.podspec index 04710399fb..638cc59a00 100644 --- a/FBSDKShareKit.podspec +++ b/FBSDKShareKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKShareKit' - s.version = '11.2.0' + s.version = '11.2.1' 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 db77759841..264387d602 100644 --- a/FBSDKTVOSKit.podspec +++ b/FBSDKTVOSKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKTVOSKit' - s.version = '11.2.0' + s.version = '11.2.1' s.summary = 'Official Facebook SDK for tvOS to access Facebook Platform with features like Login and Graph API.' s.description = <<-DESC diff --git a/FacebookGamingServices.podspec b/FacebookGamingServices.podspec index cc4e57c5e6..cb7102b18b 100644 --- a/FacebookGamingServices.podspec +++ b/FacebookGamingServices.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FacebookGamingServices' - s.version = '11.2.0' + s.version = '11.2.1' s.summary = 'Official Facebook SDK for iOS to access Facebook Gaming Services' s.description = <<-DESC diff --git a/FacebookSDK.podspec b/FacebookSDK.podspec index 4e958bcac8..e23b2ce4d9 100644 --- a/FacebookSDK.podspec +++ b/FacebookSDK.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FacebookSDK' - s.version = '11.2.0' + s.version = '11.2.1' s.summary = 'Official Facebook SDK for iOS to access Facebook Platform' s.description = <<-DESC diff --git a/Sources/FBAEMKit/FBAEMKitVersions.h b/Sources/FBAEMKit/FBAEMKitVersions.h index e0cbc90b48..f489b29699 100644 --- a/Sources/FBAEMKit/FBAEMKitVersions.h +++ b/Sources/FBAEMKit/FBAEMKitVersions.h @@ -16,5 +16,5 @@ // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -#define FBAEMKit_VERSION_STRING @"11.2.0" +#define FBAEMKit_VERSION_STRING @"11.2.1" #define FBSDK_DEFAULT_GRAPH_API_VERSION @"v11.0" diff --git a/Sources/FBSDKCoreKit_Basics/FBSDKCrashHandler.m b/Sources/FBSDKCoreKit_Basics/FBSDKCrashHandler.m index f5755cbbf7..6c1735e1da 100644 --- a/Sources/FBSDKCoreKit_Basics/FBSDKCrashHandler.m +++ b/Sources/FBSDKCoreKit_Basics/FBSDKCrashHandler.m @@ -32,7 +32,7 @@ #define FBSDK_MAX_CRASH_LOGS 5 #define FBSDK_CRASH_PATH_NAME @"instrument" #ifndef FBSDK_VERSION_STRING - #define FBSDK_VERSION_STRING @"11.2.0" + #define FBSDK_VERSION_STRING @"11.2.1" #endif static NSUncaughtExceptionHandler *previousExceptionHandler = NULL;