Payment Form for PayPal Pro - Version 1.1.59

Version Description

  • Fixed Javascript minify conflicts

=

Download this release

Release Info

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

Code changes from version 1.1.58 to 1.1.59

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
@@ -305,7 +305,10 @@ A: In all plugin versions you can turn off IP tracking to avoid saving that user
305
  = 1.1.58 =
306
  * Compatible with WordPress 5.3
307
 
 
 
 
308
  == Upgrade Notice ==
309
 
310
- = 1.1.58 =
311
- * Compatible with WordPress 5.3
305
  = 1.1.58 =
306
  * Compatible with WordPress 5.3
307
 
308
+ = 1.1.59 =
309
+ * Fixed Javascript minify conflicts
310
+
311
  == Upgrade Notice ==
312
 
313
+ = 1.1.59 =
314
+ * Fixed Javascript minify conflicts
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.58
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.59
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
@@ -275,7 +275,7 @@
275
  $.fbuilder[ 'forms' ][ opt.identifier ] = ffunct;
276
  this.fBuild = ffunct;
277
  return this;
278
- }; // End fbuilder plugin
279
 
280
  $.fbuilder[ 'showSettings' ] = {
281
  formlayoutList : [{id:"top_aligned",name:"Top Aligned"},{id:"left_aligned",name:"Left Aligned"},{id:"right_aligned",name:"Right Aligned"}]
275
  $.fbuilder[ 'forms' ][ opt.identifier ] = ffunct;
276
  this.fBuild = ffunct;
277
  return this;
278
+ };
279
 
280
  $.fbuilder[ 'showSettings' ] = {
281
  formlayoutList : [{id:"top_aligned",name:"Top Aligned"},{id:"left_aligned",name:"Left Aligned"},{id:"right_aligned",name:"Right Aligned"}]