Skip to content

Commit

Permalink
Confirmed Matomo 4 compliance.
Browse files Browse the repository at this point in the history
  • Loading branch information
KZeni committed Nov 25, 2020
1 parent 6f6937e commit 3129f46
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 37 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.2

- Confirmed Matomo 4 compliance.

## 0.2.1

- Better scoped the widget styles.
Expand All @@ -19,4 +23,4 @@

## 0.0.1

- Initial Release.
- Initial Release.
65 changes: 29 additions & 36 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,30 @@
{
"name": "SharpSpringWidgetByAmperage",
"version": "0.2.1",
"description": "Show SharpSpring info as a widget.",
"theme": false,
"keywords": [
"amperage",
"SharpSpring",
"Sharp Spring",
"CRM",
"leads",
"widget"
],
"license": "GPL v3+",
"homepage": "http:\/\/www.amperagemarketing.com",
"require": {
"piwik": ">=3.3.0-stable,<4.0.0-b1"
},
"support": {
"email": "[email protected]",
"issues": "https:\/\/github.com\/AMPERAGE-Marketing\/Matomo-SharpSpring-Widget\/issues",
"wiki": "https:\/\/github.com\/AMPERAGE-Marketing\/Matomo-SharpSpring-Widget\/wiki",
"source": "https:\/\/github.com\/AMPERAGE-Marketing\/Matomo-SharpSpring-Widget"
},
"authors": [
{
"name": "Amperage Marketing & Fundraising",
"email": "[email protected]",
"homepage": "http:\/\/www.amperagemarketing.com"
},
{
"name": "Kurt Zenisek",
"email": "[email protected]",
"homepage": "http:\/\/kzeni.com"
}
]
}
"name": "SharpSpringWidgetByAmperage",
"version": "0.2.2",
"description": "Show SharpSpring info as a widget.",
"theme": false,
"keywords": ["amperage", "SharpSpring", "Sharp Spring", "CRM", "leads", "widget"],
"license": "GPL v3+",
"homepage": "http://www.amperagemarketing.com",
"require": {
"piwik": ">=3.3.0-stable,<5.0.0-b1"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/AMPERAGE-Marketing/Matomo-SharpSpring-Widget/issues",
"wiki": "https://github.com/AMPERAGE-Marketing/Matomo-SharpSpring-Widget/wiki",
"source": "https://github.com/AMPERAGE-Marketing/Matomo-SharpSpring-Widget"
},
"authors": [
{
"name": "Amperage Marketing & Fundraising",
"email": "[email protected]",
"homepage": "http://www.amperagemarketing.com"
},
{
"name": "Kurt Zenisek",
"email": "[email protected]",
"homepage": "http://kzeni.com"
}
]
}

0 comments on commit 3129f46

Please sign in to comment.