Calculated Fields Form - Version 1.1.86

Version Description

  • Modifies the template 14.
  • Modifies the PayPal integration (Professional, Developer, and Platinum versions)
Download this release

Release Info

Developer codepeople
Plugin Icon 128x128 Calculated Fields Form
Version 1.1.86
Comparing to
See all releases

Code changes from version 1.1.85 to 1.1.86

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.85
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.85 =
969
 
970
  * Modifies the val method in all components.
@@ -1025,12 +1030,4 @@ A: Please, follow the steps below:
1025
  * Improves the javascript cache module.
1026
  * Fixes minor issues in the DataTable DS Control (Developer and Platinum versions).
1027
  * Implements the addRecord, updateRecord, and deleteRecord methods in the RecordSet DS control (Developer and Platinum versions).
1028
- * Includes the layout attribute in the PDF Generator add-on to generate the PDF in portrait or landscape mode (Platinum version).
1029
-
1030
- = 1.1.76 =
1031
-
1032
- * Includes the operations SHOWFIELD, HIDEFIELD to show/hide fields without disabling them.
1033
- * Includes new attributes in the date/time field to allow disabling the keyboard on mobiles and configure Monday as the first weekday.
1034
- * Modifies the styles on datepickers.
1035
- * Implements additional validations in the Captcha generator.
1036
- * Includes new filters to modify the headers row and body rows in the Export CSV module (Professional, Developer, and Platinum 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.0
7
+ Stable tag: 1.1.86
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.86 =
969
+
970
+ * Modifies the template 14.
971
+ * Modifies the PayPal integration (Professional, Developer, and Platinum versions)
972
+
973
  = 1.1.85 =
974
 
975
  * Modifies the val method in all components.
1030
  * Improves the javascript cache module.
1031
  * Fixes minor issues in the DataTable DS Control (Developer and Platinum versions).
1032
  * Implements the addRecord, updateRecord, and deleteRecord methods in the RecordSet DS control (Developer and Platinum versions).
1033
+ * Includes the layout attribute in the PDF Generator add-on to generate the PDF in portrait or landscape mode (Platinum version).
 
 
 
 
 
 
 
 
changelog.txt CHANGED
@@ -1,5 +1,10 @@
1
  == Changelog ==
2
 
 
 
 
 
 
3
  = 1.1.85 =
4
 
5
  * Modifies the val method in all components.
@@ -455,21 +460,4 @@
455
 
456
  * Modifies the forms structures.
457
  * Fixes a CSS conflict.
458
- * Modifies the RedSys and Bizum add-ons (Platinum version of the plugin).
459
-
460
- = 1.0.472 =
461
-
462
- * Allows you to configure the Date/Time fields as read only.
463
- * Fixes some compatibility issues with the last versions of PHP.
464
- * Modifies the WooCommerce add-on (Developer and Platinum versions of the plugin).
465
- * Includes a link from the form's settings to Messages lists (Commercial versions of the plugin).
466
-
467
- = 1.0.471 =
468
-
469
- * Fixes a compatibility problem with Internet Explorer, even if this browser has been discontinued by Microsoft.
470
-
471
- = 1.0.470 =
472
-
473
- * Modifies the processing and loading animation.
474
- * Fixes some warnings.
475
- * Resets the manual entry flag in the calculated fields in the form reset action.
1
  == Changelog ==
2
 
3
+ = 1.1.86 =
4
+
5
+ * Modifies the template 14.
6
+ * Modifies the PayPal integration (Professional, Developer, and Platinum versions)
7
+
8
  = 1.1.85 =
9
 
10
  * Modifies the val method in all components.
460
 
461
  * Modifies the forms structures.
462
  * Fixes a CSS conflict.
463
+ * Modifies the RedSys and Bizum add-ons (Platinum version of the plugin).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.85
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.85' );
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.86
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.86' );
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.85';
2
  $.fbuilder['controls'] = $.fbuilder['controls'] || {};
3
  $.fbuilder['forms'] = $.fbuilder['forms'] || {};
4
 
1
+ $.fbuilder['version'] = '1.1.86';
2
  $.fbuilder['controls'] = $.fbuilder['controls'] || {};
3
  $.fbuilder['forms'] = $.fbuilder['forms'] || {};
4
 
templates/14/style.css CHANGED
@@ -58,6 +58,8 @@
58
  .cp_cff_14 #fbuilder input[type="reset"]:active{color:#00a0d2;}
59
  .cp_cff_14 #fbuilder .fields input[type="checkbox"],
60
  .cp_cff_14 #fbuilder .fields input[type="radio"]{display:none;}
 
 
61
  .cp_cff_14 #fbuilder .cff-radiobutton-field .one_column,
62
  .cp_cff_14 #fbuilder .cff-checkbox-field .one_column{margin-bottom:10px;}
63
  .cp_cff_14 #fbuilder .cff-radiobutton-field:not(.cff-switch-container) .dfield input+span::before,
58
  .cp_cff_14 #fbuilder input[type="reset"]:active{color:#00a0d2;}
59
  .cp_cff_14 #fbuilder .fields input[type="checkbox"],
60
  .cp_cff_14 #fbuilder .fields input[type="radio"]{display:none;}
61
+ .cp_cff_14 #fbuilder .captcha .fields input[type="checkbox"],
62
+ .cp_cff_14 #fbuilder .captcha .fields input[type="radio"]{display:inline;}
63
  .cp_cff_14 #fbuilder .cff-radiobutton-field .one_column,
64
  .cp_cff_14 #fbuilder .cff-checkbox-field .one_column{margin-bottom:10px;}
65
  .cp_cff_14 #fbuilder .cff-radiobutton-field:not(.cff-switch-container) .dfield input+span::before,