Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Latest commit

 

History

History
252 lines (149 loc) · 6.16 KB

CHANGELOG.md

File metadata and controls

252 lines (149 loc) · 6.16 KB

Instant Analytics Changelog

1.1.19 - 2023.02.09

Changed

  • Use dynamic docker container name & port for the buildchain
  • Refactored the docs buildchain to use a dynamic docker container setup

1.1.18 - 2023.01.08

Changed

  • Updated the docs to use Vitepress ^1.0.0-alpha.29
  • Updated the buildchain to use Vite ^4.0.0

Fixed

  • Fixed an issue where eager loaded categories on Commerce products wouldn't appear in analytics (#58)

1.1.17 - 2022.09.21

Fixed

  • Fixed an exception that could be thrown if IA's settings in the CP were not filled in (#73)

1.1.16 - 2022.09.16

Changed

  • Updated how the Instant Analytics components are registered, to allow for overriding via plugin config (#1989)
  • Update the buildchain to use Vite ^3.1.0 for building frontend assets
  • Move to using ServicesTrait and add getter methods for services

1.1.15 - 2022.01.27

Fixed

  • Fixed an issue where craft-plugin-vite was not included as required (#65)

1.1.14 - 2022.01.12

Added

  • Add .gitattributes & CODEOWNERS
  • Add linting to build
  • Add compression of assets
  • Add bundle visualizer

1.1.13 - 2022.01.05

Changed

  • Switch to Node 16 via 16-alpine Docker tag by default
  • Update to Tailwind CSS ^3.0.0
  • Switched buildchain to Vite & craft-vite-plugin
  • Refactor to use TypeScript
  • Switched documentation system to VitePress
  • Use Textlint for the documentation
  • Build documentation automatically via GitHub action

Fixed

  • Use ${CURDIR} instead of pwd to be cross-platform compatible with Windows WSL2

1.1.12 - 2021.04.06

Added

  • Added make update to update NPM packages
  • Added make update-clean to completely remove node_modules/, then update NPM packages

Changed

  • More consistent makefile build commands
  • Use Tailwind CSS ^2.1.0 with JIT
  • Move settings from the composer.json “extra” to the plugin main class
  • Move the manifest service registration to the constructor

1.1.11 - 2021.03.03

Changed

  • Dockerized the buildchain, using craft-plugin-manifest for the webpack HMR bridge

1.1.10 - 2021.02.15

Changed

  • Verify if purchasable exists before getting its title
  • Updated to webpack 5 buildchain

1.1.9 - 2020.09.02

Added

  • Stash the various utm settings in local storage to allow proper attribution from Commerce events

Fixed

  • Set alternative title if item is not a Product (such as a donation)

1.1.8 - 2020.09.02

Fixed

  • Instant Analytics will no longer attempt to create its own clientId by default, instead deferring to obtaining clientId from the GA cookie. Analytics data will not be sent if there is no clientId, preventing it from creating duplicate usersessions

1.1.7 - 2020.04.16

Fixed

  • Fixed Asset Bundle namespace case

1.1.6 - 2020.04.06

Changed

  • Updated to latest npm dependencies via npm audit fix for both the primary app and the docs
  • Updated deprecated functions for Commerce 3

Fixed

  • Fixed an issue where an error would be thrown if a brand field didn't exist for a given Product Type

1.1.5 - 2020.02.05

Fixed

  • Fixed the logic used checking the Create GCLID Cookie setting by removing the not !

1.1.4 - 2020.01.15

Added

  • Added Create GCLID Cookie setting to control whether ID creates cookies or not

1.1.3 - 2019.11.25

Added

  • Add currency code to transaction event

Changed

  • Replace use of order number (UID) with the much more human friendly order reference
  • Documentation improvements

1.1.2 - 2019.11.01

Changed

  • Fixed an issue that would cause it to throw an error on the settings page if you didn't have ImageOptimized installed

1.1.1 - 2019.09.27

Changed

  • Fixed an issue on the Settings page where it would blindly pass in null values to getLayoutById()
  • If you're using Craft 3.1, Instant Analytics will use Craft environmental variables for secrets
  • Fixed an issue where get_class() was passed a non-object
  • Updated Twig namespacing to be compliant with deprecated class aliases in 2.7.x
  • Updated build system and package.json deps as per npm audit

1.1.0 - 2018.11.19

Added

  • Added Craft Commerce 2 support for automatic sending of Google Analytics Enhanced eCommerce events

Changed

  • Retooled the JavaScript build system to be more compatible with edge case server setups

1.0.11 - 2018.10.05

Changed

  • Updated build process

1.0.10 - 2018.08.25

Changed

  • Fixed an issue integrating with SEOmatic

1.0.9 - 2018.08.25

Changed

  • Fixed an issue where the return type-hinting was incorrect
  • Handle cases where a null IAnalytics object is returned

1.0.8 - 2018.08.24

Changed

  • Fixed an issue where manually using the {% hook isSendPageView %} would throw an error

1.0.7 - 2018.08.24

Added

  • Added welcome screen after install
  • Automatically set the documentTitle from the SEOmatic <title> tag, if SEOmatic is installed
  • Automatically set the affiliation from the SEOmatic site name, if SEOmatic is installed

Changed

  • Lots of code cleanup
  • Moved to a modern webpack build config for the Control Panel
  • Added install confetti

1.0.6 - 2018.03.22

Added

  • Send only the path, not the full URL to Google Analytics via eventTrackingUrl()
  • Gutted the Commerce service, pending Craft Commerce 2

1.0.5 - 2018.02.01

Added

  • Renamed the composer package name to craft-instantanalytics

1.0.4 - 2018.01.10

Changed

  • Set the documentPath for events, too

1.0.3 - 2018.01.08

Changed

  • Fixed an issue with parsing of the _ga_ cookie

1.0.2 - 2018.01.02

Changed

  • Fixed the eventTrackingUrl to work properly

1.0.1 - 2017.12.06

Changed

  • Updated to require craftcms/cms ^3.0.0-RC1
  • Switched to Craft::$app->view->registerTwigExtension to register the Twig extension

1.0.0 - 2017-10-27

Added

  • Initial release