Releases: matomo-org/matomo-sdk-ios
Releases · matomo-org/matomo-sdk-ios
v7.7.0
- 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
- 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
- bugfix Fixed an issue where the revenue of a goal wasn't sent to the server anymore. #414
v7.5.1
- bugfix Fixed an issue where the latest version couldn't be installed via SPM. #402
v7.5
- 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
- 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
- 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
- bugfix Fixed bug, where new session not started manually #325
v7.2.1
- 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
v7.2.0
- feature Added support for the Swift Package Manager. #312
- improvement Added new devices info #321
- improvement Added
timeout
property to URLSessionDispatcher initialization method
- bugfix Fixed an issue with
WKWebView
on iOS not returning a user agent string #322
- bugfix Fixed a retain cycle on
MatomoTracker
. #316