From f4b9411984266a8ff1720049326cf103a26ad020 Mon Sep 17 00:00:00 2001 From: Renon Stewart Date: Thu, 19 Sep 2024 11:59:00 -0400 Subject: [PATCH] Update company url to https --- Model/Accessory.php | 2 +- Model/Product/CopyConstructor/Accessory.php | 2 +- Model/Product/Link.php | 2 +- Model/ProductLink/CollectionProvider/Accessory.php | 2 +- Plugin/CatalogImportExport/Model/Import/Product.php | 2 +- README.md | 2 +- Setup/InstallSchema.php | 2 +- Ui/DataProvider/Product/Form/Modifier/Accessory.php | 2 +- Ui/DataProvider/Product/Related/AccessoryDataProvider.php | 2 +- composer.json | 6 +++--- etc/acl.xml | 4 ++-- etc/adminhtml/di.xml | 2 +- etc/adminhtml/system.xml | 2 +- etc/di.xml | 2 +- view/adminhtml/ui_component/accessory_product_listing.xml | 2 +- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Model/Accessory.php b/Model/Accessory.php index cf04afe..fb777e9 100755 --- a/Model/Accessory.php +++ b/Model/Accessory.php @@ -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; diff --git a/Model/Product/CopyConstructor/Accessory.php b/Model/Product/CopyConstructor/Accessory.php index 5541238..b9bcfed 100755 --- a/Model/Product/CopyConstructor/Accessory.php +++ b/Model/Product/CopyConstructor/Accessory.php @@ -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; diff --git a/Model/Product/Link.php b/Model/Product/Link.php index 8761caf..e8716dd 100755 --- a/Model/Product/Link.php +++ b/Model/Product/Link.php @@ -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; diff --git a/Model/ProductLink/CollectionProvider/Accessory.php b/Model/ProductLink/CollectionProvider/Accessory.php index 537dfbc..65836aa 100755 --- a/Model/ProductLink/CollectionProvider/Accessory.php +++ b/Model/ProductLink/CollectionProvider/Accessory.php @@ -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; diff --git a/Plugin/CatalogImportExport/Model/Import/Product.php b/Plugin/CatalogImportExport/Model/Import/Product.php index a67f775..8856482 100755 --- a/Plugin/CatalogImportExport/Model/Import/Product.php +++ b/Plugin/CatalogImportExport/Model/Import/Product.php @@ -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; diff --git a/README.md b/README.md index 1b82304..39e61fb 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Magento Extension Provider +Magento Extension Provider ## Custom Product Relation Sample Extension for Magento 2.2.x and 2.3.x (with zero class rewrite or hacks) diff --git a/Setup/InstallSchema.php b/Setup/InstallSchema.php index ba5b68e..8f6119b 100755 --- a/Setup/InstallSchema.php +++ b/Setup/InstallSchema.php @@ -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; diff --git a/Ui/DataProvider/Product/Form/Modifier/Accessory.php b/Ui/DataProvider/Product/Form/Modifier/Accessory.php index b835983..97b3d2b 100755 --- a/Ui/DataProvider/Product/Form/Modifier/Accessory.php +++ b/Ui/DataProvider/Product/Form/Modifier/Accessory.php @@ -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; diff --git a/Ui/DataProvider/Product/Related/AccessoryDataProvider.php b/Ui/DataProvider/Product/Related/AccessoryDataProvider.php index 9349a26..b9ca253 100755 --- a/Ui/DataProvider/Product/Related/AccessoryDataProvider.php +++ b/Ui/DataProvider/Product/Related/AccessoryDataProvider.php @@ -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; diff --git a/composer.json b/composer.json index e3a4810..3329fe4 100755 --- a/composer.json +++ b/composer.json @@ -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" diff --git a/etc/acl.xml b/etc/acl.xml index cf3780f..455bf1f 100755 --- a/etc/acl.xml +++ b/etc/acl.xml @@ -1,9 +1,9 @@ - + diff --git a/etc/adminhtml/di.xml b/etc/adminhtml/di.xml index 4136eef..6a1d7c7 100755 --- a/etc/adminhtml/di.xml +++ b/etc/adminhtml/di.xml @@ -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 */ --> diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index 2099231..ce4974e 100755 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -1,4 +1,4 @@ - + diff --git a/view/adminhtml/ui_component/accessory_product_listing.xml b/view/adminhtml/ui_component/accessory_product_listing.xml index edacc64..7643d09 100755 --- a/view/adminhtml/ui_component/accessory_product_listing.xml +++ b/view/adminhtml/ui_component/accessory_product_listing.xml @@ -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 */ -->