Version Description
- New: If you add or remove an action from a form and try to leave the page without saving, there will be a warning.
- Fix: The style editor save button was hidden in WordPress 5.7.
- Fix: There were a couple of words misspelled on the welcome page.
Download this release
Release Info
Developer | formidableforms |
Plugin | Formidable Forms – Form Builder for WordPress |
Version | 4.09.08 |
Comparing to | |
See all releases |
Code changes from version 4.09.07 to 4.09.08
- classes/helpers/FrmAppHelper.php +1 -1
- classes/views/welcome/show.php +1 -1
- css/frm_admin.css +5 -1
- formidable.php +1 -1
- js/formidable_admin.js +3 -0
- languages/formidable.pot +3 -3
- readme.txt +6 -4
classes/helpers/FrmAppHelper.php
CHANGED
@@ -11,7 +11,7 @@ class FrmAppHelper {
|
|
11 |
/**
|
12 |
* @since 2.0
|
13 |
*/
|
14 |
-
public static $plug_version = '4.09.
|
15 |
|
16 |
/**
|
17 |
* @since 1.07.02
|
11 |
/**
|
12 |
* @since 2.0
|
13 |
*/
|
14 |
+
public static $plug_version = '4.09.08';
|
15 |
|
16 |
/**
|
17 |
* @since 1.07.02
|
classes/views/welcome/show.php
CHANGED
@@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
18 |
?>
|
19 |
</div>
|
20 |
<h1><?php esc_html_e( 'Welcome to Formidable Forms!', 'formidable' ); ?></h1>
|
21 |
-
<p><?php esc_html_e( 'Thanks for choosing Formidable
|
22 |
<?php FrmWelcomeController::maybe_show_license_box(); ?>
|
23 |
|
24 |
</div>
|
18 |
?>
|
19 |
</div>
|
20 |
<h1><?php esc_html_e( 'Welcome to Formidable Forms!', 'formidable' ); ?></h1>
|
21 |
+
<p><?php esc_html_e( 'Thanks for choosing Formidable Forms - The most powerful and versatile form builder for WordPress', 'formidable' ); ?></p>
|
22 |
<?php FrmWelcomeController::maybe_show_license_box(); ?>
|
23 |
|
24 |
</div>
|
css/frm_admin.css
CHANGED
@@ -5876,7 +5876,7 @@ tr.frm_options_heading td {
|
|
5876 |
float: left;
|
5877 |
}
|
5878 |
|
5879 |
-
#new_fields .frm_product_price_wrapper input:
|
5880 |
width: 37%;
|
5881 |
float: right;
|
5882 |
}
|
@@ -8007,3 +8007,7 @@ Responsive Design
|
|
8007 |
width: 100%;
|
8008 |
}
|
8009 |
}
|
|
|
|
|
|
|
|
5876 |
float: left;
|
5877 |
}
|
5878 |
|
5879 |
+
#new_fields .frm_product_price_wrapper input:nth-child(2) {
|
5880 |
width: 37%;
|
5881 |
float: right;
|
5882 |
}
|
8007 |
width: 100%;
|
8008 |
}
|
8009 |
}
|
8010 |
+
|
8011 |
+
.frm-admin-page-styles #frm-publishing #save_menu_header {
|
8012 |
+
display: inline-block;
|
8013 |
+
}
|
formidable.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Formidable Forms
|
4 |
Description: Quickly and easily create drag-and-drop forms
|
5 |
-
Version: 4.09.
|
6 |
Plugin URI: https://formidableforms.com/
|
7 |
Author URI: https://formidableforms.com/
|
8 |
Author: Strategy11
|
2 |
/*
|
3 |
Plugin Name: Formidable Forms
|
4 |
Description: Quickly and easily create drag-and-drop forms
|
5 |
+
Version: 4.09.08
|
6 |
Plugin URI: https://formidableforms.com/
|
7 |
Author URI: https://formidableforms.com/
|
8 |
Author: Strategy11
|
js/formidable_admin.js
CHANGED
@@ -628,6 +628,7 @@ function frmAdminBuildJS() {
|
|
628 |
var $fadeEle = jQuery( document.getElementById( id ) );
|
629 |
$fadeEle.fadeOut( 400, function() {
|
630 |
$fadeEle.remove();
|
|
|
631 |
|
632 |
if ( hide !== '' ) {
|
633 |
jQuery( hide ).hide();
|
@@ -3939,6 +3940,8 @@ function frmAdminBuildJS() {
|
|
3939 |
nonce: frmGlobal.nonce
|
3940 |
},
|
3941 |
success: function( html ) {
|
|
|
|
|
3942 |
// Close any open actions first.
|
3943 |
jQuery( '.frm_form_action_settings.open' ).removeClass( 'open' );
|
3944 |
|
628 |
var $fadeEle = jQuery( document.getElementById( id ) );
|
629 |
$fadeEle.fadeOut( 400, function() {
|
630 |
$fadeEle.remove();
|
631 |
+
fieldUpdated();
|
632 |
|
633 |
if ( hide !== '' ) {
|
634 |
jQuery( hide ).hide();
|
3940 |
nonce: frmGlobal.nonce
|
3941 |
},
|
3942 |
success: function( html ) {
|
3943 |
+
fieldUpdated();
|
3944 |
+
|
3945 |
// Close any open actions first.
|
3946 |
jQuery( '.frm_form_action_settings.open' ).removeClass( 'open' );
|
3947 |
|
languages/formidable.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the Formidable Forms plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Formidable Forms 4.09.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/formidable\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2021-03-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
"X-Domain: formidable\n"
|
@@ -5963,7 +5963,7 @@ msgid "Welcome to Formidable Forms!"
|
|
5963 |
msgstr ""
|
5964 |
|
5965 |
#: classes/views/welcome/show.php:21
|
5966 |
-
msgid "Thanks for choosing Formidable
|
5967 |
msgstr ""
|
5968 |
|
5969 |
#: classes/views/welcome/show.php:37
|
2 |
# This file is distributed under the same license as the Formidable Forms plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Formidable Forms 4.09.08\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/formidable\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2021-03-10T19:16:37+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
"X-Domain: formidable\n"
|
5963 |
msgstr ""
|
5964 |
|
5965 |
#: classes/views/welcome/show.php:21
|
5966 |
+
msgid "Thanks for choosing Formidable Forms - The most powerful and versatile form builder for WordPress"
|
5967 |
msgstr ""
|
5968 |
|
5969 |
#: classes/views/welcome/show.php:37
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: forms, contact form, form builder, survey, form maker, form creator, paypa
|
|
5 |
Requires at least: 4.7
|
6 |
Tested up to: 5.7
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 4.09.
|
9 |
|
10 |
The most advanced WordPress forms plugin. Go beyond contact forms with our drag & drop form builder for surveys, quizzes, and more.
|
11 |
|
@@ -435,6 +435,11 @@ Using our Zapier integration, you can easily connect Formidable with over 1000+
|
|
435 |
See all <a href="https://zapier.com/apps/formidable/integrations">Formidable Zapier Integrations</a>.
|
436 |
|
437 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
438 |
= 4.09.07 =
|
439 |
* Fix: Duplicated form fields would occasionally generate long field keys that were preventing fields from being created.
|
440 |
* Fix: Fields for controlling radio options in the form builder were not using unique id attribute values.
|
@@ -465,7 +470,4 @@ See all <a href="https://zapier.com/apps/formidable/integrations">Formidable Zap
|
|
465 |
* Show a warning when leaving the settings page with unsaved changes.
|
466 |
* Make the process for using free templates more clear.
|
467 |
|
468 |
-
= 4.09.01 =
|
469 |
-
* Don't include a link in the entries list to the form page when the user doesn't have permission to see anything there.
|
470 |
-
|
471 |
<a href="https://raw.githubusercontent.com/Strategy11/formidable-forms/master/changelog.txt">See changelog for all versions</a>
|
5 |
Requires at least: 4.7
|
6 |
Tested up to: 5.7
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 4.09.08
|
9 |
|
10 |
The most advanced WordPress forms plugin. Go beyond contact forms with our drag & drop form builder for surveys, quizzes, and more.
|
11 |
|
435 |
See all <a href="https://zapier.com/apps/formidable/integrations">Formidable Zapier Integrations</a>.
|
436 |
|
437 |
== Changelog ==
|
438 |
+
= 4.09.08 =
|
439 |
+
* New: If you add or remove an action from a form and try to leave the page without saving, there will be a warning.
|
440 |
+
* Fix: The style editor save button was hidden in WordPress 5.7.
|
441 |
+
* Fix: There were a couple of words misspelled on the welcome page.
|
442 |
+
|
443 |
= 4.09.07 =
|
444 |
* Fix: Duplicated form fields would occasionally generate long field keys that were preventing fields from being created.
|
445 |
* Fix: Fields for controlling radio options in the form builder were not using unique id attribute values.
|
470 |
* Show a warning when leaving the settings page with unsaved changes.
|
471 |
* Make the process for using free templates more clear.
|
472 |
|
|
|
|
|
|
|
473 |
<a href="https://raw.githubusercontent.com/Strategy11/formidable-forms/master/changelog.txt">See changelog for all versions</a>
|