Skip to content

Commit

Permalink
Deprecation notice added. Marketplace requirement added.
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Aug 4, 2020
1 parent eb6ee3e commit 23b3d04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Controller/Adminhtml/Installer/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ public function __construct(
*/
public function execute()
{
$this->messageManager->addNotice(__(
'Module manager is deprecated. Please use System > Tools > Marketplace instead.'
));

/** @var \Magento\Backend\Model\View\Result\Page $resultPage */
$resultPage = $this->resultPageFactory->create();
$resultPage->setActiveMenu('Swissup_Core::module_manager');
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"type": "magento2-module",
"version": "1.10.3",
"license": "OSL-3.0",
"require": {
"swissup/module-marketplace": "^1.7"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
Expand Down

0 comments on commit 23b3d04

Please sign in to comment.