Payment Form for PayPal Pro - Version 1.1.64

Version Description

  • WordPress editor block update

=

Download this release

Release Info

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

Code changes from version 1.1.63 to 1.1.64

Files changed (3) hide show
  1. README.txt +5 -2
  2. cp_ppp.php +1 -1
  3. js/block.js +2 -2
README.txt CHANGED
@@ -320,7 +320,10 @@ A: In all plugin versions you can turn off IP tracking to avoid saving that user
320
  = 1.1.63 =
321
  * Fixed compatibility issue with cache optimization plugin
322
 
 
 
 
323
  == Upgrade Notice ==
324
 
325
- = 1.1.63 =
326
- * Fixed compatibility issue with cache optimization plugin
320
  = 1.1.63 =
321
  * Fixed compatibility issue with cache optimization plugin
322
 
323
+ = 1.1.64 =
324
+ * WordPress editor block update
325
+
326
  == Upgrade Notice ==
327
 
328
+ = 1.1.64 =
329
+ * WordPress editor block update
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.63
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.64
7
  Author: CodePeople
8
  Author URI: https://wordpress.dwbooster.com/forms/payment-form-for-paypal-pro
9
  License: GPL
js/block.js CHANGED
@@ -3,8 +3,8 @@ jQuery(function()
3
  (function( blocks, element ) {
4
  var el = wp.element.createElement,
5
  source = blocks.source,
6
- InspectorControls = wp.editor.InspectorControls,
7
- category = {slug:'payment-form-for-paypal-prol', title : 'Payment Form for PayPal Pro'};
8
 
9
  var _wp$components = wp.components,
10
  SelectControl = _wp$components.SelectControl,
3
  (function( blocks, element ) {
4
  var el = wp.element.createElement,
5
  source = blocks.source,
6
+ InspectorControls = ('blockEditor' in wp) ? wp.blockEditor.InspectorControls : wp.editor.InspectorControls;
7
+ var category = {slug:'payment-form-for-paypal-prol', title : 'Payment Form for PayPal Pro'};
8
 
9
  var _wp$components = wp.components,
10
  SelectControl = _wp$components.SelectControl,