Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
some bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoslado committed Apr 5, 2017
1 parent 8ddbb8b commit ec5cd30
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified dist/doofinder-p1.5-latest.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion doofinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Doofinder extends Module

const GS_SHORT_DESCRIPTION = 1;
const GS_LONG_DESCRIPTION = 2;
const VERSION = "2.2.0";
const VERSION = "2.2.1";
const YES = 1;
const NO = 0;

Expand Down
2 changes: 1 addition & 1 deletion feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function slugify($text)
foreach($attr_groups as $a_group){
$a_group_name = str_replace('-','_',Tools::str2url($a_group['name']));
if(isset($row['attributes_'.$a_group_name])){
echo str_replace(",", "/", TXT_SEPARATOR.dfTools::cleanString($row['attributes_'.$a_group_name]));
echo TXT_SEPARATOR.dfTools::cleanString($row['attributes_'.$a_group_name]);
}else{
echo TXT_SEPARATOR;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doofinder-for-prestashop",
"version": "2.2.0",
"version": "2.2.1",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
Expand Down

0 comments on commit ec5cd30

Please sign in to comment.