Calculated Fields Form - Version 1.1.68

Version Description

  • Includes a minor modification in template 14.
  • Loads the vendors' scripts in the footer to prevent conflicts with third-party plugins and themes.
  • 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)
  • 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)
Download this release

Release Info

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

Code changes from version 1.1.67 to 1.1.68

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.67
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -965,6 +965,13 @@ A: Please, follow the steps below:
965
 
966
  == Changelog ==
967
 
 
 
 
 
 
 
 
968
  = 1.1.67 =
969
 
970
  * Fixes a conflict with the latest update of Visual Composer.
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.68
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.68 =
969
+
970
+ * Includes a minor modification in template 14.
971
+ * Loads the vendors' scripts in the footer to prevent conflicts with third-party plugins and themes.
972
+ * 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)
973
+ * 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)
974
+
975
  = 1.1.67 =
976
 
977
  * Fixes a conflict with the latest update of Visual Composer.
changelog.txt CHANGED
@@ -1,5 +1,12 @@
1
  == Changelog ==
2
 
 
 
 
 
 
 
 
3
  = 1.1.67 =
4
 
5
  * Fixes a conflict with the latest update of Visual Composer.
@@ -521,11 +528,4 @@
521
  = 1.0.437 =
522
 
523
  * Fixes a zoom issue in iPhones.
524
- * Includes a new feature in the Users Permissions add-on for sending a notification email to the users when admin edit their submissions (Developer and Platinum versions).
525
-
526
- = 1.0.436 =
527
-
528
- * Modifies the button control for accepting OnMouseDown button.
529
- * Modifies the media control to allow the width and height attributes to affect the audio tags.
530
- * Modifies the template 13 to allow printing the ticked radio buttons and checkbox fields.
531
- * Fixes a minor conflict between the no-cache attribute and the thank you pages URLs with bookmarks (Professional, Developer, and Platinum versions).
1
  == Changelog ==
2
 
3
+ = 1.1.68 =
4
+
5
+ * Includes a minor modification in template 14.
6
+ * Loads the vendors' scripts in the footer to prevent conflicts with third-party plugins and themes.
7
+ * 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)
8
+ * 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)
9
+
10
  = 1.1.67 =
11
 
12
  * Fixes a conflict with the latest update of Visual Composer.
528
  = 1.0.437 =
529
 
530
  * Fixes a zoom issue in iPhones.
531
+ * Includes a new feature in the Users Permissions add-on for sending a notification email to the users when admin edit their submissions (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.67
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.67' );
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.68
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.68' );
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 ) );
inc/cpcff_main.inc.php CHANGED
@@ -806,7 +806,7 @@ if(!class_exists('CPCFF_MAIN'))
806
  }
807
  else
808
  {
809
- $public_js_path = CPCFF_AUXILIARY::wp_current_url().((strpos(CPCFF_AUXILIARY::wp_current_url(),'?') === false) ? '/?' : '&').'cp_cff_resources=public&min='.get_option('CP_CALCULATEDFIELDSF_USE_CACHE', CP_CALCULATEDFIELDSF_USE_CACHE);
810
  }
811
 
812
  $config_json = $this->_get_form_configuration($formid);
806
  }
807
  else
808
  {
809
+ $public_js_path = CPCFF_AUXILIARY::wp_current_url().((strpos(CPCFF_AUXILIARY::wp_current_url(),'?') === false) ? '?' : '&').'cp_cff_resources=public&min='.get_option('CP_CALCULATEDFIELDSF_USE_CACHE', CP_CALCULATEDFIELDSF_USE_CACHE);
810
  }
811
 
812
  $config_json = $this->_get_form_configuration($formid);
inc/cpcff_public_int.inc.php CHANGED
@@ -35,7 +35,7 @@ $form_data = $form_obj->get_option('form_structure', CP_CALCULATEDFIELDSF_DEFAUL
35
  if(!wp_script_is('select2'))
36
  {
37
  wp_enqueue_style( 'cpcff_select2_css', plugins_url('/vendors/select2/select2.min.css', CP_CALCULATEDFIELDSF_MAIN_FILE_PATH), array(), CP_CALCULATEDFIELDSF_VERSION );
38
- wp_enqueue_script( 'cpcff_select2_js', plugins_url('/vendors/select2/select2.min.js', CP_CALCULATEDFIELDSF_MAIN_FILE_PATH), array(), CP_CALCULATEDFIELDSF_VERSION );
39
  }
40
 
41
  if( !empty( $form_data ) )
35
  if(!wp_script_is('select2'))
36
  {
37
  wp_enqueue_style( 'cpcff_select2_css', plugins_url('/vendors/select2/select2.min.css', CP_CALCULATEDFIELDSF_MAIN_FILE_PATH), array(), CP_CALCULATEDFIELDSF_VERSION );
38
+ wp_enqueue_script( 'cpcff_select2_js', plugins_url('/vendors/select2/select2.min.js', CP_CALCULATEDFIELDSF_MAIN_FILE_PATH), array(), CP_CALCULATEDFIELDSF_VERSION, true );
39
  }
40
 
41
  if( !empty( $form_data ) )
js/fbuilder-pro-public.jquery.js CHANGED
@@ -1,4 +1,4 @@
1
- $.fbuilder['version'] = '1.1.67';
2
  $.fbuilder['controls'] = $.fbuilder['controls'] || {};
3
  $.fbuilder['forms'] = $.fbuilder['forms'] || {};
4
 
1
+ $.fbuilder['version'] = '1.1.68';
2
  $.fbuilder['controls'] = $.fbuilder['controls'] || {};
3
  $.fbuilder['forms'] = $.fbuilder['forms'] || {};
4
 
languages/calculated-fields-form-en_US.mo CHANGED
Binary file
languages/calculated-fields-form-en_US.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2022-01-25 02:38+0100\n"
5
- "PO-Revision-Date: 2022-01-25 02:38+0100\n"
6
  "Last-Translator: CodePeople\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
@@ -929,15 +929,15 @@ msgstr ""
929
  msgid "Create javascript variable"
930
  msgstr ""
931
 
932
- #: pagebuilders/elementor/elementor.pb.php:181
933
  msgid "Variable Shortcode"
934
  msgstr ""
935
 
936
- #: pagebuilders/elementor/elementor.pb.php:188
937
  msgid "Variable shortcode"
938
  msgstr ""
939
 
940
- #: pagebuilders/elementor/elementor.pb.php:193
941
  msgid "I need help [+]"
942
  msgstr ""
943
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2022-02-21 15:24+0100\n"
5
+ "PO-Revision-Date: 2022-02-21 15:24+0100\n"
6
  "Last-Translator: CodePeople\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
929
  msgid "Create javascript variable"
930
  msgstr ""
931
 
932
+ #: pagebuilders/elementor/elementor.pb.php:180
933
  msgid "Variable Shortcode"
934
  msgstr ""
935
 
936
+ #: pagebuilders/elementor/elementor.pb.php:187
937
  msgid "Variable shortcode"
938
  msgstr ""
939
 
940
+ #: pagebuilders/elementor/elementor.pb.php:192
941
  msgid "I need help [+]"
942
  msgstr ""
943
 
templates/14/style.css CHANGED
@@ -52,8 +52,8 @@
52
  .cp_cff_14 #fbuilder input[type="email"],
53
  .cp_cff_14 #fbuilder input[type="url"]{direction:ltr;}
54
  .cp_cff_14 #fbuilder .cff-calculated-field input[readonly]{color:#3cce88 !important; font-weight:bold;border:1px solid #3cce88;}
55
- .cp_cff_14 #fbuilder .cff-summary-field *,
56
- .cp_cff_14 #fbuilder .cff-slider-field *{font-size:18px;}
57
  .cp_cff_14 #fbuilder input[type="reset"]:hover,
58
  .cp_cff_14 #fbuilder input[type="reset"]:active{color:#00a0d2;}
59
  .cp_cff_14 #fbuilder .fields input[type="checkbox"],
52
  .cp_cff_14 #fbuilder input[type="email"],
53
  .cp_cff_14 #fbuilder input[type="url"]{direction:ltr;}
54
  .cp_cff_14 #fbuilder .cff-calculated-field input[readonly]{color:#3cce88 !important; font-weight:bold;border:1px solid #3cce88;}
55
+ /* .cp_cff_14 #fbuilder .cff-summary-field *,
56
+ .cp_cff_14 #fbuilder .cff-slider-field *{font-size:16px;} */
57
  .cp_cff_14 #fbuilder input[type="reset"]:hover,
58
  .cp_cff_14 #fbuilder input[type="reset"]:active{color:#00a0d2;}
59
  .cp_cff_14 #fbuilder .fields input[type="checkbox"],