Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-06-09 11:58:32 +0300
committerGitHub <noreply@github.com>2020-06-09 11:58:32 +0300
commit8e25f1c68ab44fb0795b34f3459eabf362976f61 (patch)
treedb4ad5c8474c73fbd1420d734be5cafbe15c5a9b /composer.lock
parentbc626e6a3676f075f0b71d3534107da4d504ec44 (diff)
Track ecommerce views as new dimensions instead of custom variables (#15999)
* Adds new columns to log_link_visit_action table to track ecommerce view data * update piwik.js to track ecommerce view s the new way * Adjust archiving * update tests * [TEMP] use php-tracker branch for composer * Archive custom variables the old way, only if Matomo was installed before 4.0 * add fallback to custom variables to keep bc when replaying old logs * update some expected test files * fix jslint errors * update javascript test * update dimension names * updates some expected test files * add product view data to visitor details and add suggested segment values * updates some expected test files * rebuilt piwik.js * adjust checked version * update expected ui files * updates some expected test files * submodule updates * apply some review feedback * Show product views in action tooltips * updates expected UI files Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index 5a0c0101dd..82017d2b4b 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "af2d8862dd5d4cf2d4a8570cb4e5f307",
+ "content-hash": "154553adcd814500964bfe8686f11a00",
"packages": [
{
"name": "composer/ca-bundle",
@@ -544,16 +544,16 @@
},
{
"name": "matomo/matomo-php-tracker",
- "version": "dev-4.x-dev",
+ "version": "dev-ecommerceview",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/matomo-php-tracker.git",
- "reference": "69e876faf4f981bafa3f65c8dd78a1d131badc1c"
+ "reference": "036f4974eb1024047805cb34c0b999c44283db62"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/matomo-org/matomo-php-tracker/zipball/69e876faf4f981bafa3f65c8dd78a1d131badc1c",
- "reference": "69e876faf4f981bafa3f65c8dd78a1d131badc1c",
+ "url": "https://api.github.com/repos/matomo-org/matomo-php-tracker/zipball/036f4974eb1024047805cb34c0b999c44283db62",
+ "reference": "036f4974eb1024047805cb34c0b999c44283db62",
"shasum": ""
},
"require": {
@@ -588,7 +588,7 @@
"piwik",
"tracker"
],
- "time": "2020-05-27T06:53:04+00:00"
+ "time": "2020-05-28T09:29:11+00:00"
},
{
"name": "matomo/network",