Skip to content

Commit

Permalink
Prepared 7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brototyp committed Jan 3, 2021
1 parent 5fd4ff7 commit 442f0b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## 7.4.0
* **improvement** Escaped more symbols when sending events to the API. [#313](https://github.com/matomo-org/matomo-sdk-ios/issues/313)
* **improvement** Removed unused `humanReadablePlatformName` `Device` property. [#358](https://github.com/matomo-org/matomo-sdk-ios/pull/358)
* **improvement** Changed the cdt parameter to be accurate to milliseconds. [#360](https://github.com/matomo-org/matomo-sdk-ios/issues/360)
Expand Down
2 changes: 1 addition & 1 deletion MatomoTracker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MatomoTracker"
spec.version = "7.3"
spec.version = "7.4"
spec.summary = "A Matomo Tracker written in Swift for iOS, tvOS and macOS apps."
spec.homepage = "https://github.com/matomo-org/matomo-sdk-ios/"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The MatomoTracker is an iOS, tvOS and macOS SDK for sending app analytics to a M
Use the following in your Podfile.

```
pod 'MatomoTracker', '~> 7.3'
pod 'MatomoTracker', '~> 7.4'
```

Then run `pod install`. In every file you want to use the MatomoTracker, don't forget to import the framework with `import MatomoTracker`.
Expand Down

0 comments on commit 442f0b0

Please sign in to comment.