Skip to content

Releases: studiobonito/silverstripe-google-analytics

v2.0.3

28 Apr 08:27
Compare
Choose a tag to compare

Google Analytics Module

Added

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

v2.0.2

17 Dec 16:12
Compare
Choose a tag to compare

Google Analytics Module

Added

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

v2.0.1

02 Sep 07:57
Compare
Choose a tag to compare

Google Analytics Module

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.

v2.0.0

10 Aug 14:58
Compare
Choose a tag to compare

Google Analytics Module

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().

v1.0.0

12 Mar 18:45
Compare
Choose a tag to compare

Google Analytics Module

Provides basic Google Analytics integration for SilverStripe CMS.

Requirements

  • SilverStripe 3.1 or newer.

Usage

The module provides a global template variable $GoogleAnalytics that can be used to insert the tracking code into any
page template. This global variable uses the tracking ID specified in the CMS in the Setings > Google Analytics tab.

Google suggests placing tracking code in your document <head> as in the example below. However this module leaves that
choice to the developer.

<head>
    <title>Example.com</title>
    $GoogleAnalytics
</head>

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The BSD-2-Clause License. Please see License File for more information.