Skip to content

Latest commit

 

History

History
156 lines (92 loc) · 4.06 KB

CHANGELOG.md

File metadata and controls

156 lines (92 loc) · 4.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

9.0.0 - 2021-01-10

Added

  • Limited Login. See the docs for a general overview and implementation details.

8.1.1 - 2020-10-25

Fixed

  • Add use_frameworks! to Podfile
  • Avoid adding swift standard libs

8.1.0 - 2020-10-14

Fixed

  • Fixed AndroidSdk path detection in Unity 2019 and above

8.0.0 - 2020-09-27

Added

  • Added method SetAdvertiserTrackingEnabled to overwrite the advertiser_tracking_enabled flag

Changed

  • Bumped native SDK version to 8.0.0
  • Bumped Graph API version to 8.0

Fixed

  • Fixed lock up issue in Facebook Login

7.21.2 - 2020-08-14

Added

  • Support customized Android Keystore path

Fixed

  • Fix iOS build issue for swift libraries
  • Deprecate old GUI.ModalWindow API

7.21.1 - 2020-06-25

Changed

  • Bump native SDK version to 7.1.1

7.21.0 - 2020-06-20

Added

  • Introduce DataProcessingOptions

Deprecated

  • Remove UserProperties API

7.20.0 - 2020-06-15

Changed

  • Bump native SDK version to 7.0.1

Added

  • Add Express Login

7.19.2 - 2020-04-08

Fixed

  • Fix FeedShare issue: facebook#284
  • Fix crash when AccessToken has no graph domain

7.19.1 - 2020-03-22

Fixed

  • Fix Login issue in Editor mode

7.19.0 - 2020-03-11

Added

  • Support for Gaming Video Uploads
  • Support for Gaming Image Uploads
  • Support for Gaming Friend Finder

7.18.1 - 2020-02-03

Fixed

  • Fix exported iOS project build issue
  • Fix Android install referrer issue
  • Fix GetUserID issue
  • Remove AndroidJNIHelper log

Changed

  • Bump Google Playservices Resolver to v1.2.135

7.18.0 - 2019-10-11

Fixed

  • Fix Android logout issue
  • Fix the issue of multiple AppRequest instances when changing screen orientation
  • Fix GetUserID issue

Changed

  • Remove Bolts framework

7.17.2 - 2019-07-18

Fixed

  • Various bug fixes

7.17.1 - 2019-07-05

Other