Plugin Directory

Changeset 3090949


Ignore:
Timestamp:
05/22/2024 02:02:16 PM (10 months ago)
Author:
funnelforms
Message:

Bugfixes

Location:
funnelforms-free
Files:
516 added
5 edited

Legend:

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

    r3087766 r3090949  
    99Text Domain: funnelforms-free
    1010Domain Path: /languages/
    11 Version: 3.7.3
     11Version: 3.7.3.1
    1212*/
    1313
  • funnelforms-free/trunk/admin/menus/physical_menus/Kontaktformularbuilder.php

    r3087766 r3090949  
    9898            && $key != 'name'
    9999            && $key != 'send_button'
     100            && $key != 'show_bottombar'
     101            && $key != 'use_autorespond'
     102            && $key != 'use_smtp'
     103            && $key != 'use_wp_mail'
    100104            ) {
    101105                if(!is_array($value)) {
  • funnelforms-free/trunk/admin/menus/physical_menus/Kontaktformularbuilder_settings.php

    r3087766 r3090949  
    7070            && $key != 'name'
    7171            && $key != 'send_button'
     72            && $key != 'show_bottombar'
     73            && $key != 'use_autorespond'
     74            && $key != 'use_smtp'
     75            && $key != 'use_wp_mail'
    7276            ) {
    7377                if(!is_array($value)) {
  • funnelforms-free/trunk/misc/constants.php

    r3087766 r3090949  
    146146
    147147// Other constants
    148 define( 'FNSF_AF2_FINAL_VERSION', '3.7.3' );
     148define( 'FNSF_AF2_FINAL_VERSION', '3.7.3.1' );
    149149define( 'FNSF_AF2_MENU_ICON_URL', plugins_url("/res/images/menu_icon.png", AF2F_PLUGIN) );
    150150define( 'FNSF_AF2_OPENAI_IMAGE_URL', plugins_url("/res/images/openai.png", AF2F_PLUGIN) );
  • funnelforms-free/trunk/readme.txt

    r3087766 r3090949  
    55Tested up to: 6.4.2
    66Requires PHP: 7.4
    7 Stable tag: 3.7.3
     7Stable tag: 3.7.3.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    246246== Changelog ==
    247247
     248= 3.7.3.1 - 22. May 2024 =
     249* Bugfixes
     250
    248251= 3.7.3 - 15. May 2024 =
    249252* Bugfixes
Note: See TracChangeset for help on using the changeset viewer.