Skip to content

Commit c5229bf

Browse files
authored
Flag plugin as WordPress incompatible (#32)
1 parent 7f6c6ec commit c5229bf

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### 5.0.1
4+
5+
- Marked the plugin as not compatible with WordPress installations of Matomo
6+
37
### 5.0.0
48

59
- Initial release

plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "McpServer",
33
"description": "Early preview: connect AI assistants and MCP clients to Matomo with secure access to sites, reports, goals, segments, and dimensions.",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"theme": false,
6+
"wordpress-compatible": false,
67
"require": {
78
"matomo": ">=5.8.0-rc1,<6.0.0-b1"
89
},

0 commit comments

Comments
 (0)