Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Dec 12, 2022
1 parent e199ab4 commit 5a7bae3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

**Also see: https://www.yireo.com/software/magento-extensions/googletagmanager2**

Version 3.0 and up include only support for GA4.

**Currently, the `Yireo_GoogleTagManager2` module is being refactored heavily: The architecture is redesigned, GA4 support is being added, GA3 support (aka UA/EE) is being removed, click-events are added and overall there is a huge extensibility being added. The refactoring will come available under a new major version 3 and the development takes place in the `3.0-dev` branch of this extension. To get started with this easily, first add this GitHub repository as a new composer repository using the command `composer config repositories.yireo-magento2-googletagmanager2 git https://github.com/yireo/Yireo_GoogleTagManager2/`. Next, edit your project its `composer.json` file and make sure the entry for this repository is located before the main Magento sources (Mage-OS mirror or Magento Marketplace). Next, require the development package via `composer require yireo/magento2-googletagmanager2:dev-3.0-dev`.**
Currently, the `Yireo_GoogleTagManager2` module has been refactored heavily: The architecture is redesigned, GA4
support is being added, GA3 support (aka UA/EE) is being removed, click-events are added and overall there is a huge
extensibility being added. The refactoring has come available under a new major version 3. If you were not using this
extension yet, you can just proceed with the composer installation which will pick this new version. If you were
using major version 2 in the past, change your `composer.json` to use the new version `^3.0` and then use `composer
update` to upgrade.**

[![Latest Stable Version](https://poser.pugx.org/yireo/magento2-googletagmanager2/v)](//packagist.org/packages/yireo/magento2-googletagmanager2) [![Total Downloads](https://poser.pugx.org/yireo/magento2-googletagmanager2/downloads)](//packagist.org/packages/yireo/magento2-googletagmanager2) [![License](https://poser.pugx.org/yireo/magento2-googletagmanager2/license)](//packagist.org/packages/yireo/magento2-googletagmanager2)

Expand Down

0 comments on commit 5a7bae3

Please sign in to comment.