Changeset 3090949
- Timestamp:
- 05/22/2024 02:02:16 PM (10 months ago)
- Location:
- funnelforms-free
- Files:
-
- 516 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
funnelforms-free/trunk/Funnelforms-free.php
r3087766 r3090949 9 9 Text Domain: funnelforms-free 10 10 Domain Path: /languages/ 11 Version: 3.7.3 11 Version: 3.7.3.1 12 12 */ 13 13 -
funnelforms-free/trunk/admin/menus/physical_menus/Kontaktformularbuilder.php
r3087766 r3090949 98 98 && $key != 'name' 99 99 && $key != 'send_button' 100 && $key != 'show_bottombar' 101 && $key != 'use_autorespond' 102 && $key != 'use_smtp' 103 && $key != 'use_wp_mail' 100 104 ) { 101 105 if(!is_array($value)) { -
funnelforms-free/trunk/admin/menus/physical_menus/Kontaktformularbuilder_settings.php
r3087766 r3090949 70 70 && $key != 'name' 71 71 && $key != 'send_button' 72 && $key != 'show_bottombar' 73 && $key != 'use_autorespond' 74 && $key != 'use_smtp' 75 && $key != 'use_wp_mail' 72 76 ) { 73 77 if(!is_array($value)) { -
funnelforms-free/trunk/misc/constants.php
r3087766 r3090949 146 146 147 147 // Other constants 148 define( 'FNSF_AF2_FINAL_VERSION', '3.7.3 ' );148 define( 'FNSF_AF2_FINAL_VERSION', '3.7.3.1' ); 149 149 define( 'FNSF_AF2_MENU_ICON_URL', plugins_url("/res/images/menu_icon.png", AF2F_PLUGIN) ); 150 150 define( 'FNSF_AF2_OPENAI_IMAGE_URL', plugins_url("/res/images/openai.png", AF2F_PLUGIN) ); -
funnelforms-free/trunk/readme.txt
r3087766 r3090949 5 5 Tested up to: 6.4.2 6 6 Requires PHP: 7.4 7 Stable tag: 3.7.3 7 Stable tag: 3.7.3.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 246 246 == Changelog == 247 247 248 = 3.7.3.1 - 22. May 2024 = 249 * Bugfixes 250 248 251 = 3.7.3 - 15. May 2024 = 249 252 * Bugfixes
Note: See TracChangeset
for help on using the changeset viewer.