Skip to content

Commit 2ced844

Browse files
authored
Add missing PHP version requirement (#58)
1 parent 191651a commit 2ced844

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Changelog
22

3-
### Unreleased
3+
### 5.0.3
44

5+
- Added the missing PHP version requirement to `plugin.json` to reflect the plugin's actual runtime requirement.
56
- Updated the connect guidance so only superusers see the OAuth2 client management link, while other users are told to contact a superuser.
67

78
### 5.0.2

plugin.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "McpServer",
33
"description": "Early preview: Connect Matomo to ChatGPT, Claude & MCP clients securely. Ask questions and get insights from your analytics instantly.",
4-
"version": "5.0.2",
4+
"version": "5.0.3",
55
"theme": false,
66
"wordpress-compatible": false,
77
"require": {
8-
"matomo": ">=5.8.0-rc1,<6.0.0-b1"
8+
"matomo": ">=5.8.0-rc1,<6.0.0-b1",
9+
"php": ">=8.1.0"
910
},
1011
"authors": [
1112
{

0 commit comments

Comments
 (0)