Skip to content

Commit

Permalink
Compatibiliy update 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolakisae committed Apr 13, 2022
1 parent bf2c287 commit dbe3931
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Observer/AdminhtmlBlockHtmlBeforeObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @category MageVision
* @package MageVision_AdminCategoryProductLink
* @author MageVision Team
* @copyright Copyright (c) 2021 MageVision (http://www.magevision.com)
* @copyright Copyright (c) 2022 MageVision (http://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
declare(strict_types=1);
Expand Down Expand Up @@ -40,6 +40,7 @@ public function __construct(
*
* @param Observer $observer
* @return void
* @throws \Exception
*/
public function execute(Observer $observer)
{
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "Admin Category Product Link Extension for Magento 2",
"keywords": ["Magento 2", "Admin Category", "Product Link", "Edit Product"],
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0",
"magento/framework": "102.0.*||103.0.*",
"magento/module-catalog": "103.0.*||104.0.*"
},
"type": "magento2-module",
"version": "2.3.4",
"version": "2.4.0",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category MageVision
* @package MageVision_AdminCategoryProductLink
* @author MageVision Team
* @copyright Copyright (c) 2021 MageVision (http://www.magevision.com)
* @copyright Copyright (c) 2022 MageVision (http://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category MageVision
* @package MageVision_AdminCategoryProductLink
* @author MageVision Team
* @copyright Copyright (c) 2021 MageVision (http://www.magevision.com)
* @copyright Copyright (c) 2022 MageVision (http://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
-->
Expand Down
9 changes: 6 additions & 3 deletions registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
* @category MageVision
* @package MageVision_AdminCategoryProductLink
* @author MageVision Team
* @copyright Copyright (c) 2021 MageVision (http://www.magevision.com)
* @copyright Copyright (c) 2022 MageVision (http://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,

use Magento\Framework\Component\ComponentRegistrar;

ComponentRegistrar::register(
ComponentRegistrar::MODULE,
'MageVision_AdminCategoryProductLink',
__DIR__
);

0 comments on commit dbe3931

Please sign in to comment.