Skip to content

Commit

Permalink
Merge pull request #1220 from podverse/develop
Browse files Browse the repository at this point in the history
Release v4.15.5
  • Loading branch information
mitchdowney committed Dec 7, 2023
2 parents d5dacf6 + 0383cc7 commit 22f0248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podverse-web",
"version": "4.15.4",
"version": "4.15.5",
"description": "Web app for the Podverse podcast clip sharing ecosystem",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ function MyApp({ Component, pageProps }) {
})
}

initializeMatomo()
if (!isEmbedPage) {
initializeMatomo()
matomoTrackPageView()
}
}
Expand Down

0 comments on commit 22f0248

Please sign in to comment.