Version Description
- Misc improvements
=
Download this release
Release Info
Developer | codepeople |
Plugin | Payment Form for PayPal Pro |
Version | 1.1.51 |
Comparing to | |
See all releases |
Code changes from version 1.1.50 to 1.1.51
- README.txt +5 -2
- cp_ppp.php +2 -2
README.txt
CHANGED
@@ -281,7 +281,10 @@ A: In all plugin versions you can turn off IP tracking to avoid saving that user
|
|
281 |
= 1.1.50 =
|
282 |
* Fixed conflict with lazy loading feature of Jetpack
|
283 |
|
|
|
|
|
|
|
284 |
== Upgrade Notice ==
|
285 |
|
286 |
-
= 1.1.
|
287 |
-
*
|
281 |
= 1.1.50 =
|
282 |
* Fixed conflict with lazy loading feature of Jetpack
|
283 |
|
284 |
+
= 1.1.51 =
|
285 |
+
* Misc improvements
|
286 |
+
|
287 |
== Upgrade Notice ==
|
288 |
|
289 |
+
= 1.1.51 =
|
290 |
+
* Misc improvements
|
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.
|
7 |
Author: CodePeople
|
8 |
Author URI: https://wordpress.dwbooster.com/forms/payment-form-for-paypal-pro
|
9 |
License: GPL
|
@@ -88,7 +88,7 @@ define('CP_PPP_POSTS_TABLE_NAME', @$wpdb->prefix ."cp_ppp_posts");
|
|
88 |
|
89 |
$codepeople_promote_banner_plugins[ 'payment-form-for-paypal-pro' ] = array(
|
90 |
'plugin_name' => 'Payment Form for PayPal Pro',
|
91 |
-
'plugin_url' => 'https://wordpress.org/support/plugin/payment-form-for-paypal-pro/reviews
|
92 |
);
|
93 |
require_once 'banner.php';
|
94 |
|
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.51
|
7 |
Author: CodePeople
|
8 |
Author URI: https://wordpress.dwbooster.com/forms/payment-form-for-paypal-pro
|
9 |
License: GPL
|
88 |
|
89 |
$codepeople_promote_banner_plugins[ 'payment-form-for-paypal-pro' ] = array(
|
90 |
'plugin_name' => 'Payment Form for PayPal Pro',
|
91 |
+
'plugin_url' => 'https://wordpress.org/support/plugin/payment-form-for-paypal-pro/reviews/?filter=5#new-post'
|
92 |
);
|
93 |
require_once 'banner.php';
|
94 |
|