Skip to content

Commit

Permalink
add compatibility for magento 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-sss committed Aug 17, 2020
1 parent 89618f6 commit 00064e1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 87 deletions.
55 changes: 0 additions & 55 deletions Plugin/AddPromotionToConfigPlugin.php

This file was deleted.

6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
### Version 2.1.11

- **Fix**: Add review summary to collection
- **Fix**: Use product small image from cache for the search popup
- **Fix**: Use product small image from cache for the search popup

### Version 2.1.12
- Add composer compatibility for magento 2.4
- Remove promotion from the config setting section
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "mageworx/module-searchsuiteautocomplete",
"description": "Search Suite Autocomplete extension by MageWorx for Magento 2",
"require": {
"magento/framework": ">=100.0.0 <103",
"magento/module-catalog": ">=100.0.0 <104",
"magento/framework": ">=100.0.0 <104",
"magento/module-catalog": ">=100.0.0 <105",
"magento/module-search": ">=100.0.0 <102"
},
"type": "magento2-module",
"version": "2.1.11",
"version": "2.1.12",
"license": "GPL-3.0",
"authors": [
{
Expand All @@ -25,4 +25,4 @@
"MageWorx\\SearchSuiteAutocomplete\\": ""
}
}
}
}
9 changes: 0 additions & 9 deletions etc/adminhtml/di.xml

This file was deleted.

18 changes: 0 additions & 18 deletions view/adminhtml/templates/promotion.phtml

This file was deleted.

0 comments on commit 00064e1

Please sign in to comment.