diff --git a/README.md b/README.md index 1b367a7..1cf4747 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,11 @@ Ready-to-Use Masks ## Exclusive PRO Features - **Custom Masks**: Create your own masks for maximum flexibility. Tailor your forms to any requirement. +- **Prefix and Suffix Options**: Add prefixes and suffixes to your masks for better input guidance. +- **Minimum and Maximum Character Validation**: Ensure inputs meet your character length requirements. +- **Inputmode Control**: Customize the input type for better usability across devices. 🚀 **Coming Soon to the PRO Version** -- **Minimum character limits** to prevent incomplete submissions. -- **Prefix and suffix** options for masks. - Built-in **validation for CPF, CNPJ**, and other formats. - And much more… diff --git a/form-masks-for-elementor.php b/form-masks-for-elementor.php index c03750c..6f005c5 100644 --- a/form-masks-for-elementor.php +++ b/form-masks-for-elementor.php @@ -11,6 +11,7 @@ * Text Domain: form-masks-for-elementor * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt + * Requires Plugins: elementor */ /* diff --git a/readme.txt b/readme.txt index 5e64cb9..dbd87ed 100644 --- a/readme.txt +++ b/readme.txt @@ -40,10 +40,11 @@ Ready-to-Use Masks **Exclusive PRO Features** * **Custom Masks**: Create your own masks for maximum flexibility. Tailor your forms to any requirement. +* **Prefix and Suffix Options**: Add prefixes and suffixes to your masks for better input guidance. +* **Minimum and Maximum Character Validation**: Ensure inputs meet your character length requirements. +* **Inputmode Control**: Customize the input type for better usability across devices. 🚀 **Coming Soon to the PRO Version** -* **Minimum character limits** to prevent incomplete submissions. -* **Prefix and suffix** options for masks. * Built-in **validation for CPF, CNPJ**, and other formats. * And much more…