Skip to content

Latest commit

 

History

History
161 lines (100 loc) · 2.65 KB

File metadata and controls

161 lines (100 loc) · 2.65 KB

UTM Tracker 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 - 2026-07-29

Added

  • async tracking method to avoid responses being uncacheable (fixes #6)

Changed

  • craft.utmTracker.reportScript() is deprecated. Use the 'Asynchronous' setting instead.

3.0.6 - 2026-02-04

Fixed

  • Fix: Initializes storage property (thanks @john-henry)

3.0.5 - 2026-01-08

Fixed

  • Fix: Handle null values before passing to Template::raw() (thanks @DieterVanhove)

3.0.4 - 2025-12-17

Fixed

  • add custom email rendering for TrackedField (fixes #3)

3.0.3 - 2025-11-05

Fixed

  • fix query parameter select first option would not save into settings

3.0.2 - 2025-10-14

Fixed

  • fix query parameter select not showing at first

3.0.1 - 2025-10-14

Fixed

  • fix queryParameter must be of type string, null given

3.0.0 - 2024-03-05

Added

  • support for Craft 5

2.3.0 - 2024-01-16

Added

  • support for full page caching

Fixed

  • settings editableTableField column type

2.3.0 - 2024-01-16

Added

  • support for full page caching

Fixed

  • settings editableTableField column type

2.2.2 - 2023-08-10

Updated

  • new logo

1.4.2 - 2023-08-10

Updated

  • new logo

2.2.1 - 2023-02-16

Added

  • default value for Formie custom Field

1.4.1 - 2023-02-16

Added

  • default value for Formie custom Field

2.2.0 - 2022-10-11

Added

  • Formie custom Field

1.4.0 - 2022-10-11

Added

  • Formie custom Field

2.1.0 - 2022-10-10

Updated

  • UI settings cookieName and cookieLifetime
  • absoluteLandingUrl and landingUrl variable without querystring
  • more documentation
  • catch deserialization errors

1.3.1 - 2022-10-10

Updated

  • avoid typed property error

1.3.0 - 2022-10-10

Updated

  • UI settings cookieName and cookieLifetime
  • absoluteLandingUrl and landingUrl variable without querystring
  • more documentation
  • catch deserialization errors

2.0.1 - 2022-09-30

Updated

  • docs

2.0.0 - 2022-09-29

Added

  • Craft 4 support

1.2.1 - 2022-09-29

Fixed

  • error on empty referrer

1.2.0 - 2022-09-29

Updated

  • Escape inputs before storing

1.1.0 - 2022-09-29

Added

  • new config item 'cookieName': the name of the cookie (when used)
  • new config item 'cookieLifetime': lifetime of the cookie in seconds (when used)

1.0.3 - 2022-09-27

Updated

  • docs

1.0.2 - 2022-09-27

Updated

  • docs

1.0.1 - 2022-09-27

Updated

  • docs

1.0.0 - 2022-09-13

Added

  • Initial release