Releases: matomo-org/matomo-sdk-ios
Releases · matomo-org/matomo-sdk-ios
v7.0.1
- bugfix Fixed an issue with a new
forcedVisitorId
value validation. #315
v7.0.0
- important Dropped support for iOS 8 and 9. #306
- improvement Updated to Swift 5.0 and Xcode 10.3 tools version. #306
- improvement Added
cdt
query item in addition to h
/m
/s
values #301
- improvement Replaced UIWebView with WkWebView. #308
v6.0.1
- improvement Made copyFromOldSharedInstance available from Objective-C. [#282] (#282)
- improvement Accepting urls ending in
matomo.php
in addition to piwik.php
when initializing a new instance. [#286] (#286)
- bugfix Specified Swift 4.2 in both
.podspec
files. [#297] (#297)
v6.0.0
- feature Added the possibility to implement custom queues. #137
- improvement Updated to Swift 4.2
- bugfix Added default values for items when tracking orders. #276
v5.3.0
- feature Added a
forcedVisitorId
property. #259
- feature Added a method for goal tracking #272
- feature Added a function to track E-Commerce orders. #110
- improvement Added public init to
CustomVariable
#269
- improvement Renamed the
visitorId
property to userId
to be more inline with the Documentation. #258
- bugfix Fixed an issue where
trackSearch
called from Objective-C would end in an infinite loop. #263
- bugfix Fixed an issue on Objective-C project where swift version was't set. #260
v5.2.0
- feature Added a function to track content within the application. #230 (by @wongnai)
- improvement Replaced generic phone model by device model. #254
v5.1.1
- bugfix Fixed Xcode build settings for Carthage support. #224 (by @phranck)
v5.1.0
- feature Added a function to track searches within the application. #230
- feature Added campaign tracking. #109
- improvement Exposed the visitorId to Objective-C. #228
v5.0.0-beta1
- feature It now is possible to use multiple MatomoTracker instances within one appliaction. Please check this guide how to migrate from the shared instance in version 4. #164
- feature Added compatibility to custom variables. #223 (by @manuroe and @zantoku)
- improvement Renamed Piwik to Matomo #221
v4.4.2
- bugfix Fixed an issue where an ampersand lead to incomplete tracking information. #217