diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6996d0..b3e7c4e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Change Log +## [0.3.0](https://github.com/facebook/facebook-sdk-swift/tree/0.3.0) (2017-10-11) +[Full Changelog](https://github.com/facebook/facebook-sdk-swift/compare/0.2.0...0.3.0) + +**Implemented enhancements:** + +- Update for Xcode 9 and Swift 4 [\#184](https://github.com/facebook/facebook-sdk-swift/pull/184) ([gfosco](https://github.com/gfosco)) +- Add userId and user properties to AppEventsLogger. [\#147](https://github.com/facebook/facebook-sdk-swift/pull/147) ([nlutsenko](https://github.com/nlutsenko)) +- Expand a set of predefined Read and Publish permissions. [\#130](https://github.com/facebook/facebook-sdk-swift/pull/130) ([ranesr](https://github.com/ranesr)) +- Publicize .name property on Permission. [\#96](https://github.com/facebook/facebook-sdk-swift/pull/96) ([nlutsenko](https://github.com/nlutsenko)) +- Add AppEventsLogger.pushNotificationsDeviceToken [\#71](https://github.com/facebook/facebook-sdk-swift/pull/71) ([arsonik](https://github.com/arsonik)) +- Doc fix, Any/Object [\#69](https://github.com/facebook/facebook-sdk-swift/pull/69) ([arsonik](https://github.com/arsonik)) + +**Fixed bugs:** + +- Fix LoginManager's initializer problem. [\#137](https://github.com/facebook/facebook-sdk-swift/pull/137) ([RyogaK](https://github.com/RyogaK)) + +**Merged pull requests:** + +- Set `swift` user agent suffix in FBSDKSettings [\#164](https://github.com/facebook/facebook-sdk-swift/pull/164) ([mcohnen](https://github.com/mcohnen)) +- Update to Xcode 8.3 and Swift 3.1. [\#146](https://github.com/facebook/facebook-sdk-swift/pull/146) ([nlutsenko](https://github.com/nlutsenko)) +- Improve ambiguous `logIn\(\)` function names in LoginManager. [\#97](https://github.com/facebook/facebook-sdk-swift/pull/97) ([nlutsenko](https://github.com/nlutsenko)) +- Improve UIAlertController APIs in the SwiftCatalog sample app [\#92](https://github.com/facebook/facebook-sdk-swift/pull/92) ([mohshin-shah](https://github.com/mohshin-shah)) +- Minor documentation fixes. [\#90](https://github.com/facebook/facebook-sdk-swift/pull/90) ([nlutsenko](https://github.com/nlutsenko)) +- Update Facebook ObjC SDK dependency to 4.17. [\#88](https://github.com/facebook/facebook-sdk-swift/pull/88) ([nlutsenko](https://github.com/nlutsenko)) +- Update Facebook ObjC SDK dependency to 4.16. [\#68](https://github.com/facebook/facebook-sdk-swift/pull/68) ([nlutsenko](https://github.com/nlutsenko)) +- Re-enable Travis-CI CocoaPods linting for all frameworks. [\#61](https://github.com/facebook/facebook-sdk-swift/pull/61) ([nlutsenko](https://github.com/nlutsenko)) +- Add Swift version badge to README. [\#60](https://github.com/facebook/facebook-sdk-swift/pull/60) ([nlutsenko](https://github.com/nlutsenko)) + ## [0.2.0](https://github.com/facebook/facebook-sdk-swift/tree/0.2.0) (2016-09-24) [Full Changelog](https://github.com/facebook/facebook-sdk-swift/compare/0.1.1...0.2.0) @@ -19,8 +47,6 @@ - Fix possessive typos in README [\#27](https://github.com/facebook/facebook-sdk-swift/pull/27) ([ashchan](https://github.com/ashchan)) - Mention local CocoaPods repo update in README instructions. [\#23](https://github.com/facebook/facebook-sdk-swift/pull/23) ([nlutsenko](https://github.com/nlutsenko)) - Clarify upgrade instructions for Carthage. [\#21](https://github.com/facebook/facebook-sdk-swift/pull/21) ([nlutsenko](https://github.com/nlutsenko)) -- Add License link to contributing page [\#19](https://github.com/facebook/facebook-sdk-swift/pull/19) ([jinjorge](https://github.com/jinjorge)) -- Typo fix [\#18](https://github.com/facebook/facebook-sdk-swift/pull/18) ([jinjorge](https://github.com/jinjorge)) - Clarify versioning instruction for CocoaPods installation. [\#15](https://github.com/facebook/facebook-sdk-swift/pull/15) ([nlutsenko](https://github.com/nlutsenko)) - Add missing `git submodule` command to README [\#13](https://github.com/facebook/facebook-sdk-swift/pull/13) ([hirschfl](https://github.com/hirschfl)) - Update README.md [\#11](https://github.com/facebook/facebook-sdk-swift/pull/11) ([SandroMachado](https://github.com/SandroMachado)) @@ -48,4 +74,4 @@ ## [0.1.0](https://github.com/facebook/facebook-sdk-swift/tree/0.1.0) (2016-07-14) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig index 9d970c74..43d96fd9 100644 --- a/Configurations/Version.xcconfig +++ b/Configurations/Version.xcconfig @@ -16,4 +16,4 @@ // 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. -FBSDK_SWIFT_VERSION = 0.2.0 +FBSDK_SWIFT_VERSION = 0.3.0 diff --git a/FacebookCore.podspec b/FacebookCore.podspec index 9e81b5f8..9ff25fdc 100644 --- a/FacebookCore.podspec +++ b/FacebookCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FacebookCore' - s.version = '0.2.0' + s.version = '0.3.0' s.author = 'Facebook' s.homepage = 'https://developers.facebook.com/docs/swift' s.documentation_url = 'https://developers.facebook.com/docs/swift/reference' @@ -26,5 +26,5 @@ Pod::Spec.new do |s| s.pod_target_xcconfig = { 'ENABLE_TESTABILITY' => 'YES' } s.ios.dependency 'Bolts', '~> 1.8' - s.ios.dependency 'FBSDKCoreKit', '~> 4.21' + s.ios.dependency 'FBSDKCoreKit', '~> 4.27' end diff --git a/FacebookLogin.podspec b/FacebookLogin.podspec index c59278e3..93c6e0c7 100644 --- a/FacebookLogin.podspec +++ b/FacebookLogin.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FacebookLogin' - s.version = '0.2.0' + s.version = '0.3.0' s.author = 'Facebook' s.homepage = 'https://developers.facebook.com/docs/swift' s.documentation_url = 'https://developers.facebook.com/docs/swift/reference' @@ -19,8 +19,8 @@ Pod::Spec.new do |s| s.exclude_files = 'Sources/Login/LoginManager.DefaultAudience.swift' s.module_name = 'FacebookLogin' - s.ios.dependency 'FacebookCore', '~> 0.2' + s.ios.dependency 'FacebookCore', '~> 0.3' s.ios.dependency 'Bolts', '~> 1.8' - s.ios.dependency 'FBSDKCoreKit', '~> 4.21' - s.ios.dependency 'FBSDKLoginKit', '~> 4.21' + s.ios.dependency 'FBSDKCoreKit', '~> 4.27' + s.ios.dependency 'FBSDKLoginKit', '~> 4.27' end diff --git a/FacebookShare.podspec b/FacebookShare.podspec index 0c8e72ff..eec39b19 100644 --- a/FacebookShare.podspec +++ b/FacebookShare.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FacebookShare' - s.version = '0.2.0' + s.version = '0.3.0' s.author = 'Facebook' s.homepage = 'https://developers.facebook.com/docs/swift' s.documentation_url = 'https://developers.facebook.com/docs/swift/reference' @@ -24,8 +24,8 @@ Pod::Spec.new do |s| s.source_files = 'Sources/Share/**/*.swift' s.module_name = 'FacebookShare' - s.ios.dependency 'FacebookCore', '~> 0.2' + s.ios.dependency 'FacebookCore', '~> 0.3' s.ios.dependency 'Bolts', '~> 1.8' - s.ios.dependency 'FBSDKCoreKit', '~> 4.21' - s.ios.dependency 'FBSDKShareKit', '~> 4.21' + s.ios.dependency 'FBSDKCoreKit', '~> 4.27' + s.ios.dependency 'FBSDKShareKit', '~> 4.27' end