Skip to content

Commit

Permalink
Compatibility update 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolakisae committed Sep 6, 2022
1 parent ec4889c commit 9b7c45d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Model/Carrier/Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @category MageVision
* @package MageVision_FreeShippingAdmin
* @author MageVision Team
* @copyright Copyright (c) 2022 MageVision (http://www.magevision.com)
* @copyright Copyright (c) 2022 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
declare(strict_types=1);
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"magento/module-store": "101.0.*||101.1.*"
},
"type": "magento2-module",
"version": "2.4.0",
"version": "2.4.1",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand All @@ -26,7 +26,7 @@
"authors": [
{
"name": "MageVision Team",
"homepage": "http://www.magevision.com/",
"homepage": "https://www.magevision.com/",
"email": "info@magevision.com"
}
],
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category MageVision
* @package MageVision_FreeShippingAdmin
* @author MageVision Team
* @copyright Copyright (c) 2022 MageVision (http://www.magevision.com)
* @copyright Copyright (c) 2022 MageVision (https://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/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category MageVision
* @package MageVision_FreeShippingAdmin
* @author MageVision Team
* @copyright Copyright (c) 2022 MageVision (http://www.magevision.com)
* @copyright Copyright (c) 2022 MageVision (https://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_FreeShippingAdmin
* @author MageVision Team
* @copyright Copyright (c) 2022 MageVision (http://www.magevision.com)
* @copyright Copyright (c) 2022 MageVision (https://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 registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @category MageVision
* @package MageVision_FreeShippingAdmin
* @author MageVision Team
* @copyright Copyright (c) 2022 MageVision (http://www.magevision.com)
* @copyright Copyright (c) 2022 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

Expand Down

0 comments on commit 9b7c45d

Please sign in to comment.