Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

51 lines (40 loc) · 1.39 KB

v1.5.0

05/10/2019

    • Add Google Analytics Opt Out Link and Callback Functions to disable tracking
    • Add capabilities to block address ranges and use a blocking cookie to opt in or opt out tracking
    • spanish added for Admin Panel
    • forceSsl: true as default
    • Added support for environment variabels

v1.4.0

01/04/2017

    • Preload the Google Analytics script asynchronously
    • Choose the code position in the HTML document (head or body)
    • Custom Cookie Configuration. Name, domain and expiration time are configurable.
    • Force SSL - Send all data using SSL, even from insecure (HTTP) pages
    • Improve plugin configuration with tab views.
    • Better use and configuration of the global object name. Please use objectName instead of renameGa.

v1.3.0

12/21/2016

    • Block IP addresses (Google Analytics code will not be embedded)
    • Added german translation
    • Fixed the date format in the changelog

v1.2.0

08/11/2016

    • Rename the global (ga) variable of the Google Analytics object
    • Enable the debug version of the analytics.js library + Trace Debugging

v1.1.0

08/02/2016

    • Anonymize the IP address sent to Google Analytics

v1.0.0

11/08/2015

    • GA Plugin started