Skip to content

Commit f4b9411

Browse files
committed
Update company url to https
1 parent e28c05d commit f4b9411

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

Model/Accessory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\LinkProduct\Model;

Model/Product/CopyConstructor/Accessory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\LinkProduct\Model\Product\CopyConstructor;

Model/Product/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\LinkProduct\Model\Product;

Model/ProductLink/CollectionProvider/Accessory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\LinkProduct\Model\ProductLink\CollectionProvider;

Plugin/CatalogImportExport/Model/Import/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\LinkProduct\Plugin\CatalogImportExport\Model\Import;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="http://www.magepal.com" title="Top Magento 2 Extension Provider" ><img src="https://image.ibb.co/dHBkYH/Magepal_logo.png" width="100" align="right" alt="Magento Extension Provider" /></a>
1+
<a href="https://www.magepal.com" title="Top Magento 2 Extension Provider" ><img src="https://image.ibb.co/dHBkYH/Magepal_logo.png" width="100" align="right" alt="Magento Extension Provider" /></a>
22

33
## Custom Product Relation Sample Extension for Magento 2.2.x and 2.3.x (with zero class rewrite or hacks)
44

Setup/InstallSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\LinkProduct\Setup;

Ui/DataProvider/Product/Form/Modifier/Accessory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\LinkProduct\Ui\DataProvider\Product\Form\Modifier;

Ui/DataProvider/Product/Related/AccessoryDataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | [email protected]
5+
* https://www.magepal.com | [email protected]
66
*/
77

88
namespace MagePal\LinkProduct\Ui\DataProvider\Product\Related;

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
{
1515
"name": "Renon Stewart",
1616
"email": "[email protected]",
17-
"homepage": "http://www.magepal.com/",
17+
"homepage": "https://www.magepal.com/",
1818
"role": "Leader"
1919
}
2020
],
2121
"require": {
22-
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0",
22+
"php": "~7.4.0|~8.1.0|~8.2.0|~8.3.0",
2323
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
2424
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
2525
"magepal/magento2-core": ">=1.1.11"
2626
},
2727
"type": "magento2-module",
28-
"version": "1.1.7",
28+
"version": "1.1.8",
2929
"autoload": {
3030
"files": [
3131
"registration.php"

0 commit comments

Comments
 (0)