Skip to content

Commit 6d8c543

Browse files
committed
Compatibility update
1 parent cdab671 commit 6d8c543

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Block/Adminhtml/Category/Tab/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @category MageVision
66
* @package MageVision_AdminCategoryProductThumbnail
77
* @author MageVision Team
8-
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
8+
* @copyright Copyright (c) 2025 MageVision (https://www.magevision.com)
99
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1010
*/
1111
declare(strict_types=1);

Block/Adminhtml/Category/Tab/Product/Grid/Renderer/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @category MageVision
66
* @package MageVision_AdminCategoryProductThumbnail
77
* @author MageVision Team
8-
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
8+
* @copyright Copyright (c) 2025 MageVision (https://www.magevision.com)
99
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1010
*/
1111
declare(strict_types=1);

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Admin Category Product Thumbnail Extension for Magento 2",
44
"keywords": ["Magento 2", "Admin Category", "Product Thumbnail", "Products in Category", "Magento Backend"],
55
"require": {
6-
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
6+
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0",
77
"magento/framework": "103.0.*",
88
"magento/module-backend": "102.0.*",
99
"magento/module-catalog": "104.0.*"
1010
},
1111
"type": "magento2-module",
12-
"version": "2.4.4",
12+
"version": "2.4.5",
1313
"license": [
1414
"OSL-3.0",
1515
"AFL-3.0"

etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @category MageVision
77
* @package MageVision_AdminCategoryProductThumbnail
88
* @author MageVision Team
9-
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
9+
* @copyright Copyright (c) 2025 MageVision (https://www.magevision.com)
1010
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1111
*/
1212
-->

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @category MageVision
77
* @package MageVision_AdminCategoryProductThumbnail
88
* @author MageVision Team
9-
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
9+
* @copyright Copyright (c) 2025 MageVision (https://www.magevision.com)
1010
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1111
*/
1212
-->

registration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @category MageVision
66
* @package MageVision_AdminCategoryProductThumbnail
77
* @author MageVision Team
8-
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
8+
* @copyright Copyright (c) 2025 MageVision (https://www.magevision.com)
99
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1010
*/
1111

0 commit comments

Comments
 (0)