Version Description
- Fixes a conflict with the latest update of The Events Calendar plugin.
Download this release
Release Info
Developer | codepeople |
Plugin | Calculated Fields Form |
Version | 1.1.96 |
Comparing to | |
See all releases |
Code changes from version 1.1.95 to 1.1.96
- README.txt +6 -7
- changelog.txt +4 -0
- cp_calculatedfieldsf_free.php +2 -2
- inc/cpcff_main.inc.php +3 -0
- js/fbuilder-pro-public.jquery.js +1 -1
- js/nope.js +1 -0
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.
|
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.95 =
|
969 |
|
970 |
* Fixes an issue with InnoDB tables whose ROW_FORMAT=COMPACT.
|
@@ -1017,9 +1021,4 @@ A: Please, follow the steps below:
|
|
1017 |
|
1018 |
* Improves the plugin behavior by escaping all field attributes.
|
1019 |
* Solves a warning in the CFF WooCommerce add-on (Developer and Platinum versions).
|
1020 |
-
* Fixes a conflict in the CFF - Analytics add-on (Platinum version).
|
1021 |
-
|
1022 |
-
= 1.1.86 =
|
1023 |
-
|
1024 |
-
* Modifies the template 14.
|
1025 |
-
* Modifies the PayPal integration (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.96
|
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.96 =
|
969 |
+
|
970 |
+
* Fixes a conflict with the latest update of The Events Calendar plugin.
|
971 |
+
|
972 |
= 1.1.95 =
|
973 |
|
974 |
* Fixes an issue with InnoDB tables whose ROW_FORMAT=COMPACT.
|
1021 |
|
1022 |
* Improves the plugin behavior by escaping all field attributes.
|
1023 |
* Solves a warning in the CFF WooCommerce add-on (Developer and Platinum versions).
|
1024 |
+
* Fixes a conflict in the CFF - Analytics add-on (Platinum version).
|
|
|
|
|
|
|
|
|
|
changelog.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
|
|
3 |
= 1.1.95 =
|
4 |
|
5 |
* Fixes an issue with InnoDB tables whose ROW_FORMAT=COMPACT.
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 1.1.96 =
|
4 |
+
|
5 |
+
* Fixes a conflict with the latest update of The Events Calendar plugin.
|
6 |
+
|
7 |
= 1.1.95 =
|
8 |
|
9 |
* Fixes an issue with InnoDB tables whose ROW_FORMAT=COMPACT.
|
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.96
|
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.96' );
|
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
@@ -314,6 +314,9 @@ if(!class_exists('CPCFF_MAIN'))
|
|
314 |
{
|
315 |
if('cp_calculated_fields_form' == $_GET['page'])
|
316 |
{
|
|
|
|
|
|
|
317 |
wp_enqueue_script( "jquery" );
|
318 |
wp_enqueue_script( "jquery-ui-core" );
|
319 |
wp_enqueue_script( "jquery-ui-sortable" );
|
314 |
{
|
315 |
if('cp_calculated_fields_form' == $_GET['page'])
|
316 |
{
|
317 |
+
wp_deregister_script( 'tribe-events-bootstrap-datepicker' );
|
318 |
+
wp_register_script('tribe-events-bootstrap-datepicker', plugins_url('/js/nope.js', CP_CALCULATEDFIELDSF_MAIN_FILE_PATH));
|
319 |
+
|
320 |
wp_enqueue_script( "jquery" );
|
321 |
wp_enqueue_script( "jquery-ui-core" );
|
322 |
wp_enqueue_script( "jquery-ui-sortable" );
|
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 |
|
1 |
+
$.fbuilder['version'] = '1.1.96';
|
2 |
$.fbuilder['controls'] = $.fbuilder['controls'] || {};
|
3 |
$.fbuilder['forms'] = $.fbuilder['forms'] || {};
|
4 |
|
js/nope.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
// no need to code yet
|