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 8584086 commit e8dce7f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Block/Adminhtml/Category/Tab/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @category MageVision
* @package MageVision_AdminCategoryProductThumbnail
* @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
3 changes: 2 additions & 1 deletion Block/Adminhtml/Category/Tab/Product/Grid/Renderer/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @category MageVision
* @package MageVision_AdminCategoryProductThumbnail
* @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 @@ -39,6 +39,7 @@ public function __construct(
$this->imageHelper = $imageHelper;
parent::__construct($context, $data);
}

/**
* Renders grid column
*
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "Admin Category Product Thumbnail Extension for Magento 2",
"keywords": ["Magento 2", "Admin Category", "Product Thumbnail", "Products in Category", "Magento Backend"],
"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-backend": "101.0.*||102.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/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category MageVision
* @package MageVision_AdminCategoryProductThumbnail
* @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_AdminCategoryProductThumbnail
* @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_AdminCategoryProductThumbnail
* @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_AdminCategoryProductThumbnail',
__DIR__
);

0 comments on commit e8dce7f

Please sign in to comment.