Skip to content

Commit d3f9a0e

Browse files
Merge pull request #150 from Floating-Dartists/dev
Prepare v5.0.0-dev.2
2 parents 3e52b9b + 6094c71 commit d3f9a0e

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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

lib/src/matomo.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: matomo_tracker
22
description: 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
55
homepage: https://github.com/Floating-Dartists/matomo-tracker
66
repository: https://github.com/Floating-Dartists/matomo-tracker
77
issue_tracker: https://github.com/Floating-Dartists/matomo-tracker/issues

0 commit comments

Comments
 (0)