Plugin Directory

Changeset 3496150


Ignore:
Timestamp:
04/01/2026 04:54:31 AM (3 days ago)
Author:
Narinder singh
Message:

Update to version 1.6.4 from GitHub

Location:
country-code-field-for-elementor-form
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • country-code-field-for-elementor-form/tags/1.6.4/country-code-field-for-elementor-form.php

    r3488804 r3496150  
    44 * Plugin URI:
    55 * Description:This plugin simplifies mobile number entry for users by guiding them to select their country code while entering their mobile number, ensuring accurate and properly formatted data submissions.
    6  * Version: 1.6.3
     6 * Version: 1.6.4
    77 * Author:  Cool Plugins
    88 * Author URI: https://coolplugins.net/?utm_source=ccfef_plugin&utm_medium=inside&utm_campaign=author_page&utm_content=plugins_list
     
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111 * Text Domain:country-code-field-for-elementor-form
    12  * Elementor tested up to: 3.35.7
    13  * Elementor Pro tested up to: 3.35.0
     12 * Elementor tested up to: 4.0.0
     13 * Elementor Pro tested up to: 4.0.0
    1414 *
    1515 * @package ccfef
     
    2222}
    2323if ( ! defined( 'CCFEF_VERSION' ) ) {
    24     define( 'CCFEF_VERSION', '1.6.3' );
     24    define( 'CCFEF_VERSION', '1.6.4' );
    2525}
    2626/*** Defined constant for later use */
  • country-code-field-for-elementor-form/tags/1.6.4/readme.txt

    r3488804 r3496150  
    66Tested up to: 6.9
    77Requires PHP: 7.2
    8 Stable tag: 1.6.3
     8Stable tag: 1.6.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    11 Elementor tested up to: 3.35.7
    12 Elementor Pro tested up to: 3.35.0
     11Elementor tested up to: 4.0.0
     12Elementor Pro tested up to: 4.0.0
    1313
    1414Add a country code dropdown with flags to Elementor form phone field for valid international numbers. Also works with Hello Plus form widget.
     
    187187== Changelog ==
    188188
     189= 1.6.4 | Apr 01, 2026 =
     190* Tested up to: Elementor 4.0.0 and Elementor Pro 4.0.0.
     191
    189192= 1.6.3 | Mar 23, 2026 =
    190193* Fixed: Admin dashboard UI fixes.
  • country-code-field-for-elementor-form/trunk/country-code-field-for-elementor-form.php

    r3488804 r3496150  
    44 * Plugin URI:
    55 * Description:This plugin simplifies mobile number entry for users by guiding them to select their country code while entering their mobile number, ensuring accurate and properly formatted data submissions.
    6  * Version: 1.6.3
     6 * Version: 1.6.4
    77 * Author:  Cool Plugins
    88 * Author URI: https://coolplugins.net/?utm_source=ccfef_plugin&utm_medium=inside&utm_campaign=author_page&utm_content=plugins_list
     
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111 * Text Domain:country-code-field-for-elementor-form
    12  * Elementor tested up to: 3.35.7
    13  * Elementor Pro tested up to: 3.35.0
     12 * Elementor tested up to: 4.0.0
     13 * Elementor Pro tested up to: 4.0.0
    1414 *
    1515 * @package ccfef
     
    2222}
    2323if ( ! defined( 'CCFEF_VERSION' ) ) {
    24     define( 'CCFEF_VERSION', '1.6.3' );
     24    define( 'CCFEF_VERSION', '1.6.4' );
    2525}
    2626/*** Defined constant for later use */
  • country-code-field-for-elementor-form/trunk/readme.txt

    r3488804 r3496150  
    66Tested up to: 6.9
    77Requires PHP: 7.2
    8 Stable tag: 1.6.3
     8Stable tag: 1.6.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    11 Elementor tested up to: 3.35.7
    12 Elementor Pro tested up to: 3.35.0
     11Elementor tested up to: 4.0.0
     12Elementor Pro tested up to: 4.0.0
    1313
    1414Add a country code dropdown with flags to Elementor form phone field for valid international numbers. Also works with Hello Plus form widget.
     
    187187== Changelog ==
    188188
     189= 1.6.4 | Apr 01, 2026 =
     190* Tested up to: Elementor 4.0.0 and Elementor Pro 4.0.0.
     191
    189192= 1.6.3 | Mar 23, 2026 =
    190193* Fixed: Admin dashboard UI fixes.
Note: See TracChangeset for help on using the changeset viewer.