Plugin Directory

Changeset 2924566


Ignore:
Timestamp:
06/12/2023 05:20:14 AM (3 years ago)
Author:
funnelforms
Message:

Bugfixes

Location:
funnelforms-free
Files:
475 added
5 edited

Legend:

Unmodified
Added
Removed
  • funnelforms-free/trunk/Funnelforms-free.php

    r2908793 r2924566  
    99Text Domain: funnelforms-free
    1010Domain Path: /languages/
    11 Version: 3.3.8
     11Version: 3.3.8.3
    1212*/
    1313
  • funnelforms-free/trunk/admin/views/menu/custom_menus/checklist.php

    r2908793 r2924566  
    3030                <div class="af2_icon_wrapper colorGreen"><i class="fas fa-list-alt"></i></div>
    3131                <div>
    32                     <h4><?=__('System requirements', 'funnelforms-free')?></h4>
    33                     <p><?=__('Check if your WordPress and your web server are configured correctly for Funnelforms.', 'funnelforms-free')?></p>
     32                    <h4><?=_e('System requirements', 'funnelforms-free')?></h4>
     33                    <p><?=_e('Check if your WordPress and your web server are configured correctly for Funnelforms.', 'funnelforms-free')?></p>
    3434                </div>
    3535            </div>
  • funnelforms-free/trunk/misc/constants.php

    r2908793 r2924566  
    139139
    140140// Other constants
    141 define( 'FNSF_AF2_FINAL_VERSION', '3.3.8' );
     141define( 'FNSF_AF2_FINAL_VERSION', '3.3.8.3' );
    142142define( 'FNSF_AF2_MENU_ICON_URL', plugins_url("/res/images/menu_icon.png", AF2F_PLUGIN) );
    143143define( 'FNSF_AF2_HEALTHCHECK_JSON', AF2F_PLUGIN_DIR."/res/backend/healthcheck.json");
  • funnelforms-free/trunk/readme.txt

    r2908793 r2924566  
    55Tested up to: 6.2
    66Requires PHP: 7.4
    7 Stable tag: 3.3.8
     7Stable tag: 3.3.8.3
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    246246== Changelog ==
    247247
     248= 3.3.8.3 - 12. June 2023 =
     249* Bugfixes
     250
    248251= 3.3.8 - 04. May 2023 =
    249252* Healthcheck feature
  • funnelforms-free/trunk/res/frontend/scripts/frontend.js

    r2899432 r2924566  
    51655165    if( jQuery('.phone_type').length ){
    51665166        jQuery('.phone_type').each( function(){
     5167            if( jQuery(this).attr('af2-initiated') == 'true' ) return;
     5168            jQuery(this).attr('af2-initiated', 'true');
    51675169            jQuery(this).intlTelInputSelect2({
    51685170                preferredCountries:[],
    51695171                geoIpLookup:true
    51705172              }, rtl_layout);     
    5171         });
     5173        } );
    51725174    }
    51735175}
Note: See TracChangeset for help on using the changeset viewer.