Skip to content

Latest commit

 

History

History
executable file
·
41 lines (30 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

executable file
·
41 lines (30 loc) · 1.41 KB

Changelog

All Notable changes to studiobonito/silverstripe-google-analytics will be documented in this file.

2.0.3 - 2016-04-28

Added

  • Updated module to work with SilverStripe CMS 3.x.

2.0.2 - 2015-12-17

Added

  • Updated module to work with SilverStripe CMS 3.2.
  • Included .editorconfig file.

2.0.1 - 2015-09-02

Added

  • Added PHP 7 and PHP 5.3 with lowest dependencies to test suite.

Changed

  • Increased the minimum version for silverstripe-framework and silverstripe-cms to 3.1.2.

Fixed

  • Removed branch-alias from composer.json.

2.0.0 - 2015-08-10

Changed

  • Moved Google Analytics tab inside Services tab to reduce SiteConfig clutter.
  • Removed Google Analytics prefix from field label.

Removed

  • Removed GoogleAnalyticsViewID field from GoogleAnalyticsSiteConfigExtension.

Fixed

  • Added PHPDoc comment for GoogleAnalyticsSiteConfigExtension->updateCMSFields().