Skip to content

Commit f9bfbed

Browse files
committed
Add support for PHP 7.3 and Magento 2.3.3
1 parent cb8d9de commit f9bfbed

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

README.md

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a href="http://www.magepal.com" ><img src="https://image.ibb.co/dHBkYH/Magepal_logo.png" width="100" align="right" /></a>
22

3-
## Customer and Address Form Fields Manager for Magento2
3+
# Customer and Address Form Fields Manager for Magento2
44
Quickly and easily remove unwanted form fields from admin order creation and customer account, added by default magento or other third party extensions
55

66

@@ -35,7 +35,7 @@ Quickly and easily remove unwanted form fields from admin order creation and cus
3535
- Fax
3636
- VAT Number
3737

38-
## Installation
38+
### Installation
3939
#### Step 1 - Installation Customer Account Links Manager
4040

4141
##### Using Composer (recommended)
@@ -62,11 +62,28 @@ Contribution
6262
---
6363
Want to contribute to this extension? The quickest way is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).
6464

65-
6665
Support
6766
---
6867
If you encounter any problems or bugs, please open an issue on [GitHub](https://github.com/magepal/magento2-formfieldmanager/issues).
6968

7069
Need help setting up or want to customize this extension to meet your business needs? Please email [email protected] and if we like your idea we will add this feature for free or at a discounted rate.
7170

71+
Magento 2 Extensions
72+
---
73+
- [Custom SMTP](https://www.magepal.com/magento2/extensions/custom-smtp.html)
74+
- [Catalog Hover Image for Magento](https://www.magepal.com/magento2/extensions/catalog-hover-image-for-magento.html)
75+
- [Enhanced Success Page for Magento 2](https://www.magepal.com/magento2/extensions/enhanced-success-page.html)
76+
- [Enhanced Transactional Emails for Magento 2](https://www.magepal.com/magento2/extensions/enhanced-transactional-emails.html)
77+
- [Google Tag Manager](https://www.magepal.com/magento2/extensions/google-tag-manager.html)
78+
- [Enhanced E-commerce](https://www.magepal.com/magento2/extensions/enhanced-ecommerce-for-google-tag-manager.html)
79+
- [Reindex](https://www.magepal.com/magento2/extensions/reindex.html)
80+
- [Custom Shipping Method](https://www.magepal.com/magento2/extensions/custom-shipping-rates-for-magento-2.html)
81+
- [Preview Order Confirmation](https://www.magepal.com/magento2/extensions/preview-order-confirmation-page-for-magento-2.html)
82+
- [Guest to Customer](https://www.magepal.com/magento2/extensions/guest-to-customer.html)
83+
- [Admin Form Fields Manager](https://www.magepal.com/magento2/extensions/admin-form-fields-manager-for-magento-2.html)
84+
- [Customer Dashboard Links Manager](https://www.magepal.com/magento2/extensions/customer-dashboard-links-manager-for-magento-2.html)
85+
- [Lazy Loader](https://www.magepal.com/magento2/extensions/lazy-load.html)
86+
- [Order Confirmation Page Miscellaneous Scripts](https://www.magepal.com/magento2/extensions/order-confirmation-miscellaneous-scripts-for-magento-2.html)
87+
- [HTML Minifier for Magento2](https://www.magepal.com/magento2/extensions/html-minifier.html)
88+
7289
© MagePal LLC. | [www.magepal.com](http:/www.magepal.com)

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
}
2626
],
2727
"require": {
28-
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0",
28+
"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",
2929
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*",
3030
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*"
3131
},
3232
"type": "magento2-module",
33-
"version": "1.0.4",
33+
"version": "1.0.5",
3434
"autoload": {
3535
"files": [
3636
"registration.php"

0 commit comments

Comments
 (0)