|
| 1 | +## 0.3.11 |
| 2 | + |
| 3 | +- Fixed Apple TVOS crash issue. |
| 4 | +- Enhanced Debug Logging |
| 5 | +- Added trackGoal method. With trackGoal, you can track when a visitor completes a specific objective. |
| 6 | + |
| 7 | +## 0.3.10 |
| 8 | + |
| 9 | +- Fixed crash issue related to not passing dimention parameter. |
| 10 | + |
| 11 | +## 0.3.9 |
| 12 | + |
| 13 | +- Fixed the crash issue on trackMedia function while pass dimension option. |
| 14 | + |
| 15 | +## 0.3.8 |
| 16 | + |
| 17 | +- Refined dimensions data passing |
| 18 | + |
| 19 | +## 0.3.7 |
| 20 | + |
| 21 | +- Added trackCustomDimension method for track individual custom dimension tracking |
| 22 | + |
| 23 | +## 0.3.6 |
| 24 | + |
| 25 | +- Fixed issue in custom dimension tracking. |
| 26 | + |
| 27 | +## 0.3.5 |
| 28 | + |
| 29 | +- Added custom dimension property in media tracking |
| 30 | + |
| 31 | +## 0.3.4 |
| 32 | + |
| 33 | +- Added trackCampaign method. Using which you can track generic and matomo UTM attribution |
| 34 | + |
| 35 | +## 0.3.3 |
| 36 | + |
| 37 | +- Added support to pass matomo auth-token. |
| 38 | +- Sometime facing issue related to authentication for older events. More info [Here](https://matomo.org/faq/how-to/faq_30835/) |
| 39 | + |
| 40 | +## 0.3.2 |
| 41 | + |
| 42 | +- Media tracking progress's attribute typo fix. |
| 43 | + |
| 44 | +## 0.3.1 |
| 45 | + |
| 46 | +- Media tracking added. |
| 47 | +- Use trackMediaEvent method to track audio and video related details |
| 48 | + |
| 49 | +## 0.3.0 |
| 50 | + |
| 51 | +- Added enableTracking & disableTracking methods to opt in or opt out of tracking. Replacement of setIsOptedOut method. |
| 52 | +- Updated readme. |
| 53 | +**~~~~~ BREAKING CHANGES ~~~~~** |
| 54 | +- Removed setIsOptedOut and added 2 separate methods (enableTracking, disableTracking) to work independently |
| 55 | + |
| 56 | +## 0.2.2 |
| 57 | + |
| 58 | +- Crash fixes. case: when trying to track event before initialising of tracker. |
| 59 | +- Can start new session now using startSession method. |
| 60 | +- Can enable logs using setLogger method. |
| 61 | + |
| 62 | +## 0.2.1 |
| 63 | + |
| 64 | +- Compilation error fixed on android platform |
| 65 | + |
| 66 | +## 0.2.0 |
| 67 | + |
| 68 | +- React-native plugin for Matomo Analytics. Developed based on `matomo-sdk-android` and `matomo-sdk-ios`. |
| 69 | +- The plugin should allow you to track screens, events, searches, impressions, users, visitors, etc. |
| 70 | + |
| 71 | +## 0.1.0 |
| 72 | + |
| 73 | +- React-native plugin for Matomo Analytics. Developed based on `matomo-sdk-android` and `matomo-sdk-ios`. |
| 74 | +- The plugin should allow you to track screens, events, searches, impressions, users, visitors, etc. |
0 commit comments