Version Description
- Fixed bug related to the new WP 4.6 PHPMailer rule
=
Download this release
Release Info
Developer | codepeople |
Plugin | Payment Form for PayPal Pro |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.8
- README.txt +5 -2
- cp_ppp.php +2 -2
README.txt
CHANGED
@@ -178,7 +178,10 @@ If that doesn't work please check if your hosting service requires some specific
|
|
178 |
= 1.0.6 =
|
179 |
* Tested with WP 4.6
|
180 |
|
|
|
|
|
|
|
181 |
== Upgrade Notice ==
|
182 |
|
183 |
-
= 1.0.
|
184 |
-
*
|
178 |
= 1.0.6 =
|
179 |
* Tested with WP 4.6
|
180 |
|
181 |
+
= 1.0.8 =
|
182 |
+
* Fixed bug related to the new WP 4.6 PHPMailer rule
|
183 |
+
|
184 |
== Upgrade Notice ==
|
185 |
|
186 |
+
= 1.0.8 =
|
187 |
+
* Fixed bug related to the new WP 4.6 PHPMailer rule
|
cp_ppp.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Payment Form for PayPal Pro
|
4 |
Plugin URI: http://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.0.
|
7 |
Author: CodePeople.net
|
8 |
Author URI: http://codepeople.net
|
9 |
License: GPL
|
@@ -70,7 +70,7 @@ define('CP_PPP_DEFAULT_PAYPAL_MODE', 'production');
|
|
70 |
define('CP_PPP_DEFAULT_PAYPAL_RECURRENT', '0');
|
71 |
define('CP_PPP_DEFAULT_PAYPAL_IDENTIFY_PRICES', '0');
|
72 |
define('CP_PPP_DEFAULT_PAYPAL_ZERO_PAYMENT', '0');
|
73 |
-
define('CP_PPP_DEFAULT_PAYPAL_EMAIL','put_your@
|
74 |
define('CP_PPP_DEFAULT_PRODUCT_NAME','Reservation');
|
75 |
define('CP_PPP_DEFAULT_COST','25');
|
76 |
define('CP_PPP_DEFAULT_CURRENCY','USD');
|
3 |
Plugin Name: Payment Form for PayPal Pro
|
4 |
Plugin URI: http://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.0.8
|
7 |
Author: CodePeople.net
|
8 |
Author URI: http://codepeople.net
|
9 |
License: GPL
|
70 |
define('CP_PPP_DEFAULT_PAYPAL_RECURRENT', '0');
|
71 |
define('CP_PPP_DEFAULT_PAYPAL_IDENTIFY_PRICES', '0');
|
72 |
define('CP_PPP_DEFAULT_PAYPAL_ZERO_PAYMENT', '0');
|
73 |
+
define('CP_PPP_DEFAULT_PAYPAL_EMAIL','put_your@email.here.com');
|
74 |
define('CP_PPP_DEFAULT_PRODUCT_NAME','Reservation');
|
75 |
define('CP_PPP_DEFAULT_COST','25');
|
76 |
define('CP_PPP_DEFAULT_CURRENCY','USD');
|