Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

78 lines (59 loc) · 2.23 KB

v2.1.0

06/19/2023

    • Added "Do Not Track" header support which is enabled by default
    • Fixed opt-out dialog output when confirmation message contains quotes
    • Fixed opt-out section title translation
    • Fixed an issue which prevented being able to install this plugin via bin/gpm direct-install command

v2.0.0

06/09/2023

    • BREAKING CHANGE! The plugin now uses Google Analytics 4 API, which is not compatible with an old Universal Analytics functionality. You must migrate your existing Universal Analytics properties to Google Analytics 4 data streams before performing the upgrade. Please, read upgrade section in the README file for the detailed steps.

v1.5.2

03/10/2023

    • Fixed changelog formating

v1.5.1

03/10/2023

    • Fix previously broken 1.5.0 release

v1.5.0

09/22/2019

    • Added support for environment variables
    • Add capabilities to block address ranges and use a blocking cookie
    • Opt out code added
    • Changes for General Data Protection Regulation (GDPR)

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