datalayer 2.0.1

Bug fixes

This minor release fixes an issue that made pages uncachable by converting to a lazy builder for including the datalayer

tag.
  • [#3345817] Pages are uncacheable because of the cache context user

datalayer 2.0.0

Initial stable release of the 2.x branch. This is identical to the 2.0.0-rc1 release.

datalayer 2.0.0-rc1

Initial Drupal 10 compatible release.

Same as 8.x-1.0 but updated to remove deprecated code and make the module compatible with Drupal ^9.4 and ^10.

Issues:

- #3286898: Drupal 10 compatibility. Thanks @neclimdul, @fgm, @PapaGrande, and everyone else for your input and contributions.

Creating a release candidate to allow for the possibility of any new Drupal 10 related bugs. Planning to create a stable release in the near future if no new issues are found.

datalayer 2.0.x-dev

Development branch for 2.0.x version. Includes support for Drupal ^9.4 or ^10.

Future feature additions to the module will happen in this branch.

datalayer 8.x-1.0

Bug fixes

8.x-1.0 - Stable - thank you to everyone who has helped fix report bugs and fix issues in order to get a stable release of this module out.

Changes since 8.x-1.0-beta3

datalayer 8.x-1.0-beta3

Bug fixes
New features

Resolves most outstanding bugs in the 8.x-1.x branch. Including all of those blocking an 8.x-1.0 stable release. And adds a whole bunch of tests.

This release, 8.x-1.x-beta3, should be the last release before a 1.0 stable release. Still working on possible resolutions to #2940811 Update field output to always be an array to allow for multivalue fields which has the potential to break existing integration with 3rd party services. Please weigh in on that issue if you're using the exposed fields feature of the module.

datalayer 7.x-1.1

Bug fixes

Remove common Drupal.dlHelper, this is not recommended.

datalayer 7.x-1.0

Bug fixes
New features

datalayer 7.x-1.0-beta3

Bug fixes
  • Better handle special entity properties for all cases.
  • Avoid PHP notice on user pages.

datalayer 7.x-1.0-beta2

Bug fixes
New features
  • Fix compatibility with Libraries 2.0
  • Update function names:
    • datalayer_add()
    • hook_datalayer_meta()
    • my_module_datalayer_alter()
  • Update global entity property variable name: datalayer_global_entity_meta
  • Generalized id and title for all entities
  • Avoid including bundle entirely when not present
  • handle that users lack a label entity info
Subscribe with RSS Subscribe to Releases for dataLayer