Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

80 lines (63 loc) · 3.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.1.0] - 2023-06-02

Added

  • Add uninstall.php to delete options when plugin is uninstalled.

3.0.1 - 2023-30-01

Fixed

  • Prevent SecurityErrors when access to window.localStorage is not allowed.

3.0.0 - 2022-05-09

Changed

  • Drop browser support for IE 11.
  • Add extra setting for measurement ID of a Google Analytics 4 property for dual tagging support. The previous setting now only supports a Universal Analytics property (IDs starting with UA-).

2.4.0 - 2021-04-22

Added

2.3.0 - 2020-11-17

Added

  • Support for Google Analytics 4 properties.

2.2.1 - 2020-09-10

Fixed

  • Prevent duplicate async attributes added by other plugins.

Added

  • Action link in the Plugins list table to settings page.
  • Allow to filter the additional config info passed to the config command via required_ga.additional_config_info.

Added

  • Support for disabling Analytics for opted-out users.
  • Layer for event tracking via HTML data attributes.

Fixed

  • Use correct API URL for translations via Traduttore.

Added

  • Support for translations with Traduttore via translate.required.com.

Changed

  • Start using global site tag (gtag.js) instead of analytics.js (Universal Analytics). See migration document before using 2.0.0.

1.2.0 - 2018-06-12

Changed

  • Remove the 'no-version' script data support. Instead pass null as version to prevent adding a version argument.

1.1.0 - 2018-06-11

Fixed

  • Fix fatal error when used in a project setup.

Changed

  • Rename package to required-google-analytics.

1.0.0 - 2018-06-11

Added

  • Enqueue Google's analytics.js (Universal Analytics) with async and DNS prefetching.