Plugin Directory

Changeset 3285077


Ignore:
Timestamp:
04/30/2025 05:33:14 PM (11 months ago)
Author:
mosparo
Message:

JetFormBuilder: Removed the range field from the ignored types.

Location:
mosparo-integration
Files:
3 edited
64 copied

Legend:

Unmodified
Added
Removed
  • mosparo-integration/tags/1.13.6/mosparo-integration.php

    r3269104 r3285077  
    1515 * Author URI:        https://mosparo.io/
    1616 * License:           MIT
    17  * Version:           1.13.5
     17 * Version:           1.13.6
    1818 * Text Domain:       mosparo-integration
    1919 * Domain Path:       /languages
  • mosparo-integration/tags/1.13.6/readme.txt

    r3269104 r3285077  
    33Tags: mosparo, integration, spam-protection, forms, api-client
    44Requires at least: 5.4
    5 Tested up to: 6.7.2
     5Tested up to: 6.8.1
    66Requires PHP: 7.4
    7 Stable tag: 1.13.5
     7Stable tag: 1.13.6
    88License: MIT
    99
     
    105105== Changelog ==
    106106
     107= 1.13.6 =
     108*Release Date: 30th April 2025*
     109
     110* [Bugfix] JetFormBuilder: Removed the range field type from the list of ignored types because mosparo validates the range fields, but the module ignored it.
     111
    107112= 1.13.5 =
    108113*Release Date: 8th April 2025*
  • mosparo-integration/tags/1.13.6/src/MosparoIntegration/Module/JetFormBuilder/Mosparo.php

    r3263077 r3285077  
    147147            'media-field',
    148148            'progress-bar',
    149             'range-field',
    150149        ]);
    151150        $verifiableFieldTypes = apply_filters('mosparo_integration_jet_form_builder_verifiable_field_types', [
  • mosparo-integration/trunk/mosparo-integration.php

    r3269104 r3285077  
    1515 * Author URI:        https://mosparo.io/
    1616 * License:           MIT
    17  * Version:           1.13.5
     17 * Version:           1.13.6
    1818 * Text Domain:       mosparo-integration
    1919 * Domain Path:       /languages
  • mosparo-integration/trunk/readme.txt

    r3269104 r3285077  
    33Tags: mosparo, integration, spam-protection, forms, api-client
    44Requires at least: 5.4
    5 Tested up to: 6.7.2
     5Tested up to: 6.8.1
    66Requires PHP: 7.4
    7 Stable tag: 1.13.5
     7Stable tag: 1.13.6
    88License: MIT
    99
     
    105105== Changelog ==
    106106
     107= 1.13.6 =
     108*Release Date: 30th April 2025*
     109
     110* [Bugfix] JetFormBuilder: Removed the range field type from the list of ignored types because mosparo validates the range fields, but the module ignored it.
     111
    107112= 1.13.5 =
    108113*Release Date: 8th April 2025*
  • mosparo-integration/trunk/src/MosparoIntegration/Module/JetFormBuilder/Mosparo.php

    r3263077 r3285077  
    147147            'media-field',
    148148            'progress-bar',
    149             'range-field',
    150149        ]);
    151150        $verifiableFieldTypes = apply_filters('mosparo_integration_jet_form_builder_verifiable_field_types', [
Note: See TracChangeset for help on using the changeset viewer.