diff --git a/CHANGELOG.md b/CHANGELOG.md index 36d14e5..c5a25a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,3 +65,6 @@ * Started generating AI referrer URLs - 5.1.3 - 2025-09-01 * Fix for generation of ecommerce order ID 0 +- 5.1.4 - 2025-11-10 + * Randomly mark visits as NovaAct agent also + * Added new command to send fake AI Bot Requests diff --git a/plugin.json b/plugin.json index 2aa08f7..c3f6ce0 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "VisitorGenerator", - "version": "5.1.3", + "version": "5.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.", "keywords": ["development", "tools"], "license": "GPL v3+",