Skip to content

Commit

Permalink
Merge pull request #33 from Datatrics/release/1.6.3
Browse files Browse the repository at this point in the history
Release/1.6.3
  • Loading branch information
Marvin-Magmodules authored Oct 17, 2022
2 parents 76046d7 + b3ed3c6 commit 070f52c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Service/Pixel/TemplatePreparator.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private function applySimpleParameters(string $html, array $simple)
foreach ($simple as $key => $value) {
$html = str_replace(
sprintf('{{%s}}', $key),
$value,
(string)$value,
$html
);
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "datatrics/magento2-integration",
"description": "Datatrics Connect extension for Magento 2",
"type": "magento2-module",
"version": "1.6.2",
"version": "1.6.3",
"license": [
"BSD-2-Clause"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<default>
<datatrics_connect_general>
<general>
<version>v1.6.2</version>
<version>v1.6.3</version>
<enable>0</enable>
<source>Magento 2</source>
<debug>0</debug>
Expand Down

0 comments on commit 070f52c

Please sign in to comment.