Payment Form for PayPal Pro - Version 1.1.44

Version Description

  • Form builder header fixes

=

Download this release

Release Info

Developer codepeople
Plugin Icon 128x128 Payment Form for PayPal Pro
Version 1.1.44
Comparing to
See all releases

Code changes from version 1.1.43 to 1.1.44

Files changed (3) hide show
  1. README.txt +5 -2
  2. cp_ppp.php +1 -1
  3. js/fbuilder-pro-public.jquery.js +1 -1
README.txt CHANGED
@@ -260,7 +260,10 @@ A: In all plugin versions you can turn off IP tracking to avoid saving that user
260
  = 1.1.43 =
261
  * Fixed conflict with third party plugins
262
 
 
 
 
263
  == Upgrade Notice ==
264
 
265
- = 1.1.43 =
266
- * Fixed conflict with third party plugins
260
  = 1.1.43 =
261
  * Fixed conflict with third party plugins
262
 
263
+ = 1.1.44 =
264
+ * Form builder header fixes
265
+
266
  == Upgrade Notice ==
267
 
268
+ = 1.1.44 =
269
+ * Form builder header fixes
cp_ppp.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Payment Form for PayPal Pro
4
  Plugin URI: https://wordpress.dwbooster.com/forms/paypal-payment-pro-form
5
  Description: Payment Form for PayPal Pro to accept credit cards directly into your website. Official PayPal Partner.
6
- Version: 1.1.43
7
  Author: CodePeople
8
  Author URI: https://wordpress.dwbooster.com/forms/payment-form-for-paypal-pro
9
  License: GPL
3
  Plugin Name: Payment Form for PayPal Pro
4
  Plugin URI: https://wordpress.dwbooster.com/forms/paypal-payment-pro-form
5
  Description: Payment Form for PayPal Pro to accept credit cards directly into your website. Official PayPal Partner.
6
+ Version: 1.1.44
7
  Author: CodePeople
8
  Author URI: https://wordpress.dwbooster.com/forms/payment-form-for-paypal-pro
9
  License: GPL
js/fbuilder-pro-public.jquery.js CHANGED
@@ -214,7 +214,7 @@
214
  evalequations:1,
215
  autocomplete:1,
216
  show:function(){
217
- return '<div class="fform" id="field"><h1>'+this.title+'</h1><span>'+this.description+'</span></div>';
218
  },
219
  after_show:function( id ){
220
  $( '#cp_calculatedfieldsf_pform'+id ).attr( 'data-evalequations', this.evalequations ).attr( 'autocomplete', ( ( this.autocomplete ) ? 'on' : 'off' ) );
214
  evalequations:1,
215
  autocomplete:1,
216
  show:function(){
217
+ return '<div class="fform" id="field">'+(this.title!=''?'<h1>'+this.title+'</h1>':'')+(this.description!=''?'<span>'+this.description+'</span>':'')+'</div>';
218
  },
219
  after_show:function( id ){
220
  $( '#cp_calculatedfieldsf_pform'+id ).attr( 'data-evalequations', this.evalequations ).attr( 'autocomplete', ( ( this.autocomplete ) ? 'on' : 'off' ) );