You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
2.3 KiB

  1. ## [3.2.2] - 2018-11-02
  2. - Removed FetchOptOutStatus and Initialize call. All application of opt out
  3. status will be handled by the engine. The Analytics/Data Privacy package still
  4. provides FetchPrivacyUrl to provide a URL from which to opt out.
  5. ## [3.2.1] - 2018-10-25
  6. - Move editor and playmode tests to be packed within the package.
  7. ## [3.2.0] - 2018-10-11
  8. - Prevent double-registration of standard events.
  9. - Fixed build error on platforms that don't support analytics.
  10. - Update package docs so they can be built and published and be accessible from
  11. the Package Manager UI.
  12. - Fixed a crash occurring on iOS device when the device has cellular capability
  13. but was never configured with any carrier service.
  14. - Fixed an android build failure occurring due to conflicting install referrer
  15. AIDL files.
  16. ## [3.1.1] - 2018-08-21
  17. - Add DataPrivacy plugin into package.
  18. - Fixed an issue where Android project build would fail when proguard is enabled
  19. in publishing settings.
  20. - Fixed an issue where iOS product archive would fail because bitcode was not
  21. enabled.
  22. ## [3.0.9] - 2018-07-31
  23. - Fixing issue with NullReferenceException during editor playmode
  24. ## [3.0.8] - 2018-07-26
  25. - Fixing linking issue when building Android il2cpp
  26. ## [3.0.7] - 2018-07-10
  27. - Adding in continuous events for signal strength, battery level, battery
  28. temperature, memory usage, available storage
  29. ## [3.0.6] - 2018-06-01
  30. - Reorganizing platformInfo event around session start/resume/pause
  31. ## [3.0.5] - 2018-05-29
  32. - Fixing cellular signal strength incorrect array format
  33. ## [3.0.4] - 2018-05-04
  34. - Breaking change to only work with 2018.2 (change name of whitelisted dll's in
  35. engine to conform to PackageManager standard)
  36. - Changed name of old Analytics dll to the Unity.Analytics.Tracker.dll and
  37. replaced the old one with the new platform information package.
  38. - Changed naming convention of dlls to the PackageManager Standard:
  39. Unity.Analytics.dll, Unity.Analytics.Editor.dll, Unity.Analytics.Tracker.dll,
  40. Unity.Analytics.StandardEvents.dll.
  41. - Deprecated old Analytics tracker and removed it from the add component menu.
  42. - Merged Standardevents package into Analytics package.
  43. ## [2.0.14] - 2018-02-08
  44. - Added proper documentation and better description text.
  45. ## [2.0.5] -
  46. - Update analytics tracker to 2.0 (1.0 version is still available)