Changeset 3222484
- Timestamp:
- 01/14/2025 09:53:13 PM (13 months ago)
- Location:
- form-masks-for-elementor
- Files:
-
- 6 edited
- 1 copied
-
tags/2.3 (copied) (copied from form-masks-for-elementor/trunk)
-
tags/2.3/form-masks-for-elementor.php (modified) (2 diffs)
-
tags/2.3/includes/class-elementor-mask-control.php (modified) (1 diff)
-
tags/2.3/readme.txt (modified) (3 diffs)
-
trunk/form-masks-for-elementor.php (modified) (2 diffs)
-
trunk/includes/class-elementor-mask-control.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
form-masks-for-elementor/tags/2.3/form-masks-for-elementor.php
r3222429 r3222484 6 6 * Author: EduardoVillao.me 7 7 * Author URI: https://eduardovillao.me/ 8 * Version: 2. 28 * Version: 2.3 9 9 * Requires at least: 5.5 10 10 * Requires PHP: 7.4 … … 36 36 define( 'FME_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); 37 37 define( 'FME_PLUGN_URL', plugin_dir_url( __FILE__ ) ); 38 define( 'FME_VERSION', '2. 2' );38 define( 'FME_VERSION', '2.3' ); 39 39 define( 'FME_PHP_MINIMUM_VERSION', '7.4' ); 40 40 define( 'FME_WP_MINIMUM_VERSION', '5.5' ); -
form-masks-for-elementor/tags/2.3/includes/class-elementor-mask-control.php
r3222429 r3222484 45 45 'tabs_wrapper' => 'form_fields_tabs', 46 46 'inner_tab' => 'form_fields_advanced_tab', 47 'default' => ' sel',47 'default' => 'mask', 48 48 'options' => [ 49 49 'mask' => esc_html__( 'Select Mask', 'form-masks-for-elementor' ), -
form-masks-for-elementor/tags/2.3/readme.txt
r3222429 r3222484 5 5 Requires at least: 5.5 6 6 Tested up to: 6.7 7 Stable tag: 2. 27 Stable tag: 2.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2License … … 44 44 * **Minimum and Maximum Character Validation**: Ensure inputs meet your character length requirements. 45 45 * **Inputmode Control**: Customize the input type for better usability across devices. 46 * **Built-in **validation for CPF, CNPJ**.46 * **Built-in validation**: Rules to validate CPF (Brazilian ID), CNPJ (Brazilian Company ID)**. 47 47 48 48 **PRO VERSION** … … 95 95 96 96 == Changelog == 97 = 2.3 = 98 * Fix: free version blocking text field in some conditions. 97 99 98 100 = 2.2 = -
form-masks-for-elementor/trunk/form-masks-for-elementor.php
r3222429 r3222484 6 6 * Author: EduardoVillao.me 7 7 * Author URI: https://eduardovillao.me/ 8 * Version: 2. 28 * Version: 2.3 9 9 * Requires at least: 5.5 10 10 * Requires PHP: 7.4 … … 36 36 define( 'FME_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); 37 37 define( 'FME_PLUGN_URL', plugin_dir_url( __FILE__ ) ); 38 define( 'FME_VERSION', '2. 2' );38 define( 'FME_VERSION', '2.3' ); 39 39 define( 'FME_PHP_MINIMUM_VERSION', '7.4' ); 40 40 define( 'FME_WP_MINIMUM_VERSION', '5.5' ); -
form-masks-for-elementor/trunk/includes/class-elementor-mask-control.php
r3222429 r3222484 45 45 'tabs_wrapper' => 'form_fields_tabs', 46 46 'inner_tab' => 'form_fields_advanced_tab', 47 'default' => ' sel',47 'default' => 'mask', 48 48 'options' => [ 49 49 'mask' => esc_html__( 'Select Mask', 'form-masks-for-elementor' ), -
form-masks-for-elementor/trunk/readme.txt
r3222429 r3222484 5 5 Requires at least: 5.5 6 6 Tested up to: 6.7 7 Stable tag: 2. 27 Stable tag: 2.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2License … … 44 44 * **Minimum and Maximum Character Validation**: Ensure inputs meet your character length requirements. 45 45 * **Inputmode Control**: Customize the input type for better usability across devices. 46 * **Built-in **validation for CPF, CNPJ**.46 * **Built-in validation**: Rules to validate CPF (Brazilian ID), CNPJ (Brazilian Company ID)**. 47 47 48 48 **PRO VERSION** … … 95 95 96 96 == Changelog == 97 = 2.3 = 98 * Fix: free version blocking text field in some conditions. 97 99 98 100 = 2.2 =
Note: See TracChangeset
for help on using the changeset viewer.