Skip to content

Latest commit

 

History

History
171 lines (100 loc) · 4.63 KB

CHANGELOG.md

File metadata and controls

171 lines (100 loc) · 4.63 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.

5.13.0 - 2019-12-11

Added

  • Parameter deactivation

5.12.1 - 2019-12-08

Fixed

  • Fixed a corner case

5.12.0 - 2019-12-03

Changed

  • Updated suggested events

5.11.2 - 2019-11-21

5.11.1 - 2019-11-21

Fixed

  • Fix java.lang.SecurityException in AccessTokenManager: issue 627
  • Fix Google Api Error because of values-fb: issue 614
  • Minor fixes

5.11.0 - 2019-11-14

Added

  • Launch event suggestions

Fixed

  • Fix NPE on AccessTokenAppIdPair

5.9.0 - 2019-10-28

Changed

  • API call upgrade to v5.0

5.8.0 - 2019-10-08

Added

5.5.2 - 2019-10-04

Fixed

  • Change keepnames to keep in proguard-rules for IAP
  • Fix memory leak in Codeless
  • Fix issue of listing crash report files

5.5.1 - 2019-09-05

Fixed

  • Crash in FetchedAppGateKeepersManager

5.5.0 - 2019-08-30

  • Various bug fixes

5.4.0 - 2019-08-15

Changed

  • Add handling for crash and error to make SDK more stable

5.2.0 - 2019-07-29

Changed

  • API call upgrade to v4.0

[5.1.1] - 2019-07-21

Fixed

  • Various bug fixes

5.1.0 - 2019-06-21

Added

  • Auto log Subscribe and StartTrial going through GooglePlay store when the developer enables it in Facebook Developer setting page

5.0.2 - 2019-06-07

Fixed

  • Fix in-app purchase auto-logging issue which was introduced in 5.0.1

5.0.1 - 2019-05-16

Added

  • Support campaign attribution for Audience Network

Fixed

  • Fixed a crash that caused by absence of Google Play Store services

5.0.0 - 2019-04-30

Added

  • support manual SDK initialization

Changed

  • extend coverage of AutoLogAppEventsEnabled flag to all internal analytics events

Removed

  • Deprecate several activateApp and deactivateApp functions in AppEventsLogger.java

4.41.0 - 2019-03-08

Removed

  • Deprecated classes: FacebookUninstallTracker

Fixed

  • Various bug fixes

4.40.0 - 2019-01-17

Fixed

  • Various bug fixes

[4.39.0] - 2018-12-03

Other