Skip to content

Latest commit

 

History

History
108 lines (78 loc) · 3.07 KB

CHANGELOG.md

File metadata and controls

108 lines (78 loc) · 3.07 KB

Changelog

CustomOptOut 3.0.0

  • Matomo 5 compatibility
  • Add deprecation notice

CustomOptOut 2.0.4

  • Update translation

CustomOptOut 2.0.3

  • Update translation

CustomOptOut 2.0.2

  • Update translation

CustomOptOut 2.0.1

  • Update translations
  • Mantoma 4 compatibility

CustomOptOut 2.0.0

  • Matomo 4 compatibility
  • Fix spelling issue

CustomOptOut 1.0.2, 1.0.3 (HotFix)

CustomOptOut 1.0.1

  • Fix settings listener

CustomOptOut 1.0.0

  • The first stable final version
  • Drop support for Piwik <= 3.0.0-b1
  • Add support for injecting javascript to the OptOut View
  • Update CodeMirror Editor

CustomOptOut 0.4.3:

  • (Issue #43) Add new feature to inject Javascript to the OptOut iFrame.
  • Update CodeMirror Editor

CustomOptOut 0.4.2:

  • (Issue #41) Add missing "readableByCurrentUser" property

CustomOptOut 0.4.1:

  • (Issue #38) Add new plugin setting options to define default css styles.

CustomOptOut 0.4.0:

  • Use new OptOutManager
  • Drop support for Piwik < 2.15.0
  • Use piwiks default OptOutView and Controller

CustomOptOut 0.3.1:

  • (Issue #32) Use idsite instead of idSite parameter
  • (Issue #33) Loose site id between switching Opt Out states

CustomOptOut 0.3.0:

  • Use the new OptOut Manager, so this Plugin can change the style of the core OptOut View
  • Update Transifex translations
  • Update CodeMirror Editor

CustomOptOut 0.2.5: (HotFix)

  • Fix CodeMirror Editor Textarea with large css code
  • Fix invalid html in optout template

CustomOptOut 0.2.4:

CustomOptOut 0.2.3:

  • (Issue #22) Remove escaping from externel css url
  • Fix PluginSettings

CustomOptOut 0.2.2: (HotFix)

CustomOptOut 0.2.1:

  • (Issue #21) Remove possibility to change opt-out text for each website (Breaking Changes in Piwik 2.11.0)

CustomOptOut 0.2.0:

  • Add possibility to change opt-out text for each website

CustomOptOut 0.1.9:

CustomOptOut 0.1.8:

  • (MR #15) Make the opt-out form work even if JavaScript is disabled (craue)

CustomOptOut 0.1.7:

  • (MR #14) Update Readme (kghbln)

CustomOptOut 0.1.6:

CustomOptOut 0.1.5: (HotFix)

  • (Issue #6) Disable AngularJs form binding

CustomOptOut 0.1.4:

  • (Issue #3) Code updated to support Piwik 2.1 and newer
  • (Issue #2) Allow relative urls in css file field

CustomOptOut 0.1.3:

  • (MR #1) Added a p-tag around the opt-out text for better markup and easier styling. (christianseel)

CustomOptOut 0.1.2:

  • Fix wrong css escaping

CustomOptOut 0.1.1:

  • Initial Version