Skip to content

Commit

Permalink
fix: matomo feed tracking id
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Jul 29, 2020
1 parent c286140 commit 84ed73d
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 47 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mauricerenck/podcaster",
"version": "1.2.6",
"version": "1.2.7",
"description": "A Kirby Podcast Plugin",
"type": "kirby-plugin",
"license": "MIT",
Expand Down
93 changes: 49 additions & 44 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
}

if ($podcast->podcasterMatomoFeedEnabled()->isTrue()) {
$matomoUtils = new PodcasterStatsMatomo($podcast->podcasterMatomoSiteId());
$matomoUtils = new PodcasterStatsMatomo($podcast->podcasterMatomoFeedSiteId());
$matomoUtils->trackFeedDownload($podcast);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podcaster",
"version": "1.2.6",
"version": "1.2.7",
"description": "A Kirby Podcast Plugin",
"main": "index.js",
"author": "Maurice Renck",
Expand Down

0 comments on commit 84ed73d

Please sign in to comment.