Skip to content

Releases: matomo-org/matomo-sdk-ios

v7.8.0

12 Dec 16:35

Choose a tag to compare

  • feature Exposed visitorID as a readonly property. #437
  • bugfix Fixed double percent encoding. #475

v7.7.0

06 Sep 09:40

Choose a tag to compare

  • feature Added functionality to reset a Matomo instance. #434
  • feature Added a persistent event queue storing events in the UserDefaults. #137 (by @bobunmeng and @brototyp)

v7.6.0

03 Apr 12:25

Choose a tag to compare

  • feature Added support for watchOS. #352
  • feature Added Privacy Manifest. #448
  • improvement Increased deployment targets to iOS 11 and macOS 10.13. #431

v7.5.2

25 Jul 18:12

Choose a tag to compare

  • bugfix Fixed an issue where the revenue of a goal wasn't sent to the server anymore. #414

v7.5.1

08 Jan 12:13

Choose a tag to compare

  • bugfix Fixed an issue where the latest version couldn't be installed via SPM. #402

v7.5

03 Oct 15:16

Choose a tag to compare

  • improvement Allow overriding any of the tracking parameters. #360
  • improvement Fixed build warnings
  • improvement Use the new XCode build system #391
  • bugfix Fixed issue where only UserDefaults.standard is used despite specified another instance. #384

v7.4

03 Jan 08:17

Choose a tag to compare

  • improvement Escaped more symbols when sending events to the API. #313
  • improvement Removed unused humanReadablePlatformName Device property. #358
  • improvement Changed the cdt parameter to be accurate to milliseconds. #360
  • improvement Changed sending the ca parameter only for events that are no further specified. #363
  • bugfix Fixed macOS version recognition. #361

v7.3

03 Jan 08:17

Choose a tag to compare

  • improvement Support new ca tracking parameter for tracking requests that aren't page views. #354
  • improvement Completely overhauled the UserAgent generation for automatic device and OS discovery. #353

v7.2.2

19 Sep 14:55

Choose a tag to compare

  • bugfix Fixed bug, where new session not started manually #325

v7.2.1

01 Jun 15:10

Choose a tag to compare

  • improvement Added back detailed phone model feature. #330
  • improvement Set application extension API only to true. #335
  • bugfix Fixed an issue where device information and operating system sometimes wasn't tracked. #329