Skip to content

Commit

Permalink
2.2.22 - use cdn for client side tracking script
Browse files Browse the repository at this point in the history
  • Loading branch information
bnayalivne committed Jul 23, 2018
1 parent 8f04e69 commit ecda7f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Model/Api/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ public function setConfig($mage_store_id, $configName, $scope, $newValue)
*/
public function getVersion()
{
return '2.2.21';
return '2.2.22';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lib-libxml": "*"
},
"type": "magento2-module",
"version": "2.2.21",
"version": "2.2.22",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Remarkety_Mgconnector" setup_version="2.2.21">
<module name="Remarkety_Mgconnector" setup_version="2.2.22">
</module>
</config>
2 changes: 1 addition & 1 deletion view/frontend/templates/general.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script>(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src = 'https://s3.amazonaws.com/downloads.remarkety.com/webtracking/remarkety.js';
g.src = 'https://d3ryumxhbd2uw7.cloudfront.net/webtracking/track.js';
s.parentNode.insertBefore(g, s);
}(document, 'script'));</script>
<?php endif; ?>

0 comments on commit ecda7f3

Please sign in to comment.