Skip to content

Commit

Permalink
SDK-611 - 1.2.6 release - update Smartpixel to 6.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stiegi committed Sep 16, 2024
1 parent f6e25f3 commit 9f60e15
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 155 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@

# 1.2.6
- Default Robots.txt Unreachable fix
- Update Smartpixel to 6.4.5
2 changes: 1 addition & 1 deletion Helper/TrackingScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TrackingScript
*/
public static function generateJS($config, $productId, $storeCode)
{
$_psVersion = "1.2.4";
$_psVersion = "1.2.6";

$requireArray = "'jquery'";
$requireArgument = "$";
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,8 @@ set-version:
sed -i 's/"version":\s*"[^"]*"/"version": "$(version)"/' ./composer.json
sed -i 's/psVersion\s=\s"[0-9]\+.[0-9]\+.[0-9]\+";/psVersion = "$(version)";/' ./Helper/TrackingScript.php

update-smartpixel:
curl https://raw.githubusercontent.com/mapp-digital/Webtrekk-Smart-Pixel/master/packages/core/dist/smart-pixel.min.js --output ./view/frontend/web/js/smartpixel.min.js

zip:
bash ./zip.sh
Loading

0 comments on commit 9f60e15

Please sign in to comment.