Skip to content

Commit

Permalink
Fix for version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ihorvansach committed Nov 29, 2021
1 parent 4ec6ecf commit 1064e1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Block/Adminhtml/ConflictList.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ final public function isEnabled()
return (bool)$this->objectManager->get(\Magento\Framework\App\Config\ScopeConfigInterface::class)
->getValue(
'mfconflictdetector/general/enabled',
\Magento\Store\Model\ScopeInterface::SCOPE_STORE,
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
);
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"magefan/module-community" : ">=2.1.6"
},
"type": "magento2-module",
"version": "2.1.0",
"version": "2.1.1",
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magefan_ConflictDetector" setup_version="2.1.0">
<module name="Magefan_ConflictDetector" setup_version="2.1.1">
<sequence>
<module name="Magefan_Community"/>
</sequence>
Expand Down

0 comments on commit 1064e1a

Please sign in to comment.