Calculated Fields Form - Version 1.1.70

Version Description

  • Modifies the loading process to prevent the iframe tags affect the form generation.
Download this release

Release Info

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

Code changes from version 1.1.69 to 1.1.70

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: 5.9
7
- Stable tag: 1.1.69
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.69 =
969
 
970
  * Includes a 'Files Operations' module to manage files. The operations module includes three operations: PDFPAGESNUMBER to obtain the pages number in a PDF file selected by the user with the Upload File control. IMGDIMENSION to get an object with the natural width and height of the image selected by the user. VIEWFILE displays the images and PDF files selected by the user into a tag decided by the form developer.
@@ -1015,10 +1019,4 @@ A: Please, follow the steps below:
1015
  = 1.1.61 =
1016
 
1017
  * Improves the integration with WP-Optimize plugin.
1018
- * Removes deprecated functions.
1019
-
1020
- = 1.1.60 =
1021
-
1022
- * Improves the plugin performance.
1023
- * Improves the integration with the optimizer plugins like WP Rocket and Autoptimize.
1024
- * Reduces the number of database queries.
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: 5.9
7
+ Stable tag: 1.1.70
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.70 =
969
+
970
+ * Modifies the loading process to prevent the iframe tags affect the form generation.
971
+
972
  = 1.1.69 =
973
 
974
  * Includes a 'Files Operations' module to manage files. The operations module includes three operations: PDFPAGESNUMBER to obtain the pages number in a PDF file selected by the user with the Upload File control. IMGDIMENSION to get an object with the natural width and height of the image selected by the user. VIEWFILE displays the images and PDF files selected by the user into a tag decided by the form developer.
1019
  = 1.1.61 =
1020
 
1021
  * Improves the integration with WP-Optimize plugin.
1022
+ * Removes deprecated functions.
 
 
 
 
 
 
changelog.txt CHANGED
@@ -1,5 +1,9 @@
1
  == Changelog ==
2
 
 
 
 
 
3
  = 1.1.69 =
4
 
5
  * Includes a 'Files Operations' module to manage files. The operations module includes three operations: PDFPAGESNUMBER to obtain the pages number in a PDF file selected by the user with the Upload File control. IMGDIMENSION to get an object with the natural width and height of the image selected by the user. VIEWFILE displays the images and PDF files selected by the user into a tag decided by the form developer.
@@ -520,9 +524,4 @@
520
 
521
  = 1.0.440 =
522
 
523
- * Modifies the setChoices method in the Radio Buttons, Checkbox, and DropDown controls.
524
-
525
- = 1.0.439 =
526
-
527
- * Modifies the Phone control.
528
- * Modifies the Users Permissions add-on (Developer and Platinum versions of the plugin).
1
  == Changelog ==
2
 
3
+ = 1.1.70 =
4
+
5
+ * Modifies the loading process to prevent the iframe tags affect the form generation.
6
+
7
  = 1.1.69 =
8
 
9
  * Includes a 'Files Operations' module to manage files. The operations module includes three operations: PDFPAGESNUMBER to obtain the pages number in a PDF file selected by the user with the Upload File control. IMGDIMENSION to get an object with the natural width and height of the image selected by the user. VIEWFILE displays the images and PDF files selected by the user into a tag decided by the form developer.
524
 
525
  = 1.0.440 =
526
 
527
+ * Modifies the setChoices method in the Radio Buttons, Checkbox, and DropDown controls.
 
 
 
 
 
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.69
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.69' );
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.70
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.70' );
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-loader-public.php CHANGED
@@ -85,8 +85,8 @@ fbuilderjQuery.fbuilderjQueryGenerator = function(){
85
  if($("#fbuilder"+fnum).is(':visible'))
86
  {
87
  var f = $("#fbuilder"+fnum).fbuilder(( typeof cp_calculatedfieldsf_fbuilder_config.obj == 'string' ) ? $.parseJSON(cp_calculatedfieldsf_fbuilder_config.obj) : cp_calculatedfieldsf_fbuilder_config.obj );
88
- f.fBuild.loadData("form_structure"+fnum);
89
  f.attr('data-processed', 1);
 
90
  }
91
  else
92
  {
85
  if($("#fbuilder"+fnum).is(':visible'))
86
  {
87
  var f = $("#fbuilder"+fnum).fbuilder(( typeof cp_calculatedfieldsf_fbuilder_config.obj == 'string' ) ? $.parseJSON(cp_calculatedfieldsf_fbuilder_config.obj) : cp_calculatedfieldsf_fbuilder_config.obj );
 
88
  f.attr('data-processed', 1);
89
+ f.fBuild.loadData("form_structure"+fnum);
90
  }
91
  else
92
  {
js/fbuilder-pro-public.jquery.js CHANGED
@@ -1,4 +1,4 @@
1
- $.fbuilder['version'] = '1.1.69';
2
  $.fbuilder['controls'] = $.fbuilder['controls'] || {};
3
  $.fbuilder['forms'] = $.fbuilder['forms'] || {};
4
 
1
+ $.fbuilder['version'] = '1.1.70';
2
  $.fbuilder['controls'] = $.fbuilder['controls'] || {};
3
  $.fbuilder['forms'] = $.fbuilder['forms'] || {};
4