Skip to content

Commit

Permalink
Update company url to https
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Sep 19, 2024
1 parent e28c05d commit f4b9411
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Model/Accessory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
* https://www.magepal.com | support@magepal.com
*/

namespace MagePal\LinkProduct\Model;
Expand Down
2 changes: 1 addition & 1 deletion Model/Product/CopyConstructor/Accessory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
* https://www.magepal.com | support@magepal.com
*/

namespace MagePal\LinkProduct\Model\Product\CopyConstructor;
Expand Down
2 changes: 1 addition & 1 deletion Model/Product/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
* https://www.magepal.com | support@magepal.com
*/

namespace MagePal\LinkProduct\Model\Product;
Expand Down
2 changes: 1 addition & 1 deletion Model/ProductLink/CollectionProvider/Accessory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
* https://www.magepal.com | support@magepal.com
*/

namespace MagePal\LinkProduct\Model\ProductLink\CollectionProvider;
Expand Down
2 changes: 1 addition & 1 deletion Plugin/CatalogImportExport/Model/Import/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
* https://www.magepal.com | support@magepal.com
*/

namespace MagePal\LinkProduct\Plugin\CatalogImportExport\Model\Import;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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>
<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>

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

Expand Down
2 changes: 1 addition & 1 deletion Setup/InstallSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
* https://www.magepal.com | support@magepal.com
*/

namespace MagePal\LinkProduct\Setup;
Expand Down
2 changes: 1 addition & 1 deletion Ui/DataProvider/Product/Form/Modifier/Accessory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
* https://www.magepal.com | support@magepal.com
*/

namespace MagePal\LinkProduct\Ui\DataProvider\Product\Form\Modifier;
Expand Down
2 changes: 1 addition & 1 deletion Ui/DataProvider/Product/Related/AccessoryDataProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
* https://www.magepal.com | support@magepal.com
*/

namespace MagePal\LinkProduct\Ui\DataProvider\Product\Related;
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
{
"name": "Renon Stewart",
"email": "renon@magepal.com",
"homepage": "http://www.magepal.com/",
"homepage": "https://www.magepal.com/",
"role": "Leader"
}
],
"require": {
"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",
"php": "~7.4.0|~8.1.0|~8.2.0|~8.3.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
"magepal/magento2-core": ">=1.1.11"
},
"type": "magento2-module",
"version": "1.1.7",
"version": "1.1.8",
"autoload": {
"files": [
"registration.php"
Expand Down
4 changes: 2 additions & 2 deletions etc/acl.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<?xml version="1.0"?>
<!--
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
* https://www.magepal.com | support@magepal.com
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Copyright © MagePal, LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
* https://www.magepal.com | support@magepal.com
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version="1.0"?>
<!--
/**
* Copyright © MagePal LLC. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Copyright © MagePal, LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
* https://www.magepal.com | support@magepal.com
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
Expand Down
2 changes: 1 addition & 1 deletion view/adminhtml/ui_component/accessory_product_listing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | support@magepal.com
* https://www.magepal.com | support@magepal.com
*/
-->
<listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
Expand Down

0 comments on commit f4b9411

Please sign in to comment.