Version Description
- Tested with WordPress 4.5
=
Download this release
Release Info
Developer | codepeople |
Plugin | Payment Form for PayPal Pro |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- README.txt +6 -4
- cp_ppp.php +1 -1
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: codepeople
|
|
3 |
Donate link: http://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: 4.
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -169,8 +169,10 @@ If that doesn't work please check if your hosting service requires some specific
|
|
169 |
* Tested and compatible with WordPress 4.4
|
170 |
* Fixed parameter value in saving settings process.
|
171 |
|
|
|
|
|
|
|
172 |
== Upgrade Notice ==
|
173 |
|
174 |
-
= 1.0.
|
175 |
-
* Tested
|
176 |
-
* Fixed parameter value in saving settings process.
|
3 |
Donate link: http://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: 4.5
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
169 |
* Tested and compatible with WordPress 4.4
|
170 |
* Fixed parameter value in saving settings process.
|
171 |
|
172 |
+
= 1.0.4 =
|
173 |
+
* Tested with WordPress 4.5
|
174 |
+
|
175 |
== Upgrade Notice ==
|
176 |
|
177 |
+
= 1.0.4 =
|
178 |
+
* Tested with WordPress 4.5
|
|
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
|
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.4
|
7 |
Author: CodePeople.net
|
8 |
Author URI: http://codepeople.net
|
9 |
License: GPL
|