Skip to content

Commit

Permalink
Bump Version: 5.4.1
Browse files Browse the repository at this point in the history
Summary: As title

Reviewed By: tianqibt, KylinChang

Differential Revision: D16950044

fbshipit-source-id: 741ad77fe36a4324583b2a551bb2546ef5260265
  • Loading branch information
dreamolight authored and facebook-github-bot committed Aug 21, 2019
1 parent f174008 commit 323a64b
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 10 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ 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/v5.4.0...HEAD)
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.4.1...HEAD)

## 5.4.1

[2019-08-21](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.4.1) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.4.0...v5.4.1)

### Changed
- Deprecated `+[FBSDKSettings isInstrumentEnabled]`, please use `+[FBSDKSettings isAutoLogEnabled]` instead

### Fixed
- Fix Facebook Login for iOS 13 beta
- Various bug fixes

## 5.4.0

Expand Down
2 changes: 1 addition & 1 deletion Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
FBSDK_PROJECT_VERSION=5.4.1
MNSDK_PROJECT_VERSION=TODO_SUPPORT_MNSDK

2 changes: 1 addition & 1 deletion FBSDKCoreKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKCoreKit'
s.version = '5.4.0'
s.version = '5.4.1'
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform core features'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
#import <FBSDKCoreKit/FBSDKDeviceViewControllerBase.h>
#endif

#define FBSDK_VERSION_STRING @"5.4.0"
#define FBSDK_VERSION_STRING @"5.4.1"
#define FBSDK_TARGET_PLATFORM_VERSION @"v4.0"
2 changes: 1 addition & 1 deletion FBSDKLoginKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKLoginKit'
s.version = '5.4.0'
s.version = '5.4.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
Expand Down
2 changes: 1 addition & 1 deletion FBSDKMarketingKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FBSDKMarketingKit'
s.version = '5.4.0'
s.version = '5.4.1'
s.summary = 'Official Facebook SDK for iOS to set up Codeless Events'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion FBSDKPlacesKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKPlacesKit'
s.version = '5.4.0'
s.version = '5.4.1'
s.summary = 'Official Facebook SDK for iOS to access Facebook Places'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion FBSDKShareKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKShareKit'
s.version = '5.4.0'
s.version = '5.4.1'
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform Sharing Features'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion FBSDKTVOSKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKTVOSKit'
s.version = '5.4.0'
s.version = '5.4.1'
s.summary = 'Official Facebook SDK for tvOS to access Facebook Platform with features like Login and Graph API.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion FacebookSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FacebookSDK'
s.version = '5.4.0'
s.version = '5.4.1'
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform'

s.description = <<-DESC
Expand Down

0 comments on commit 323a64b

Please sign in to comment.