We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b0972a + c84dd2a commit 42f3d8dCopy full SHA for 42f3d8d
CHANGELOG.md
@@ -51,3 +51,5 @@
51
* Ensure console commands return integers
52
- 5.0.0
53
* Compatibility with Matomo 5
54
+- 5.0.1
55
+ * Added generate-visits-db command to directly insert visits into the db
plugin.json
@@ -1,6 +1,6 @@
1
{
2
"name": "VisitorGenerator",
3
- "version": "5.0.0",
+ "version": "5.0.1",
4
"description": "Developer tool that lets you generate fake visits. Useful if you are working with plugins or themes or if you use the Matomo API.",
5
"keywords": ["development", "tools"],
6
"license": "GPL v3+",
0 commit comments