diff --git a/dist/doofinder-p1.5-latest.zip b/dist/doofinder-p1.5-latest.zip index 21bf0ab..dd1ab24 100644 Binary files a/dist/doofinder-p1.5-latest.zip and b/dist/doofinder-p1.5-latest.zip differ diff --git a/doofinder.php b/doofinder.php index 0c5b2a0..08396a1 100644 --- a/doofinder.php +++ b/doofinder.php @@ -43,7 +43,7 @@ class Doofinder extends Module const GS_SHORT_DESCRIPTION = 1; const GS_LONG_DESCRIPTION = 2; - const VERSION = "1.5.13"; + const VERSION = "2.0.0"; const YES = 1; const NO = 0; diff --git a/package.json b/package.json index 2929652..b4591d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doofinder-for-prestashop", - "version": "1.5.13", + "version": "2.0.0", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.5.0", diff --git a/script.tpl b/script.tpl index b433384..efb9071 100644 --- a/script.tpl +++ b/script.tpl @@ -1,6 +1,6 @@ {if isset($script)} - {$script|html_entity_decode} + {$script|html_entity_decode:2:"UTF-8"} {/if} @@ -8,4 +8,4 @@ {$extra_css} -{/if} \ No newline at end of file +{/if}