Skip to content

Commit eee176a

Browse files
Merge pull request #47 from matomo-org/m19768
update plugin.json to adapter next release
2 parents 082cf4f + 550a7cf commit eee176a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
4.3.0
4+
- Compatibility with Matomo 4.12, and Adjustments for client hints support
5+
36
4.2.3
47
- Fixed parsers not being set when cache is present
58

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "DeviceDetectorCache",
33
"description": "Makes tracking faster by detecting many devices, operating systems, bots, and browsers from a cache.",
4-
"version": "4.2.3",
4+
"version": "4.3.0",
55
"theme": false,
66
"require": {
7-
"matomo": ">=4.0.0-rc1,<5.0.0-b1"
7+
"matomo": ">=4.12.0-b3,<5.0.0-b1"
88
},
99
"authors": [
1010
{

0 commit comments

Comments
 (0)