Skip to content

Commit

Permalink
Updated version file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kharanenka committed Oct 18, 2019
1 parent ea48fc1 commit 0627eba
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions classes/import/ImportBrandModelFromCSV.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,5 @@ protected function processModelObject()
{
$this->importPreviewImage();
$this->importImageList();

parent::processModelObject();
}
}
2 changes: 0 additions & 2 deletions classes/import/ImportCategoryModelFromCSV.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ protected function processModelObject()

$this->importPreviewImage();
$this->importImageList();

parent::processModelObject();
}

/**
Expand Down
2 changes: 0 additions & 2 deletions classes/import/ImportOfferModelFromCSV.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ protected function processModelObject()
{
$this->importPreviewImage();
$this->importImageList();

parent::processModelObject();
}

/**
Expand Down
2 changes: 0 additions & 2 deletions classes/import/ImportProductModelFromCSV.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ protected function processModelObject()
$this->importImageList();

$this->syncAdditionalCategoryList();

parent::processModelObject();
}

/**
Expand Down
2 changes: 1 addition & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
1.22.5:
- 'Fixed bug with deactivating items in import from XML files.'
1.23.0:
- 'Added annotations for integration with Digital product for Shopaholic plugin.'
- 'Added ability to show catalog with active price type. Added annotations for integration with Digital product for Shopaholic plugin.'

0 comments on commit 0627eba

Please sign in to comment.