diff --git a/CHANGELOG.md b/CHANGELOG.md index ce8f745..e7121cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/1.0...1.1) - 2023-01-27 +### Added +- block section for add_to_basket js +- template block order positions + +### Changed +- switched price formatting + ## [1.0](https://git.d3data.de/D3Public/GoogleAnalytics4/compare/1.0...1.0) - 2023-01-20 ### Added - publication of app features \ No newline at end of file diff --git a/README.md b/README.md index a1c31dd..228ad5e 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,8 @@ Weiterführende Informationen: https://developers.google.com/analytics/devguides Dieses Paket erfordert einen mit Composer installierten OXID eShop in einer in der [composer.json](composer.json) definierten Version. -Bitte tragen Sie den folgenden Abschnitt in die `composer.json` Ihres Projektes ein: - -``` - "extra": { - optionale Anweisungen von 3rd-Party-Packages (z.B. Patch- oder Symlink-Anweisungen) - } -``` - Öffnen Sie eine Kommandozeile und navigieren Sie zum Stammverzeichnis des Shops (Elternverzeichnis von source und vendor). Führen Sie den folgenden Befehl aus. Passen Sie die Pfadangaben an Ihre Installationsumgebung an. - ```bash php composer require d3/google-analytics4:^1 ``` diff --git a/metadata.php b/metadata.php index 599d886..7bc3d9a 100755 --- a/metadata.php +++ b/metadata.php @@ -17,7 +17,7 @@ $aModule = [ Die Entwicklung basiert auf einem Fork von Marat Bedoev - Github-Link ", 'thumbnail' => 'thumbnail.png', - 'version' => '1.0.0.0', + 'version' => '1.1.0', 'author' => 'Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',