From aa4a4546584f10d17d427c1d7aa2baac224f7dba Mon Sep 17 00:00:00 2001 From: Joe Susnick Date: Mon, 26 Oct 2020 18:07:01 -0700 Subject: [PATCH] Bump Version 8.1.0 Summary: ran: `sh scripts/run.sh bump-version 8.1.0` Manually updated CHANGELOG.md. Reviewed By: YOUDAN, KylinChang Differential Revision: D24506932 fbshipit-source-id: 9ed6d6b58a35d8dee299462847628c6400325b45 --- CHANGELOG.md | 25 ++++++++++++++++++- Configurations/Version.xcconfig | 2 +- FBSDKCoreKit.podspec | 2 +- FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h | 2 +- FBSDKGamingServicesKit.podspec | 2 +- FBSDKLoginKit.podspec | 2 +- FBSDKShareKit.podspec | 2 +- FBSDKTVOSKit.podspec | 2 +- FacebookSDK.podspec | 2 +- .../FBSDKCoreKit_Basics/FBSDKCrashHandler.m | 2 +- 10 files changed, 33 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfc5d55cd..a7a0a50d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Important -[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v8.0.0...HEAD) +[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v8.1.0...HEAD) + +## 8.1.0 + +### Added +- Introduced `AppLinkResolverRequestBuilder` for use in cleaning up and adding tests around `AppLinkResolver` + +### Changed +- Removed version checks for iOS 9 since it’s the default version now. +- Refactored `AppLinkResolver` to use a request builder +- Refactored and added tests around `FBSDKProfile` and `FBSDKProfilePictureView` +- Updated `FBSDKSettings` to use `ADIdentifierManager` for tracking status +- Removes usages of deprecated `UI_USER_INTERFACE_IDIOM()` + +### Fixed +- Issues with Swift names causing warnings - #1522 +- Fixes bugs related to crash handling - #1444 +- Fixes Carthage distribution to include the correct binary slices when building on Xcode12 - #1484 +- Fixes duplicate symbol for `FBSDKVideoUploader` bug #1512 +- GET requests now default to having a 'fields' parameter to avoid warnings about missing fields #1403 +- Fixes Multithreading issue related to crash reporting - #1550 + +[2020-10-23](https://github.com/facebook/facebook-ios-sdk/releases/tag/v8.1.0) | +[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v8.0.0...v8.1.0) ## 8.0.0 diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig index e0cb407740..70aaa27827 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=8.0.0 +FBSDK_PROJECT_VERSION=8.1.0 MNSDK_PROJECT_VERSION=TODO_SUPPORT_MNSDK diff --git a/FBSDKCoreKit.podspec b/FBSDKCoreKit.podspec index 8218bf08c7..941e1df5c8 100644 --- a/FBSDKCoreKit.podspec +++ b/FBSDKCoreKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKCoreKit' - s.version = '8.0.0' + s.version = '8.1.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 2c25121fb5..70cb07f361 100644 --- a/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h +++ b/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h @@ -100,5 +100,5 @@ #endif -#define FBSDK_VERSION_STRING @"8.0.0" +#define FBSDK_VERSION_STRING @"8.1.0" #define FBSDK_TARGET_PLATFORM_VERSION @"v8.0" diff --git a/FBSDKGamingServicesKit.podspec b/FBSDKGamingServicesKit.podspec index 90aeb0849f..0eeb0217a7 100644 --- a/FBSDKGamingServicesKit.podspec +++ b/FBSDKGamingServicesKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKGamingServicesKit' - s.version = '8.0.0' + s.version = '8.1.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Gaming Services' s.description = <<-DESC diff --git a/FBSDKLoginKit.podspec b/FBSDKLoginKit.podspec index 2e5e4c444d..a6fbaa8922 100644 --- a/FBSDKLoginKit.podspec +++ b/FBSDKLoginKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKLoginKit' - s.version = '8.0.0' + s.version = '8.1.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/FBSDKShareKit.podspec b/FBSDKShareKit.podspec index d47eaec5a7..bd7c2fa453 100644 --- a/FBSDKShareKit.podspec +++ b/FBSDKShareKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKShareKit' - s.version = '8.0.0' + s.version = '8.1.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 7b062dee0b..f73b45b298 100644 --- a/FBSDKTVOSKit.podspec +++ b/FBSDKTVOSKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FBSDKTVOSKit' - s.version = '8.0.0' + s.version = '8.1.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 d6c2545c35..ac26de8166 100644 --- a/FacebookSDK.podspec +++ b/FacebookSDK.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'FacebookSDK' - s.version = '8.0.0' + s.version = '8.1.0' s.summary = 'Official Facebook SDK for iOS to access Facebook Platform' s.description = <<-DESC diff --git a/Sources/FBSDKCoreKit_Basics/FBSDKCrashHandler.m b/Sources/FBSDKCoreKit_Basics/FBSDKCrashHandler.m index 38bbbbd9b5..e3b895ab5e 100644 --- a/Sources/FBSDKCoreKit_Basics/FBSDKCrashHandler.m +++ b/Sources/FBSDKCoreKit_Basics/FBSDKCrashHandler.m @@ -29,7 +29,7 @@ #define FBSDK_MAX_CRASH_LOGS 5 #define FBSDK_CRASH_PATH_NAME @"instrument" #ifndef FBSDK_VERSION_STRING - #define FBSDK_VERSION_STRING @"8.0.0" + #define FBSDK_VERSION_STRING @"8.1.0" #endif static const int fatalSignals[] =