Version Description
- Modifies the slider controls.
- And data sources fields (Developers and Platinum versions of the plugin).
Download this release
Release Info
Developer | codepeople |
Plugin | Calculated Fields Form |
Version | 1.1.127 |
Comparing to | |
See all releases |
Code changes from version 1.1.126 to 1.1.127
- README.txt +7 -8
- changelog.txt +5 -0
- cp_calculatedfieldsf_free.php +2 -2
- js/fbuilder-pro-public.jquery.js +1 -1
- js/fields-public/02_fbuilder.fslider.js +5 -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.1
|
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,11 @@ A: Please, follow the steps below:
|
|
965 |
|
966 |
== Changelog ==
|
967 |
|
|
|
|
|
|
|
|
|
|
|
968 |
= 1.1.126 =
|
969 |
|
970 |
* Modifies the equation parser.
|
@@ -1012,10 +1017,4 @@ A: Please, follow the steps below:
|
|
1012 |
|
1013 |
= 1.1.118 =
|
1014 |
|
1015 |
-
* Modifies the loading scripts to solve issues caused by optimizer plugins.
|
1016 |
-
|
1017 |
-
= 1.1.117 =
|
1018 |
-
|
1019 |
-
* Modifies the SUM operation.
|
1020 |
-
* Implements the SIGMA operation.
|
1021 |
-
* Implements the CURRENTLATLNG operation in the Distance operations module (Developer and Platinum plugin versions).
|
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.1
|
7 |
+
Stable tag: 1.1.127
|
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.127 =
|
969 |
+
|
970 |
+
* Modifies the slider controls.
|
971 |
+
* And data sources fields (Developers and Platinum versions of the plugin).
|
972 |
+
|
973 |
= 1.1.126 =
|
974 |
|
975 |
* Modifies the equation parser.
|
1017 |
|
1018 |
= 1.1.118 =
|
1019 |
|
1020 |
+
* Modifies the loading scripts to solve issues caused by optimizer plugins.
|
|
|
|
|
|
|
|
|
|
|
|
changelog.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
|
|
|
|
3 |
= 1.1.126 =
|
4 |
|
5 |
* Modifies the equation parser.
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 1.1.127 =
|
4 |
+
|
5 |
+
* Modifies the slider controls.
|
6 |
+
* And data sources fields (Developers and Platinum versions of the plugin).
|
7 |
+
|
8 |
= 1.1.126 =
|
9 |
|
10 |
* Modifies the equation parser.
|
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
|
@@ -15,7 +15,7 @@ if ( ! defined( 'WP_DEBUG' ) || true != WP_DEBUG ) {
|
|
15 |
}
|
16 |
|
17 |
// Defining main constants
|
18 |
-
define( 'CP_CALCULATEDFIELDSF_VERSION', '1.1.
|
19 |
define( 'CP_CALCULATEDFIELDSF_MAIN_FILE_PATH', __FILE__ );
|
20 |
define( 'CP_CALCULATEDFIELDSF_BASE_PATH', dirname( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
|
21 |
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.127
|
7 |
Text Domain: calculated-fields-form
|
8 |
Author: CodePeople
|
9 |
Author URI: https://cff.dwbooster.com
|
15 |
}
|
16 |
|
17 |
// Defining main constants
|
18 |
+
define( 'CP_CALCULATEDFIELDSF_VERSION', '1.1.127' );
|
19 |
define( 'CP_CALCULATEDFIELDSF_MAIN_FILE_PATH', __FILE__ );
|
20 |
define( 'CP_CALCULATEDFIELDSF_BASE_PATH', dirname( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
|
21 |
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.127';
|
2 |
$.fbuilder['controls'] = $.fbuilder['controls'] || {};
|
3 |
$.fbuilder['forms'] = $.fbuilder['forms'] || {};
|
4 |
|
js/fields-public/02_fbuilder.fslider.js
CHANGED
@@ -302,7 +302,11 @@
|
|
302 |
})(me);
|
303 |
$('#'+this.name+'_slider').slider(opt);
|
304 |
me._setFieldValue();
|
305 |
-
$('#cp_calculatedfieldsf_pform'+me.form_identifier).bind('reset', function(){
|
|
|
|
|
|
|
|
|
306 |
},
|
307 |
val:function(raw)
|
308 |
{
|
302 |
})(me);
|
303 |
$('#'+this.name+'_slider').slider(opt);
|
304 |
me._setFieldValue();
|
305 |
+
$('#cp_calculatedfieldsf_pform'+me.form_identifier).bind('reset', function(){
|
306 |
+
setTimeout(function(){
|
307 |
+
$('#'+me.name+'_slider').slider(opt); me._setFieldValue();
|
308 |
+
}, 20);
|
309 |
+
});
|
310 |
},
|
311 |
val:function(raw)
|
312 |
{
|