Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur authored Jan 31, 2019
1 parent ee02d3f commit 4cb575b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "QueuedTracking",
"version": "3.3.3",
"description": "Scale your large traffic Piwik service by queuing tracking requests in Redis for better performance. ",
"description": "Scale your large traffic Matomo service by queuing tracking requests in Redis or MySQL for better performance and reliability when experiencing peaks.",
"theme": false,
"keywords": ["tracker", "tracking", "queue", "redis"],
"license": "GPL v3+",
"homepage": "http://piwik.org",
"homepage": "https://matomo.org",
"require": {
"piwik": ">=3.8.0-rc2,<4.0.0-b1"
},
"support": {
"email": "hello@piwik.org",
"issues": "https://github.com/piwik/plugin-QueuedTracking/issues",
"forum": "https://forum.piwik.org",
"source": "https://github.com/piwik/plugin-QueuedTracking",
"wiki": "https://github.com/piwik/plugin-QueuedTracking/wiki"
"email": "hello@matomo.org",
"issues": "https://github.com/matomo-org/plugin-QueuedTracking/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/matomo-org/plugin-QueuedTracking",
"wiki": "https://github.com/matomo-org/plugin-QueuedTracking/wiki"
},
"authors": [
{
"name": "Piwik",
"email": "hello@piwik.org",
"homepage": "http://piwik.org"
"name": "Matomo",
"email": "hello@matomo.org",
"homepage": "https://matomo.org"
}
]
}

0 comments on commit 4cb575b

Please sign in to comment.