Commit Graph

125 Commits

Author SHA1 Message Date
Zilin Zhang
ed2bb1319a Bump version 9.0.1
Summary: As title

Reviewed By: joesus

Differential Revision: D26215176

fbshipit-source-id: 19c0291c6cdb2fa678d90d852be8015501284b63
2021-02-05 16:46:33 -08:00
Joe Susnick
c4ff459a94 Version 9.0
Summary: $title

Reviewed By: jingping2015

Differential Revision: D25786200

fbshipit-source-id: 285f0ed5c7a6b398bcbe541feaae250243369b29
2021-01-08 11:32:30 -08:00
Tianqi Li
5a5222ab0b Bump Version: 8.2.0
Summary: As title

Reviewed By: joesus

Differential Revision: D24867556

fbshipit-source-id: 98f47c4cb87149295539b69acae5b6116d044c41
2020-11-11 14:40:21 -08:00
Joe Susnick
aa4a454658 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
2020-10-26 18:09:30 -07:00
Joe Susnick
cc9f67162c Bump v8.0.0 (#1497)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1497

$title

Reviewed By: robtimp

Differential Revision: D23857192

fbshipit-source-id: b15055daee5a981abc88a55af7abf838f22fbe50
2020-09-23 15:43:34 -07:00
joesusnick
5391abc104 fbshipit-source-id: fafb217e6ccb2f8da19871a8acb4397e15d6d79e 2020-09-22 10:00:24 -07:00
Zilin Zhang
a94fbd4ce0 Bump version 7.1.1
Summary: As title

Reviewed By: joesus

Differential Revision: D22242732

fbshipit-source-id: 4b800f4dbd835d1f8f490442b6199a2a2ce45945
2020-06-25 15:23:32 -07:00
Joe Susnick
d503e88ce7 Make pods modular (#1412)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1412

Cocoapods that combine Swift and ObjC need to enable modules to be statically loaded.

So in the Podfile if you need to include `use_modular_headers!` if you do NOT include `use_frameworks!`.

This is a pain for users who don't care about how we handle modular headers in our SDK so we should make it easy for them to be able to load our libraries statically and still import them as modules.

More info:
http://blog.cocoapods.org/CocoaPods-1.5.0/
https://stackoverflow.com/questions/52910973/how-to-remove-use-frameworks-and-keep-using-swift-pods-on-an-objective-c-projec

Also updates ruby syntax to be more readable.

Reviewed By: KylinChang

Differential Revision: D22048806

fbshipit-source-id: f09699f78b90e75792fdbd0267c3391b1d528f8a
2020-06-22 11:53:27 -07:00
Zilin Zhang
39c44e7b90 Bump version v7.1.0
Summary: As title

Reviewed By: ninanina0815

Differential Revision: D22149024

fbshipit-source-id: 0c8c3adb1dae22828df0d14bb9bb2c95c5256b0b
2020-06-22 07:43:43 -07:00
Joe Susnick
e598025476 Bump version 7.0.1
Summary: Bumps version to 7.0.1

Reviewed By: dloomb

Differential Revision: D21942281

fbshipit-source-id: 8f6a7b16d97ed215141ce140c524d832d4fcfc52
2020-06-09 09:52:03 -07:00
Joe Susnick
efc6f4a241 Bump Version 7.0 (#1367)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1367

Bumping version to 7.0
Bumping Graph API version to 7.0

Reviewed By: jingping2015

Differential Revision: D21405159

fbshipit-source-id: 7ee479aff3ed663210ae0adb13840280d373d9da
2020-05-05 11:53:54 -07:00
joesusnick
da76059698 Consolidating Swift and ObjC Targets (#1355)
Summary:
Thanks for proposing a pull request!

To help us review the request, please complete the following:

- [x] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [x] I've ensured that all existing tests pass and added tests (when/where necessary)
- [x] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)
- [x] I've added the proper label to this pull request (e.g. `bug` for bug fixes)

## Pull Request Details

Updates for v7.0.

Main change is that the SDK can not be developed using Swift. Default will be to build and distribute with Xcode11 using Swift5.

**Migration Concerns**
* CocoaPods
If you were using the 'Swift'  subspec of CocoaPods, ex:
`pod 'FBSDKCoreKit/Swift'`
you can now simply use:
`pod 'FBSDKCoreKit`
* Carthage
You will need to use Xcode 11 or later but no other changes should be necessary. The binaries will include the enhanced Swift interfaces by default.
* SPM
No changes
* xcodebuild
No real changes. The '-Swift' targets are deleted. ex:
target `FBSDKCoreKitSwift-Dynamic` is gone. You can simply use `FBSDKCoreKit-Dynamic` and it will include Swift files
* BUCK
Buck will continue to exclude Swift files for the moment. This is an ongoing effort.
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1355

Test Plan: CI and extensive manual testing to make sure we haven't broken any channels.

Reviewed By: dreamolight

Differential Revision: D21239951

Pulled By: joesus

fbshipit-source-id: 325e2049c5fb1b55769c066998dd4b50e0ccaccc
2020-05-04 11:09:55 -07:00
Joe Susnick
cdb8c71fb7 Bump Version 6.5.2
Summary: Bumps version to 6.5.2

Reviewed By: tianqibt

Differential Revision: D21312461

fbshipit-source-id: 588ae2d9d4ee8e814693b0e33fc71ac92f08f780
2020-04-29 18:32:26 -07:00
Joe Susnick
7a6532a385 Bump Version 6.5.1 (#1354)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1354

Patches v6.5.0 of the iOS SDK.

Reviewed By: tianqibt

Differential Revision: D21213007

fbshipit-source-id: 4835582cdd3416547eb4a4d4dc40769fea8b1c8d
2020-04-23 17:39:53 -07:00
Tianqi Li
c791884e83 bump version to 6.5.0
Summary: as title

Reviewed By: KylinChang

Differential Revision: D21137062

fbshipit-source-id: c92df67d5b38b277e0bc94daef99e232bbf72ac7
2020-04-20 15:56:18 -07:00
Joe Susnick
ef687a4c1b Bump Version 6.4.0 (#1340)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1340

Bumps version to 6.4.0

Reviewed By: Mxiim

Differential Revision: D21030075

fbshipit-source-id: cb0f4ba2db543ba0af1e37722fe5896000ae2f01
2020-04-15 10:55:06 -07:00
Zilin Zhang
9e0e1021a7 Bump version 6.3.0 (#1294)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1294

As title

Reviewed By: YOUDAN

Differential Revision: D20651369

fbshipit-source-id: 7d18a162e36b0699d6cdb512b02628b86ea2cfbd
2020-03-25 19:02:39 -07:00
Zilin Zhang
d78287e6f0 Bump version 6.2.0 (#1276)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1276

As title

Reviewed By: YOUDAN

Differential Revision: D20332647

fbshipit-source-id: 185413578db591c0f8a8241eb32445d34f2764b4
2020-03-09 14:32:24 -07:00
Joe Susnick
0a1c09ff2d Removing CoreLocation weak-linking from podspecs (#1268)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1268

Not sure why we were weak-linking core location. I am assuming this was related in some way to the deprecated PlacesKit but am not positive.

Reviewed By: Oliverccccct

Differential Revision: D20167000

fbshipit-source-id: 4b8e69d3e263667cb29ac6ecebb87c0da3ba93bb
2020-02-29 09:22:36 -08:00
joesusnick
5d5de15f6a Fix release (#1222)
Summary:
Thanks for proposing a pull request!

To help us review the request, please complete the following:

- [x] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [x] I've ensured that all existing tests pass and added tests (when/where necessary)
- [x] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)
- [x] I've added the proper label to this pull request (e.g. `bug` for bug fixes)

## Pull Request Details

Podspec dependencies were hardcoded to ~> 5.0. This fixes that.
Swift targets require headers to be declared public in Xcode. I removed some files and added them back without updating their visibility. This fixes that.
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1222

Test Plan: CI

Reviewed By: jingping2015

Differential Revision: D19737835

Pulled By: joesus

fbshipit-source-id: 13ec65f70c788ab78c535484aa5db96872fd5cc8
2020-02-04 22:28:21 -08:00
Joe Susnick
5a7e223d0f Bump Version: 6.0.0 (#1220)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1220

Bumps sdk version to 6.0.0
Bumps api version to v6.0

Reviewed By: jingping2015, ZebingZong, KylinChang

Differential Revision: D19698716

fbshipit-source-id: 165ad3f3ac0f5c686e965f521e9d807f9f21d523
2020-02-04 16:26:59 -08:00
Tianqi Li
9398d30089 bump version to 5.15.1
Summary: as title

Reviewed By: ninanina0815

Differential Revision: D19608178

fbshipit-source-id: 4682fd81f1ac150934e0283f43e2ff0b484acb9b
2020-01-28 23:06:07 -08:00
joesusnick
9f5c00279f Leveraging File-Level Platform Checks (#1186)
Summary:
Thanks for proposing a pull request!

To help us review the request, please complete the following:

- [x] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [x] I've ensured that all existing tests pass and added tests (when/where necessary)
- [x] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)
- [x] I've added the proper label to this pull request (e.g. `bug` for bug fixes)

## Pull Request Details

Updates Package file and Podspecs to rely on file-level platform checks.
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1186

Test Plan:
Sample project using this branch should build for iOS, tvOS, Mac Catalyst

Also checked size implications. This change causes a 16 byte increase in size which seems like more than a fair trade-off for the gains in simplicity.

Reviewed By: ZebingZong

Differential Revision: D19499591

Pulled By: joesus

fbshipit-source-id: 50122a6cbeca0e24f9813cde1907affd9dbfa8c4
2020-01-23 08:08:02 -08:00
Zilin Zhang
634f95aed5 Bump Version: 5.15.0 (#1193)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1193

Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1192

Bump Version: 5.15.0

Reviewed By: joesus

Differential Revision: D19506490

fbshipit-source-id: 41f0b921eaf7392c6bd75def0dc3f1530b228883
2020-01-21 16:39:00 -08:00
Joe Susnick
5546ad5b77 Bump Version 5.14.0 (#1183)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1183

Bumps SDK version from 5.13.1 to 5.14.0

Reviewed By: KylinChang

Differential Revision: D19393459

fbshipit-source-id: 2beba711974174be2c3f3479bc7a568218ccd457
2020-01-14 11:12:21 -08:00
Tianqi Li
91f062ed26 bump version 5.13.1
Summary: as title

Reviewed By: ninanina0815

Differential Revision: D19121070

fbshipit-source-id: eca0d029baae77e97aba12f6b220ea78e5131eab
2019-12-16 13:42:47 -08:00
Zebing Zong
389b33f8fd Bump SDK version from 5.12.0 to 5.13.0 (#1149)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1149

As title

Reviewed By: tianqibt

Differential Revision: D18945244

fbshipit-source-id: df03e155d2c41e4a1dd85e6378767e57d4cc6a59
2019-12-12 01:11:38 -08:00
Tianqi Li
03ff7fef58 bump version to 5.12.0
Summary: as title

Reviewed By: YOUDAN

Differential Revision: D18806303

fbshipit-source-id: 7fc34934a3a3de3673521fd5ab40d144620a6884
2019-12-03 23:45:40 -08:00
Joe Susnick
ccac786516 Bump Version 5.11.1 (#1129)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1129

Bumps version to 5.11.1

Reviewed By: Mxiim

Differential Revision: D18594564

fbshipit-source-id: 94573a7c7636c80d00362f70b8a47524f5708d94
2019-11-19 09:40:16 -08:00
Zilin Zhang
0d676874b2 Bump version 5.11.0
Summary: Bump version 5.11.0

Reviewed By: tianqibt

Differential Revision: D18520673

fbshipit-source-id: 57f7d7ee1eb20f734a13235168ac346e4d77b7c8
2019-11-14 21:59:12 -08:00
Joe Susnick
0cf2247794 Bump Version (#1109)
Summary:
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1109

Patch version 5.10.1 with various Swift Package Manager fixes.

Reviewed By: jingping2015

Differential Revision: D18451008

fbshipit-source-id: 13e471dbcd350f8fcfd32a7f61cc5b67971b706b
2019-11-12 19:55:13 -08:00
joesusnick
d6c84c3364 Adding more specific preprocessor definition for Cocoapod usage (#1106)
Summary:
Thanks for proposing a pull request!

To help us review the request, please complete the following:

- [x] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [x] I've ensured that all existing tests pass and added tests (when/where necessary)
- [x] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)
- [x] I've added the proper label to this pull request (e.g. `bug` for bug fixes)

## Pull Request Details

Earlier naive implementation did not account for a setup where SPM was used for the Facebook iOS SDK and Cocoapods was used for other pods in the same project.

Fixed this by adding a more specific preprocessor macro `FBSDKCOCOAPODS` to the podspecs so that we can gate logic specifically on whether the Facebook iOS SDK is installed via CocoaPods.
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1106

Test Plan:
1. Create a sample project that includes CocoaPods and install an arbitrary pod that is not one of the iOS SDK Kits.
2. Install the iOS SDK using SPM pointed at this branch.
3. Confirm that it builds
4. Remove the Swift Package and add the iOS SDK Kits as CocoaPods pointed to a local checkout of this branch. ex:
```
  pod 'FBSDKCoreKit', :path => '/Users/<you>/facebook-ios-sdk'
  pod 'FBSDKLoginKit', :path => '/Users/<you>/facebook-ios-sdk'
  pod 'FBSDKShareKit', :path => '/Users/<you>/facebook-ios-sdk'
```
5. Confirm that it builds.

Reviewed By: jingping2015

Differential Revision: D18420523

Pulled By: joesus

fbshipit-source-id: 376f1d134fcd0341ed6f9143d83793900f990675
2019-11-11 13:27:40 -08:00
joesusnick
c2cfa0350e Must exclude include directories (#1098)
Summary:
Cocoapods will pass allow directories full of symlinks during linting but not while pushing to trunk.

Thanks for proposing a pull request!

To help us review the request, please complete the following:

- [x] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [x] I've ensured that all existing tests pass and added tests (when/where necessary)
- [x] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)
- [x] I've added the proper label to this pull request (e.g. `bug` for bug fixes)

## Pull Request Details

This is very strange. Cocoapods was able to lint these podspecs successfully but pushing them to trunk resulted in an error.
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1098

Test Plan: Ran manually and pods are now available in trunk.

Reviewed By: dreamolight

Differential Revision: D18383388

Pulled By: joesus

fbshipit-source-id: 3012c3a1128531464aedac1d17094116c1767a32
2019-11-08 07:02:26 -08:00
Joe Susnick
396cfbe37a Version Bump 5.10.0
Summary: Bumps version for releasing 5.10.0

Reviewed By: dreamolight

Differential Revision: D18350049

fbshipit-source-id: 27cde87a747e4678e72138a06653c5709e4f9c90
2019-11-06 10:55:57 -08:00
Joe Susnick
b726001c04 Bump Version 5.9.0
Summary: Bumping SDK version.

Reviewed By: jingping2015

Differential Revision: D18204300

fbshipit-source-id: 67628f1875132ebc3f3feed14b4dc2ec3c6fe70f
2019-10-29 11:19:46 -07:00
joesusnick
f3be0dab4c SPM Support (#1073)
Summary:
Thanks for proposing a pull request!

To help us review the request, please complete the following:

- [x] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [x] I've ensured that all existing tests pass and added tests (when/where necessary)
- [x] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)
- [x] I've added the proper label to this pull request (e.g. `bug` for bug fixes)

## Pull Request Details

Added a `Package.swift` manifest.
Updated imports to be non-modular for non-cocoapod setups.
Updated dynamic framework loader to compile with arc. - This should be checked. Not 100% sure I did not cause a regression.
Added a directory of symlinks to public header files - this was to get around a limitation in the SPM api where they will only accepts a path to header files (forces them to be located in the same directory) and not a list of header files.
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1073

Test Plan:
**SPM:**

`cd fbsource/fbobjc/ios-sdk`

Initialize a new repository, add all the files and create a new commit on master.
`git init`
`git add .`
`git commit -m "new commit"`

Open the package itself with >= Xcode 11 by opening `Package.swift` instead of the usual project and verify that it builds

Open a new project with >= Xcode 11 and add a new swift package. For the Package Repository field put the path to the sdk.
`file:///Users/$whoami/fbsource/fbobjc/ios-sdk`

then specify the branch as `master`. This sample project should build and you should be able to consume the kits with `import FBSDKCoreKit` or `FacebookCore` (for the Swift variant), `import FBSDKLoginKit` or `import FacebookLogin` and `import FBSDKShareKit` or `import FacebookShare`.

Make sure that LoginKit and ShareKit also expose CoreKit symbols.

**Xcode:**

Can build all schemes as expected
`BuildAllKits`
`FBSDKTVOSKit-Universal`
`FBSDKTVOSKit-Dynamic`
`SwiftKits`

**CocoaPods:**

`cd fbsource/fbojbc/ios-sdk`

`bundle exec pod lib lint FBSDKCoreKit.podspec`

`bundle exec pod lib lint FBSDKLoginKit.podspec --include-podspecs=FBSDKCoreKit.podspec --allow-warnings`

`bundle exec pod lib lint FBSDKShareKit.podspec --include-podspecs=FBSDKCoreKit.podspec --allow-warnings`

**BUCK:**

`cd fbsource/fbobjc/ios-sdk`
`buck build ios-sdk:FBSDKCoreKit`
`buck build ios-sdk:FBSDKLoginKit`
`buck build ios-sdk:FBSDKShareKit`

Also all of the other BUCK targets (will be covered by sandcastle)

Reviewed By: dreamolight

Differential Revision: D17879652

Pulled By: joesus

fbshipit-source-id: d931140d0fb3b554f1e29e5c2af7e2173316670d
2019-10-29 09:14:15 -07:00
Zilin Zhang
fe155d1e56 Bump version to 5.8.0
Summary: As title

Reviewed By: YOUDAN

Differential Revision: D17819199

fbshipit-source-id: 070d38d47fd5d90e81fcb12c80b5902c8fc45efa
2019-10-08 16:05:25 -07:00
Joe Susnick
d58983ab95 Bump Version 5.7.0
Summary: Bumps version to 5.7.0

Differential Revision: D17675410

fbshipit-source-id: fad8fa722fe724993e341a5bb38bea0e265d3755
2019-10-01 12:18:10 -07:00
Joe Susnick
16b7633e2d Renamed ObjC SDK as iOS SDK
Summary: The GitHub repo has been renamed from facebook-ios-sdk to facebook-objc-sdk

Reviewed By: jingping2015

Differential Revision: D17630050

fbshipit-source-id: 4fa7a3c4859af7fead71c4700a1151903d4734cc
2019-09-30 16:11:34 -07:00
Tianqi Li
cf9e0d837f Bump Version: 5.6.0
Summary: as title

Reviewed By: YOUDAN, dreamolight

Differential Revision: D17377457

fbshipit-source-id: 39e769695252654e78c30da4ad614649f4289506
2019-09-13 16:53:18 -07:00
joesusnick
c934f78079 Fix Podspecs (#1039)
Summary:
Thanks for proposing a pull request.

To help us review the request, please complete the following:

- [x] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [x] 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/1039

Test Plan:
Expect the following commands to be successful.
`pod lib lint FBSDKLoginKit.podspec --include-podspecs=FBSDKCoreKit.podspec --allow-warnings`
`pod lib lint FBSDKShareKit.podspec --include-podspecs=FBSDKCoreKit.podspec --allow-warnings`

Reviewed By: jingping2015

Differential Revision: D17234135

Pulled By: joesus

fbshipit-source-id: a9f4744925a49426faf44f52b13c471f1d5536f8
2019-09-06 14:21:01 -07:00
joesusnick
75e50f599c Separate Swift targets (#1031)
Summary:
Thanks for proposing a pull request.

To help us review the request, please complete the following:

- [x] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [x] describe the change (for example, what happens before the change, and after the change)

This is a step towards aligning Swift and Objective-C into a single SDK.

Currently we cannot ship a single target that includes both Swift and Objective-C because some consumers of the SDK are tied to older versions of Xcode. Including Swift would increase their binary size or force them to upgrade before Apple mandates an upgrade.

What we can do is prepare for this inevitability by moving the Swift files into this repository.

Additionally this is easier to maintain and allows us to us to reference ObjC files from Swift directly instead of treating them as a third party dependency.

This work raises a few questions about distribution channels (what will the starting versions be for instance) but that is an acceptable cost for the benefits we get from having all of our related code in one place.
Pull Request resolved: https://github.com/facebook/facebook-objc-sdk/pull/1031

Test Plan:
Able to build is the primary concern. That the old targets are not impacted by the new targets and that the new targets build correctly.

Ensure the older targets can build on Xcode 10.1
* FBSDKCoreKit
* FBSDKShareKit
* FBSDKLoginKit

Ensure the older AND newer targets can build on Xcode 10.3
* FBSDKCoreKit
* FBSDKShareKit
* FBSDKLoginKit
* FBSDKCoreKitSwift
* FBSDKShareKitSwift
* FBSDKLoginKitSwift

Ensure the older AND newer targets can build on the latest Xcode (11 beta 6)
// Note: Will need to clean build if you want to build the non-Swift version after building the Swift version
* FBSDKCoreKit
* FBSDKShareKit
* FBSDKLoginKit
* FBSDKCoreKitSwift
* FBSDKShareKitSwift
* FBSDKLoginKitSwift

Reviewed By: dreamolight

Differential Revision: D17164409

Pulled By: joesus

fbshipit-source-id: dbda5036487a2e626e271651b38262e56dac17ce
2019-09-05 17:02:27 -07:00
Stan Wu
8e4d90a430 Bump Version: 5.5.0
Summary: As title

Reviewed By: KylinChang

Differential Revision: D17144988

fbshipit-source-id: 2719c85c49784fba6ba10c9ed498c6233429ada1
2019-08-30 20:20:33 -07:00
Stan Wu
323a64bb73 Bump Version: 5.4.1
Summary: As title

Reviewed By: tianqibt, KylinChang

Differential Revision: D16950044

fbshipit-source-id: 741ad77fe36a4324583b2a551bb2546ef5260265
2019-08-21 16:09:19 -07:00
Tianqi Li
afd460f3f6 Bump Version:5.4.0
Summary: Auto generated diff

Reviewed By: YOUDAN

Differential Revision: D16838968

fbshipit-source-id: 8d2a4a119945d6923d01cf77ea1c59645962baa0
2019-08-15 15:31:44 -07:00
Jing Ping
1a223fd53b Bump SDK Version
Summary: update sdk and API version

Reviewed By: joesus

Differential Revision: D16550852

fbshipit-source-id: e861bf621bc82bc585f5f59de9386f14e58e59f2
2019-07-29 15:21:09 -07:00
Zilin Zhang
72068bf0e9 Bump Versionn: 5.2.3
Summary: Bump Versionn: 5.2.3

Reviewed By: jingping2015, dreamolight

Differential Revision: D16272411

fbshipit-source-id: b57dc334925e78372c06bdbee370af383d17d639
2019-07-15 22:11:39 -07:00
Stan Wu
817158280b Bump Versionn: 5.2.2
Summary: As title

Reviewed By: tianqibt

Differential Revision: D16256393

fbshipit-source-id: bed37a16af8fb3d59b4efa6400b0b9963984c250
2019-07-14 14:46:48 -07:00
Stan Wu
9db26b3917 Bump Version: 5.2.1
Summary: As title

Reviewed By: tianqibt

Differential Revision: D16092720

fbshipit-source-id: 79c28e4fdfdfbfb3cfdb1cd7c96b9f31a21830e7
2019-07-02 11:40:28 -07:00
Stan Wu
57712ca568 Bump Version 5.2.0
Summary: As title

Reviewed By: tianqibt

Differential Revision: D16069163

fbshipit-source-id: 0cd94bec7c8c1959fbc35be07e77ab9324daf6c4
2019-06-30 14:25:07 -07:00