Skip to content

Commit

Permalink
Prepared 7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brototyp committed Oct 3, 2021
1 parent c060569 commit 78fa556
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased


## 7.5.0
* **improvement** Allow overriding any of the tracking parameters. [#360](https://github.com/matomo-org/matomo-sdk-ios/issues/360)
* **improvement** Fixed build warnings
* **improvement** Use the new XCode build system [#391](https://github.com/matomo-org/matomo-sdk-ios/pull/391)
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.4.1"
spec.version = "7.5"
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
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ The MatomoTracker is an iOS, tvOS and macOS SDK for sending app analytics to a M

**Fancy help improve this SDK? Check [this list](https://github.com/matomo-org/matomo-sdk-ios/issues?utf8=✓&q=is%3Aopen+is%3Aissue) to see what is left and can be improved.**

[![Build Status](https://travis-ci.org/matomo-org/matomo-sdk-ios.svg?branch=develop)](https://travis-ci.org/matomo-org/matomo-sdk-ios)

## Installation
### [CocoaPods](https://cocoapods.org)

Use the following in your Podfile.

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

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 Expand Up @@ -237,17 +235,6 @@ Whenever you track an event or a page view it is stored in memory first. In ever
## Contributing
Please read [CONTRIBUTING.md](https://github.com/matomo-org/matomo-sdk-ios/blob/develop/CONTRIBUTING.md) for details.

## ToDo
### These features aren't implemented yet

- Tracking of more things
- Social Interactions
- Goals and Conversions
- Outlinks
- Downloads
- Customizing the tracker
- use different dispatchers (Alamofire)

## License

MatomoTracker is available under the [MIT license](LICENSE.md).

0 comments on commit 78fa556

Please sign in to comment.