Welcome to mirror list, hosted at ThFree Co, Russian Federation.

changes.json « ExamplePlugin « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1a4e4d85e3649f0576bb917926c2b360c85dbc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
  {
    "title":       "New feature x added",
    "description": "Now you can do a with b like this",
    "link_name":   "For more information go here",
    "link":        "https://www.matomo.org",
    "version":     "4.0.2"
  },
  {
    "title":       "New feature y added",
    "description": "Now you can do c with d like this.",
    "version":     "4.0.1"
  }
]