From 5224989ee2dc4f45109a4edae51e7242f3a8c402 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Tue, 1 Sep 2020 20:22:07 +0200 Subject: [PATCH] opened github issues --- data.yaml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ template.html | 5 +++++ 2 files changed, 56 insertions(+) diff --git a/data.yaml b/data.yaml index a517abb..c2dbd57 100644 --- a/data.yaml +++ b/data.yaml @@ -3,9 +3,60 @@ AOM: AOM doesn't seem to be maintained anymore + GoogleAuthenticator: note: This plugin is now replaced with a core feature. supports4: true IntranetGeoIP: issue: https://github.com/ThaDafinser/Piwik-IntranetGeoIP/issues/44 + +BotTracker: + issue: https://github.com/Thomas--F/BotTracker/issues/66 + +CustomOptOut: + issue: https://github.com/Zeichen32/PiwikCustomOptOut/issues/62 + +LiveTab: + issue: https://github.com/tsteur/matomo-livetab-plugin/issues/5 + +LoginHttpAuth: + issue: https://github.com/matomo-org/plugin-LoginHttpAuth/issues/26 + note: > +
+ We are only supporting this plugin up to Matomo 3 and we will no longer support it as part of Matomo 4 due to little usage. + If you are interested in maintaining this plugin and making it compatible with Matomo 4 please get in touch. +
+ +Ip2Hostname: + issue: https://github.com/ThaDafinser/Piwik-Ip2Hostname/issues/6 + +FacebookPageWidgetByAmperage: + issue: https://github.com/AMPERAGE-Marketing/Matomo-Facebook-Page-Widget/issues/2 + +RerUserDates: + issue: https://github.com/RegioneER/RerUserDates/issues/15 + +ExcludeByDDNS: + issue: https://github.com/sgiehl/piwik-plugin-ExcludeByDDNS/issues/21 + +HidePasswordReset: + issue: https://github.com/jbrule/matomoplugin-HidePasswordReset/issues/2 + +TrackingCodeCustomizer: + issue: https://github.com/jbrule/piwikplugin-TrackingCodeCustomizer/issues/5 + +AdminNotification: + issue: https://github.com/jbrule/piwikplugin-AdminNotification/issues/5 + +FreeMobileMessaging: + issue: https://github.com/apapillon/piwik-freemobilesmsprovider-plugin/issues/4 + +SharpSpringWidgetByAmperage: + issue: https://github.com/AMPERAGE-Marketing/Matomo-SharpSpring-Widget/issues/1 + +ShortcodeTracker: + issue: https://github.com/mgazdzik/plugin-ShortcodeTracker/issues/37 + +DevicePixelRatio: + issue: https://github.com/johsin18/DevicePixelRatioMatomoPlugin/issues/1 diff --git a/template.html b/template.html index 0dc1b7d..9a8d94f 100644 --- a/template.html +++ b/template.html @@ -48,6 +48,11 @@ footer span, footer a { display: block; } + + .blockquote { + border-left: solid 5px #515050; + padding-left: 10px; + }