diff --git a/Helper/TrustpilotPluginStatus.php b/Helper/TrustpilotPluginStatus.php old mode 100644 new mode 100755 diff --git a/Model/Config.php b/Model/Config.php index 2c9be09..41a4859 100755 --- a/Model/Config.php +++ b/Model/Config.php @@ -16,7 +16,7 @@ class Config const TRUSTPILOT_GENERAL_CONFIGURATION = 'general'; const TRUSTPILOT_TRUSTBOX_CONFIGURATION = 'trustbox'; const TRUSTPILOT_INTEGRATION_KEY = 'key'; - const TRUSTPILOT_PLUGIN_VERSION = '2.6.502'; + const TRUSTPILOT_PLUGIN_VERSION = '2.6.519'; const TRUSTPILOT_SCRIPT = 'TrustpilotScriptUrl'; const TRUSTPILOT_INTEGRATION_APP = 'IntegrationAppUrl'; const TRUSTPILOT_WIDGET_SCRIPT = 'WidgetScriptUrl'; @@ -27,9 +27,9 @@ class Config const TRUSTPILOT_SCRIPT_URL = 'https://invitejs.trustpilot.com/tp.min.js'; const TRUSTPILOT_INTEGRATION_APP_URL = '//ecommscript-integrationapp.trustpilot.com'; const TRUSTPILOT_WIDGET_SCRIPT_URL = '//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js'; - const TRUSTPILOT_PREVIEW_SCRIPT_URL = '//ecommplugins-scripts.trustpilot.com/v2.1/js/preview.js'; - const TRUSTPILOT_PREVIEW_CSS_URL = '//ecommplugins-scripts.trustpilot.com/v2.1/css/preview.css'; - const TRUSTPILOT_TRUSTBOX_PREVIEW_URL = '//ecommplugins-trustboxpreview.trustpilot.com/v1.0/trustboxpreview.js'; + const TRUSTPILOT_PREVIEW_SCRIPT_URL = '//ecommplugins-scripts.trustpilot.com/v2.1/js/preview.min.js'; + const TRUSTPILOT_PREVIEW_CSS_URL = '//ecommplugins-scripts.trustpilot.com/v2.1/css/preview.min.css'; + const TRUSTPILOT_TRUSTBOX_PREVIEW_URL = '//ecommplugins-trustboxpreview.trustpilot.com/v1.0/trustboxpreview.min.js'; const TRUSTPILOT_IS_FROM_MARKETPLACE = 'false'; const TRUSTPILOT_PRODUCT_ID_PREFIX = 'TRUSTPILOT_SKU_VALUE_'; } diff --git a/composer.json b/composer.json index 144cde1..5d0ba46 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "trustpilot/module-reviews", "description": "The Trustpilot Review extension makes it simple and easy for merchants to collect reviews from their customers to power their marketing efforts, increase sales conversion, build their online reputation and draw business insights.", "type": "magento2-module", - "version": "2.6.502", + "version": "2.6.519", "license": [ "OSL-3.0" ], diff --git a/view/adminhtml/layout/default.xml b/view/adminhtml/layout/default.xml index 4551401..94ad3c6 100755 --- a/view/adminhtml/layout/default.xml +++ b/view/adminhtml/layout/default.xml @@ -2,7 +2,7 @@ -