Calculated Fields Form - Version 1.1.78

Version Description

  • Modifies the Handling Files operations module.
Download this release

Release Info

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

Code changes from version 1.1.77 to 1.1.78

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.77
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.77 =
969
 
970
  * Modifies the Managing Fields operations module.
@@ -1018,11 +1022,4 @@ A: Please, follow the steps below:
1018
  * 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
  * Moves the 'when to send notification emails' attribute to the payment settings section because this attribute affects every payment gateway activated in the form (Commercial versions of the plugin).
1020
  * Includes a minor modification in the styles of the Users Permissions add-on to avoid word breaks in the users' submissions lists (Developer and Platinum versions of the plugin).
1021
- * Triggers the 'cff-data-filled' custom event when the plugin fills the DS fields (Developer and Platinum versions of the plugin)
1022
-
1023
- = 1.1.68 =
1024
-
1025
- * Includes a minor modification in template 14.
1026
- * Loads the vendors' scripts in the footer to prevent conflicts with third-party plugins and themes.
1027
- * Modifies the Messages section for filtering by paid entries, includes in the forms lists, the ids of forms with entries associated, even when the forms were deleted, and a button to delete all entries at once (Professional, Developer, and Platinum versions of the plugin)
1028
- * Modifies the recordset fields when loads forms' submissions. For every field, it includes two attributes with the same value, an attribute with the field's name (fieldname#) and another one with the number component of the field's name (#) (Developer and Platinum versions of the plugin)
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.78
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.78 =
969
+
970
+ * Modifies the Handling Files operations module.
971
+
972
  = 1.1.77 =
973
 
974
  * Modifies the Managing Fields operations module.
1022
  * 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.
1023
  * Moves the 'when to send notification emails' attribute to the payment settings section because this attribute affects every payment gateway activated in the form (Commercial versions of the plugin).
1024
  * Includes a minor modification in the styles of the Users Permissions add-on to avoid word breaks in the users' submissions lists (Developer and Platinum versions of the plugin).
1025
+ * Triggers the 'cff-data-filled' custom event when the plugin fills the DS fields (Developer and Platinum versions of the plugin)
 
 
 
 
 
 
 
changelog.txt CHANGED
@@ -1,5 +1,9 @@
1
  == Changelog ==
2
 
 
 
 
 
3
  = 1.1.77 =
4
 
5
  * Modifies the Managing Fields operations module.
@@ -505,15 +509,4 @@
505
 
506
  * Fixes an issue with the default values in the Phone fields.
507
  * Implements the IRR operation in the Financial Operations module (Developer and Platinum versions).
508
- * Includes a new attribute in the CFF - WooCommerce add-on. It allows you to define the product's title in the cart through the form (Developer and Platinum versions).
509
-
510
- = 1.0.452 =
511
-
512
- * Fixes an issue in the Slider control synchronizing the typed values and the handle's position.
513
- * Adds the new method set_step in the number controls.
514
-
515
- = 1.0.451 =
516
-
517
- * Fixes an issue with the Slider controls entered manually.
518
- * Improves the settings of date/time fields.
519
- * Fixes an issue the DATEDIFF operation (Developer and Platinum versions of the CFF)
1
  == Changelog ==
2
 
3
+ = 1.1.78 =
4
+
5
+ * Modifies the Handling Files operations module.
6
+
7
  = 1.1.77 =
8
 
9
  * Modifies the Managing Fields operations module.
509
 
510
  * Fixes an issue with the default values in the Phone fields.
511
  * Implements the IRR operation in the Financial Operations module (Developer and Platinum versions).
512
+ * Includes a new attribute in the CFF - WooCommerce add-on. It allows you to define the product's title in the cart through the form (Developer and Platinum versions).
 
 
 
 
 
 
 
 
 
 
 
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.77
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.77' );
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.78
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.78' );
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.77';
2
  $.fbuilder['controls'] = $.fbuilder['controls'] || {};
3
  $.fbuilder['forms'] = $.fbuilder['forms'] || {};
4
 
1
+ $.fbuilder['version'] = '1.1.78';
2
  $.fbuilder['controls'] = $.fbuilder['controls'] || {};
3
  $.fbuilder['forms'] = $.fbuilder['forms'] || {};
4
 
js/modules/09_file/admin/module_admin.js CHANGED
@@ -5,7 +5,7 @@ fbuilderjQuery[ 'fbuilder' ][ 'modules' ] = fbuilderjQuery[ 'fbuilder' ][ 'modul
5
  fbuilderjQuery[ 'fbuilder' ][ 'modules' ][ 'file' ] = {
6
  'tutorial' : 'https://cff.dwbooster.com/documentation#file-module',
7
  'toolbars' : {
8
- 'url' : {
9
  'label' : 'Handling of Files and Their Properties (Experimental)',
10
  'buttons' : [
11
  {
5
  fbuilderjQuery[ 'fbuilder' ][ 'modules' ][ 'file' ] = {
6
  'tutorial' : 'https://cff.dwbooster.com/documentation#file-module',
7
  'toolbars' : {
8
+ 'file' : {
9
  'label' : 'Handling of Files and Their Properties (Experimental)',
10
  'buttons' : [
11
  {
js/modules/09_file/public/01_file.js CHANGED
@@ -46,7 +46,7 @@
46
  if(index in lib.records)
47
  {
48
  result = lib.records[index];
49
- delete lib.records[index];
50
  }
51
  else
52
  {
@@ -94,7 +94,7 @@
94
  if(index in lib.records)
95
  {
96
  result = lib.records[index];
97
- delete lib.records[index];
98
  }
99
  else
100
  {
46
  if(index in lib.records)
47
  {
48
  result = lib.records[index];
49
+ /*delete lib.records[index];*/
50
  }
51
  else
52
  {
94
  if(index in lib.records)
95
  {
96
  result = lib.records[index];
97
+ /*delete lib.records[index];*/
98
  }
99
  else
100
  {