Calculated Fields Form - Version 1.1.112

Version Description

  • Removes unnecessary characters.
Download this release

Release Info

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

Code changes from version 1.1.111 to 1.1.112

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.111
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.111 =
969
 
970
  * Improves the plugin code.
@@ -1010,8 +1014,4 @@ A: Please, follow the steps below:
1010
  = 1.1.103 =
1011
 
1012
  * Includes new modifications in the radio buttons and radio buttons ds.
1013
- * Implements additional verifications to prevent undesired actions.
1014
-
1015
- = 1.1.102 =
1016
-
1017
- * Fixes an issue with the radio buttons when switching on/off is enabled.
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.112
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.112 =
969
+
970
+ * Removes unnecessary characters.
971
+
972
  = 1.1.111 =
973
 
974
  * Improves the plugin code.
1014
  = 1.1.103 =
1015
 
1016
  * Includes new modifications in the radio buttons and radio buttons ds.
1017
+ * Implements additional verifications to prevent undesired actions.
 
 
 
 
changelog.txt CHANGED
@@ -1,5 +1,9 @@
1
  == Changelog ==
2
 
 
 
 
 
3
  = 1.1.111 =
4
 
5
  * Improves the plugin code.
1
  == Changelog ==
2
 
3
+ = 1.1.112 =
4
+
5
+ * Removes unnecessary characters.
6
+
7
  = 1.1.111 =
8
 
9
  * Improves the plugin code.
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.111
7
  Text Domain: calculated-fields-form
8
  Author: CodePeople
9
  Author URI: https://cff.dwbooster.com
@@ -15,7 +15,7 @@ if ( ! defined( 'WP_DEBUG' ) || true != WP_DEBUG ) {
15
  }
16
 
17
  // Defining main constants
18
- define( 'CP_CALCULATEDFIELDSF_VERSION', '1.1.111' );
19
  define( 'CP_CALCULATEDFIELDSF_MAIN_FILE_PATH', __FILE__ );
20
  define( 'CP_CALCULATEDFIELDSF_BASE_PATH', dirname( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
21
  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.112
7
  Text Domain: calculated-fields-form
8
  Author: CodePeople
9
  Author URI: https://cff.dwbooster.com
15
  }
16
 
17
  // Defining main constants
18
+ define( 'CP_CALCULATEDFIELDSF_VERSION', '1.1.112' );
19
  define( 'CP_CALCULATEDFIELDSF_MAIN_FILE_PATH', __FILE__ );
20
  define( 'CP_CALCULATEDFIELDSF_BASE_PATH', dirname( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
21
  define( 'CP_CALCULATEDFIELDSF_BASE_NAME', plugin_basename( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
inc/cpcff_banner.inc.php CHANGED
@@ -103,4 +103,3 @@ if ( ! function_exists( 'codepeople_add_promote_banner' ) ) {
103
  }
104
  add_action( 'admin_bar_menu', 'codepeople_add_promote_banner' );
105
  } // End codepeople_promote_banner block
106
- ?>
103
  }
104
  add_action( 'admin_bar_menu', 'codepeople_add_promote_banner' );
105
  } // End codepeople_promote_banner block
 
inc/cpcff_public_int.inc.php CHANGED
@@ -78,4 +78,3 @@ if ( ! empty( $atts ) && ! empty( $atts['class'] ) ) {
78
  </form>
79
  <?php
80
  }
81
- ?>
78
  </form>
79
  <?php
80
  }
 
inc/cpcff_session.inc.php CHANGED
@@ -182,4 +182,3 @@ if ( ! class_exists( 'CP_SESSION' ) ) {
182
  }
183
  } // End clss
184
  }
185
-
182
  }
183
  } // End clss
184
  }
 
inc/cpcff_templates.inc.php CHANGED
@@ -151,4 +151,3 @@ if ( ! class_exists( 'CPCFF_TEMPLATES' ) ) {
151
 
152
  } // End CPCFF_TEMPLATES
153
  }
154
-
151
 
152
  } // End CPCFF_TEMPLATES
153
  }