1. 08 May, 2019 1 commit
    • CDuv's avatar
      Adds quotes to Matomo/Piwik website ID · 38635c64
      CDuv authored
      When using Matomo/Piwik integration, only integer website IDs can be used.
      If using the "Protect Track ID" Matomo plugin (https://plugins.matomo.org/ProtectTrackID), website IDs are strings which the "_piwik.html.haml" layout file does not supports because it assumes "extra_config.piwik_site_id" variable contains an integer and prints it to JavaScript code without quotes.
      
      This commits surrounds "extra_config.piwik_site_id" variable with double quotes (") so that it works with both integers and strings.
      
      Issue: #61606
      38635c64
  2. 04 May, 2019 2 commits
  3. 03 May, 2019 34 commits
  4. 02 May, 2019 3 commits