File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 5.0.0-dev.1]
4+
5+ * build(deps): bump uuid from 3.0.7 to 4.1.0 by @dependabot in https://github.com/Floating-Dartists/matomo-tracker/pull/125
6+ * Chore/bump dependencies by @TesteurManiak in https://github.com/Floating-Dartists/matomo-tracker/pull/126
7+ * build(deps): bump package_info_plus from 4.2.0 to 5.0.1 by @dependabot in https://github.com/Floating-Dartists/matomo-tracker/pull/128
8+ * [ FEAT] [ #129 ] by @jainhitesh9998 in https://github.com/Floating-Dartists/matomo-tracker/pull/130
9+ * docs(contributor): contributors readme action update by @github-actions in https://github.com/Floating-Dartists/matomo-tracker/pull/131
10+ * 132 contentbaseurl not working with hash sign by @TesteurManiak in https://github.com/Floating-Dartists/matomo-tracker/pull/133
11+ * Allow uuid 5.x by @hpoul in https://github.com/Floating-Dartists/matomo-tracker/pull/136
12+ * docs(contributor): contributors readme action update by @github-actions in https://github.com/Floating-Dartists/matomo-tracker/pull/137
13+ * Add grandTotal/revenue to trackCartUpdate by @CleverUnderDog in https://github.com/Floating-Dartists/matomo-tracker/pull/138
14+ * docs(contributor): contributors readme action update by @github-actions in https://github.com/Floating-Dartists/matomo-tracker/pull/139
15+ * build(deps): bump package_info_plus from 5.0.1 to 6.0.0 by @dependabot in https://github.com/Floating-Dartists/matomo-tracker/pull/142
16+ * feat: added option to toggle off cookieless by @zvikarp in https://github.com/Floating-Dartists/matomo-tracker/pull/143
17+ * docs(contributor): contributors readme action update by @github-actions in https://github.com/Floating-Dartists/matomo-tracker/pull/145
18+
19+ ### New Contributors
20+ * @jainhitesh9998 made their first contribution in https://github.com/Floating-Dartists/matomo-tracker/pull/130
21+ * @hpoul made their first contribution in https://github.com/Floating-Dartists/matomo-tracker/pull/136
22+ * @CleverUnderDog made their first contribution in https://github.com/Floating-Dartists/matomo-tracker/pull/138
23+ * @zvikarp made their first contribution in https://github.com/Floating-Dartists/matomo-tracker/pull/143
24+
25+ ** Full Changelog** : https://github.com/Floating-Dartists/matomo-tracker/compare/4.1.1...5.0.0-dev.1
26+
327## [ 4.1.1]
428
529* Bump device_info_plus from 9.0.3 to 10.0.0 by @dependabot in https://github.com/Floating-Dartists/matomo-tracker/pull/123
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ class MatomoTracker {
314314 firstVisit = localFirstVisit;
315315 } else {
316316 unawaited (_localStorage.setFirstVisit (now));
317-
317+
318318 // Save the visitorId for future visits.
319319 unawaited (_saveVisitorId (localVisitorId));
320320 }
Original file line number Diff line number Diff line change 11name : matomo_tracker
22description : A fully cross-platform wrap of the Matomo tracking client for
33 Flutter, using the Matomo API.
4- version : 4.1.1
4+ version : 5.0.0-dev.2
55homepage : https://github.com/Floating-Dartists/matomo-tracker
66repository : https://github.com/Floating-Dartists/matomo-tracker
77issue_tracker : https://github.com/Floating-Dartists/matomo-tracker/issues
You can’t perform that action at this time.
0 commit comments