Version Description
- Fixes a minor issue with the next/previous pages feature in multi-page forms.
- Modifies the appearance of the controls on mobile devices.
Download this release
Release Info
Developer | codepeople |
Plugin | Calculated Fields Form |
Version | 1.1.73 |
Comparing to | |
See all releases |
Code changes from version 1.1.72 to 1.1.73
- README.txt +7 -9
- changelog.txt +6 -10
- cp_calculatedfieldsf_free.php +2 -2
- css/style.css +1 -0
- js/fbuilder-pro-admin.jquery.js +1 -1
- js/fbuilder-pro-public.jquery.js +2 -2
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.
|
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.72 =
|
969 |
|
970 |
* Modifies the forms builder design.
|
@@ -1020,11 +1025,4 @@ A: Please, follow the steps below:
|
|
1020 |
= 1.1.63 =
|
1021 |
|
1022 |
* Improves the advanced equations editor on mobiles devices.
|
1023 |
-
* Fixes an issue with the advanced equations editor and the Firefox browser.
|
1024 |
-
|
1025 |
-
= 1.1.62 =
|
1026 |
-
|
1027 |
-
* Fixes a minor issue in the checkbox fields.
|
1028 |
-
* Implements the NTHROOT operation to calculate the nth root of a number.
|
1029 |
-
* Modifies the AVERAGE operation for accepting numbers array as its argument.
|
1030 |
-
* Implements the DataTable DS control in the Developer and Platinum versions to insert tables with recordset records.
|
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.73
|
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.73 =
|
969 |
+
|
970 |
+
* Fixes a minor issue with the next/previous pages feature in multi-page forms.
|
971 |
+
* Modifies the appearance of the controls on mobile devices.
|
972 |
+
|
973 |
= 1.1.72 =
|
974 |
|
975 |
* Modifies the forms builder design.
|
1025 |
= 1.1.63 =
|
1026 |
|
1027 |
* Improves the advanced equations editor on mobiles devices.
|
1028 |
+
* Fixes an issue with the advanced equations editor and the Firefox browser.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changelog.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
|
|
|
|
3 |
= 1.1.72 =
|
4 |
|
5 |
* Modifies the forms builder design.
|
@@ -520,13 +525,4 @@
|
|
520 |
|
521 |
= 1.0.444 =
|
522 |
|
523 |
-
* Fixes some compatibility issues with PHP8.
|
524 |
-
|
525 |
-
= 1.0.443 =
|
526 |
-
|
527 |
-
* Includes two new operations: ENABLEEQUATIONS and DISABLEEQUATIONS for enabling/disabling the dynamic evaluation of the equations, respectively.
|
528 |
-
|
529 |
-
= 1.0.442 =
|
530 |
-
|
531 |
-
* Modifies the validations on Date/Time fields.
|
532 |
-
* Fixes an issue in the forms previews.
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 1.1.73 =
|
4 |
+
|
5 |
+
* Fixes a minor issue with the next/previous pages feature in multi-page forms.
|
6 |
+
* Modifies the appearance of the controls on mobile devices.
|
7 |
+
|
8 |
= 1.1.72 =
|
9 |
|
10 |
* Modifies the forms builder design.
|
525 |
|
526 |
= 1.0.444 =
|
527 |
|
528 |
+
* Fixes some compatibility issues with PHP8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
@@ -16,7 +16,7 @@ if(!defined('WP_DEBUG') || true != WP_DEBUG)
|
|
16 |
}
|
17 |
|
18 |
// Defining main constants
|
19 |
-
define('CP_CALCULATEDFIELDSF_VERSION', '1.1.
|
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.73
|
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.73' );
|
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 ) );
|
css/style.css
CHANGED
@@ -295,6 +295,7 @@ a.helpfbuilder{font-size:80%;text-decoration:underline;color:#00f;cursor:pointer
|
|
295 |
.dashboardColumn,
|
296 |
.ctrlsColumn{width:100% !important;position:relative !important;}
|
297 |
.form-builder .button{margin:0; padding:0;width:49%;margin-right:1%;margin-top:5px;}
|
|
|
298 |
#fbuilder{margin-top:10px;padding:0;}
|
299 |
.cff-form-name-shortcode{display:none;}
|
300 |
.cff-revisions-container{float:none; width:100%;padding:10px 5%;}
|
295 |
.dashboardColumn,
|
296 |
.ctrlsColumn{width:100% !important;position:relative !important;}
|
297 |
.form-builder .button{margin:0; padding:0;width:49%;margin-right:1%;margin-top:5px;}
|
298 |
+
.ctrlsColumn .itemForm::before{margin:5px 0 0 5px;}
|
299 |
#fbuilder{margin-top:10px;padding:0;}
|
300 |
.cff-form-name-shortcode{display:none;}
|
301 |
.cff-revisions-container{float:none; width:100%;padding:10px 5%;}
|
js/fbuilder-pro-admin.jquery.js
CHANGED
@@ -130,7 +130,7 @@
|
|
130 |
|
131 |
$("#tabs-1").append('<div class="clearer"></div>');
|
132 |
$( ".button").button();
|
133 |
-
$(document).on('mouseover', '.ctrlsColumn .itemForm', function(){$(this).addClass('button-primary');})
|
134 |
.on('mouseout', '.ctrlsColumn .itemForm', function(){$(this).removeClass('button-primary');});
|
135 |
|
136 |
// Create a items object
|
130 |
|
131 |
$("#tabs-1").append('<div class="clearer"></div>');
|
132 |
$( ".button").button();
|
133 |
+
$(document).on('mouseover', '.ctrlsColumn .itemForm:not(#facceptance):not(#fCalculated)', function(){$(this).addClass('button-primary');})
|
134 |
.on('mouseout', '.ctrlsColumn .itemForm', function(){$(this).removeClass('button-primary');});
|
135 |
|
136 |
// Create a items object
|
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 |
|
@@ -157,7 +157,7 @@
|
|
157 |
{
|
158 |
try
|
159 |
{
|
160 |
-
if(
|
161 |
{
|
162 |
var ff = pageDom.find(":focusable:first");
|
163 |
if( ff &&
|
1 |
+
$.fbuilder['version'] = '1.1.73';
|
2 |
$.fbuilder['controls'] = $.fbuilder['controls'] || {};
|
3 |
$.fbuilder['forms'] = $.fbuilder['forms'] || {};
|
4 |
|
157 |
{
|
158 |
try
|
159 |
{
|
160 |
+
if(!$.fbuilder.isMobile())
|
161 |
{
|
162 |
var ff = pageDom.find(":focusable:first");
|
163 |
if( ff &&
|