Plugin Directory

Changeset 3030020


Ignore:
Timestamp:
02/01/2024 11:45:32 AM (2 years ago)
Author:
funnelforms
Message:

Bugfixes

Location:
funnelforms-free
Files:
515 added
4 edited

Legend:

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

    r3028215 r3030020  
    99Text Domain: funnelforms-free
    1010Domain Path: /languages/
    11 Version: 3.6.2.2
     11Version: 3.6.2.3
    1212*/
    1313
  • funnelforms-free/trunk/misc/constants.php

    r3028215 r3030020  
    144144
    145145// Other constants
    146 define( 'FNSF_AF2_FINAL_VERSION', '3.6.2.2' );
     146define( 'FNSF_AF2_FINAL_VERSION', '3.6.2.3' );
    147147define( 'FNSF_AF2_MENU_ICON_URL', plugins_url("/res/images/menu_icon.png", AF2F_PLUGIN) );
    148148define( 'FNSF_AF2_OPENAI_IMAGE_URL', plugins_url("/res/images/openai.png", AF2F_PLUGIN) );
  • funnelforms-free/trunk/readme.txt

    r3028215 r3030020  
    55Tested up to: 6.4.2
    66Requires PHP: 7.4
    7 Stable tag: 3.6.2.2
     7Stable tag: 3.6.2.3
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    246246== Changelog ==
    247247
     248= 3.6.2.3 - 01. February 2024 =
     249* Bugfixes
     250
    248251= 3.6.2.2 - 29. January 2024 =
    249252* Bugfixes
  • funnelforms-free/trunk/res/frontend/scripts/frontend.js

    r3028215 r3030020  
    19061906                    } else if (datas[this.actualData].typ === 'af2_textfeld')
    19071907                    {
    1908                         if (af2_isMobile()($, this.formSelector)) {
     1908                        if (af2_isMobile()) {
    19091909                            this.af2Move(jQuery(this.formSelector + ' #' + this.actualCarouselItem + '.af2_carousel_item .af2_textfeld_frage.af2_mobile').val(), 'next');
    19101910                        } else {
     
    19131913                    } else if (datas[this.actualData].typ === 'af2_datum')
    19141914                    {
    1915                         if (af2_isMobile()($, this.formSelector)) {
     1915                        if (af2_isMobile()) {
    19161916                            this.af2Move(jQuery(this.formSelector + ' #' + this.actualCarouselItem + '.af2_carousel_item .af2_datum_frage.af2_mobile').val(), 'next');
    19171917                        } else {
     
    19201920                    } else if (datas[this.actualData].typ === 'af2_dateiupload') {
    19211921                        let fileupload_class = '.af2_dateiupload';
    1922                         if (af2_isMobile()($, this.formSelector)) {
     1922                        if (af2_isMobile()) {
    19231923                            fileupload_class = '.af2_dateiupload.af2_mobile';
    19241924                        } else {
     
    22622262                    });
    22632263                } else if (datas[this.actualData].typ === 'af2_textfeld') {
    2264                     if (af2_isMobile()($, this.formSelector)) {
     2264                    if (af2_isMobile()) {
    22652265                        this.af2Move(jQuery(this.formSelector + ' #' + this.actualCarouselItem + '.af2_carousel_item .af2_textfeld_frage.af2_mobile').val(), 'next');
    22662266                    } else {
     
    22692269
    22702270                } else if (datas[this.actualData].typ === 'af2_textbereich') {
    2271                     if (af2_isMobile()($, this.formSelector)) {
     2271                    if (af2_isMobile()) {
    22722272                        this.af2Move(jQuery(this.formSelector + ' #' + this.actualCarouselItem + '.af2_carousel_item .af2_textbereich_frage.af2_mobile').val(), 'next');
    22732273                    } else {
     
    22892289                    });
    22902290                } else if (datas[this.actualData].typ === 'af2_textfeld') {
    2291                     if (af2_isMobile()($, this.formSelector)) {
     2291                    if (af2_isMobile()) {
    22922292                        this.af2Move(jQuery(this.formSelector + ' #' + this.actualCarouselItem + '.af2_carousel_item .af2_textfeld_frage.af2_mobile').val(), 'next');
    22932293                    } else {
     
    22962296
    22972297                } else if (datas[this.actualData].typ === 'af2_textbereich') {
    2298                     if (af2_isMobile()($, this.formSelector)) {
     2298                    if (af2_isMobile()) {
    22992299                        this.af2Move(jQuery(this.formSelector + ' #' + this.actualCarouselItem + '.af2_carousel_item .af2_textbereich_frage.af2_mobile').val(), 'next');
    23002300                    } else {
     
    23032303
    23042304                } else if (datas[this.actualData].typ === 'af2_datum') {
    2305                     if (af2_isMobile()($, this.formSelector)) {
     2305                    if (af2_isMobile()) {
    23062306                        this.af2Move(jQuery(this.formSelector + ' #' + this.actualCarouselItem + '.af2_carousel_item .af2_datum_frage.af2_mobile').val(), 'next');
    23072307                    } else {
     
    23182318                } else if (datas[this.actualData].typ === 'af2_dateiupload') {
    23192319                    let fileupload_class = '.af2_dateiupload';
    2320                     if (af2_isMobile()($, this.formSelector)) {
     2320                    if (af2_isMobile()) {
    23212321                        fileupload_class = '.af2_dateiupload.af2_mobile';
    23222322                    } else {
     
    28352835                    if (datas[this.actualData].type_specifics.mandatory === true) {
    28362836                        let uploaded_files = 0;
    2837                         if (af2_isMobile()($, this.formSelector)) {
     2837                        if (af2_isMobile()) {
    28382838                            uploaded_files = jQuery(this.formSelector + ' #' + this.actualCarouselItem + '.af2_carousel_item .af2_dateiupload.af2_mobile div[data-attachment_id]').length;
    28392839                        } else {
Note: See TracChangeset for help on using the changeset viewer.