Version Description
- Fixes an issue with the Select2 integration to display the choices texts instead of their values.
Download this release
Release Info
Developer | codepeople |
Plugin | Calculated Fields Form |
Version | 1.1.99 |
Comparing to | |
See all releases |
Code changes from version 1.1.98 to 1.1.99
- README.txt +6 -10
- changelog.txt +4 -0
- cp_calculatedfieldsf_free.php +2 -2
- js/fbuilder-pro-public.jquery.js +1 -1
- js/fields-public/08_fbuilder.fdropdown.js +1 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://cff.dwbooster.com
|
|
4 |
Tags: form,quote form,contact form,form builder,calculator,calculated,quote calculator,forms,form editor,advanced forms,payment calculator,payment,recurring payment,quote,fields,calculated field,price calculator,email,form design,paypal,equation editor,formula,equation,quote calculator,post,posts,plugin,widget,admin,sidebar,images,image,page,shortcode,products form,woocommerce,addons,layout,session,post,cookie,get,webhook,Dropbox,pdf,language
|
5 |
Requires at least: 3.0.5
|
6 |
Tested up to: 6.0
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -965,6 +965,10 @@ A: Please, follow the steps below:
|
|
965 |
|
966 |
== Changelog ==
|
967 |
|
|
|
|
|
|
|
|
|
968 |
= 1.1.98 =
|
969 |
|
970 |
* Improves the feedback module that alerts to errors in the database.
|
@@ -1013,12 +1017,4 @@ A: Please, follow the steps below:
|
|
1013 |
* Improves the form creation making the controls draggable.
|
1014 |
* Modifies the fieldset control to allow emulating an accordion control.
|
1015 |
* Modifies the email control.
|
1016 |
-
* Improves the integration with the CFF Rich Text Editor and CP Blocks plugins.
|
1017 |
-
|
1018 |
-
= 1.1.89 =
|
1019 |
-
|
1020 |
-
* Modifies numeric fields. When Digits format is selected, the field does not accept other symbols to be typed by the user.
|
1021 |
-
* Includes a new button in the form builder to list the form fields, their labels and whether they are excluded from submission or not.
|
1022 |
-
* Modifies the DataTable DS field to trigger the custom event cff-datatatable-click with the corresponding record index as parameter (Platinum and Developer versions).
|
1023 |
-
* Modify the Verification Code add-on to allow to include the email address where the notification email was sent in the popup label (Platinum and Developer versions).
|
1024 |
-
* Modify the CSV Generator add-on to allow configuring the add-on to write the entry in the CSV file only after payment confirmation (Platinum version).
|
4 |
Tags: form,quote form,contact form,form builder,calculator,calculated,quote calculator,forms,form editor,advanced forms,payment calculator,payment,recurring payment,quote,fields,calculated field,price calculator,email,form design,paypal,equation editor,formula,equation,quote calculator,post,posts,plugin,widget,admin,sidebar,images,image,page,shortcode,products form,woocommerce,addons,layout,session,post,cookie,get,webhook,Dropbox,pdf,language
|
5 |
Requires at least: 3.0.5
|
6 |
Tested up to: 6.0
|
7 |
+
Stable tag: 1.1.99
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
965 |
|
966 |
== Changelog ==
|
967 |
|
968 |
+
= 1.1.99 =
|
969 |
+
|
970 |
+
* Fixes an issue with the Select2 integration to display the choices texts instead of their values.
|
971 |
+
|
972 |
= 1.1.98 =
|
973 |
|
974 |
* Improves the feedback module that alerts to errors in the database.
|
1017 |
* Improves the form creation making the controls draggable.
|
1018 |
* Modifies the fieldset control to allow emulating an accordion control.
|
1019 |
* Modifies the email control.
|
1020 |
+
* Improves the integration with the CFF Rich Text Editor and CP Blocks plugins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changelog.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
|
|
3 |
= 1.1.98 =
|
4 |
|
5 |
* Improves the feedback module that alerts to errors in the database.
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 1.1.99 =
|
4 |
+
|
5 |
+
* Fixes an issue with the Select2 integration to display the choices texts instead of their values.
|
6 |
+
|
7 |
= 1.1.98 =
|
8 |
|
9 |
* Improves the feedback module that alerts to errors in the database.
|
cp_calculatedfieldsf_free.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Calculated Fields Form
|
4 |
Plugin URI: https://cff.dwbooster.com
|
5 |
Description: Create forms with field values calculated based in other form field values.
|
6 |
-
Version: 1.1.
|
7 |
Text Domain: calculated-fields-form
|
8 |
Author: CodePeople
|
9 |
Author URI: https://cff.dwbooster.com
|
@@ -16,7 +16,7 @@ if(!defined('WP_DEBUG') || true != WP_DEBUG)
|
|
16 |
}
|
17 |
|
18 |
// Defining main constants
|
19 |
-
define('CP_CALCULATEDFIELDSF_VERSION', '1.1.
|
20 |
define('CP_CALCULATEDFIELDSF_MAIN_FILE_PATH', __FILE__ );
|
21 |
define('CP_CALCULATEDFIELDSF_BASE_PATH', dirname( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
|
22 |
define('CP_CALCULATEDFIELDSF_BASE_NAME', plugin_basename( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
|
3 |
Plugin Name: Calculated Fields Form
|
4 |
Plugin URI: https://cff.dwbooster.com
|
5 |
Description: Create forms with field values calculated based in other form field values.
|
6 |
+
Version: 1.1.99
|
7 |
Text Domain: calculated-fields-form
|
8 |
Author: CodePeople
|
9 |
Author URI: https://cff.dwbooster.com
|
16 |
}
|
17 |
|
18 |
// Defining main constants
|
19 |
+
define('CP_CALCULATEDFIELDSF_VERSION', '1.1.99' );
|
20 |
define('CP_CALCULATEDFIELDSF_MAIN_FILE_PATH', __FILE__ );
|
21 |
define('CP_CALCULATEDFIELDSF_BASE_PATH', dirname( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
|
22 |
define('CP_CALCULATEDFIELDSF_BASE_NAME', plugin_basename( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
|
js/fbuilder-pro-public.jquery.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
$.fbuilder['version'] = '1.1.
|
2 |
$.fbuilder['controls'] = $.fbuilder['controls'] || {};
|
3 |
$.fbuilder['forms'] = $.fbuilder['forms'] || {};
|
4 |
|
1 |
+
$.fbuilder['version'] = '1.1.99';
|
2 |
$.fbuilder['controls'] = $.fbuilder['controls'] || {};
|
3 |
$.fbuilder['forms'] = $.fbuilder['forms'] || {};
|
4 |
|
js/fields-public/08_fbuilder.fdropdown.js
CHANGED
@@ -64,7 +64,7 @@
|
|
64 |
{
|
65 |
function formatState(state)
|
66 |
{
|
67 |
-
|
68 |
};
|
69 |
|
70 |
$('#'+me.name).after('<span class="cff-select2-container"></span>');
|
64 |
{
|
65 |
function formatState(state)
|
66 |
{
|
67 |
+
return !state.id ? state.text : $('<span style="display:inline-flex;align-items:center">'+state.text+'</span>');
|
68 |
};
|
69 |
|
70 |
$('#'+me.name).after('<span class="cff-select2-container"></span>');
|