Payment Form for PayPal Pro - Version 1.1.48

Version Description

  • Compatible with WordPress 5.1

=

Download this release

Release Info

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

Code changes from version 1.1.47 to 1.1.48

Files changed (2) hide show
  1. README.txt +6 -3
  2. cp_ppp.php +2 -1
README.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: codepeople
3
  Donate link: https://wordpress.dwbooster.com/forms/paypal-payment-pro-form
4
  Tags: paypal,paypal pro,paypal advanced,pro,accept,credit,cards,card,payment,processing
5
  Requires at least: 3.0.5
6
- Tested up to: 5.0
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -272,7 +272,10 @@ A: In all plugin versions you can turn off IP tracking to avoid saving that user
272
  = 1.1.47 =
273
  * Removed use of CURL
274
 
 
 
 
275
  == Upgrade Notice ==
276
 
277
- = 1.1.47 =
278
- * Removed use of CURL
3
  Donate link: https://wordpress.dwbooster.com/forms/paypal-payment-pro-form
4
  Tags: paypal,paypal pro,paypal advanced,pro,accept,credit,cards,card,payment,processing
5
  Requires at least: 3.0.5
6
+ Tested up to: 5.1
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
272
  = 1.1.47 =
273
  * Removed use of CURL
274
 
275
+ = 1.1.48 =
276
+ * Compatible with WordPress 5.1
277
+
278
  == Upgrade Notice ==
279
 
280
+ = 1.1.48 =
281
+ * Compatible with WordPress 5.1
cp_ppp.php CHANGED
@@ -3,10 +3,11 @@
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.47
7
  Author: CodePeople
8
  Author URI: https://wordpress.dwbooster.com/forms/payment-form-for-paypal-pro
9
  License: GPL
 
10
  */
11
 
12
 
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.48
7
  Author: CodePeople
8
  Author URI: https://wordpress.dwbooster.com/forms/payment-form-for-paypal-pro
9
  License: GPL
10
+ Text Domain: payment-form-for-paypal-pro
11
  */
12
 
13