Version Description
- Multiple plugin and doc updates
=
Download this release
Release Info
Developer | codepeople |
Plugin | Payment Form for PayPal Pro |
Version | 1.1.23 |
Comparing to | |
See all releases |
Code changes from version 1.1.22 to 1.1.23
- README.txt +7 -4
- cp_ppp.php +3 -3
- cp_ppp_admin_int.php +1 -1
- cp_ppp_admin_int_list.inc.php +1 -1
README.txt
CHANGED
@@ -20,7 +20,7 @@ If you aren't sure if you have a **PayPal Pro account** or if you are looking fo
|
|
20 |
|
21 |
You can check the differences betwen **PayPal Pro** and **PayPal Standard** at https://www.paypal.com/webapps/mpp/compare-business-products
|
22 |
|
23 |
-
**Special note:** This plugin has been developed by an Official PayPal Partner
|
24 |
|
25 |
With **Payment Form for PayPal Pro** you can insert a form into a WordPress website and use it to process credit card payments **directly into your website** without navigating to an external payment page.
|
26 |
|
@@ -119,7 +119,7 @@ The following translations are already included in the plugin:
|
|
119 |
|
120 |
= Updates =
|
121 |
|
122 |
-
New features has been published in the current Payment Form for PayPal Pro version 1.0.2 based on the feedback received and we would like to thank you all the people that have supported the development, provided feedback and feature requests. The plugin is currently over the
|
123 |
|
124 |
== Installation ==
|
125 |
|
@@ -193,7 +193,10 @@ If that doesn't work please check if your hosting service requires some specific
|
|
193 |
= 1.1.22 =
|
194 |
* Compatible with WP 4.7
|
195 |
|
|
|
|
|
|
|
196 |
== Upgrade Notice ==
|
197 |
|
198 |
-
= 1.1.
|
199 |
-
*
|
20 |
|
21 |
You can check the differences betwen **PayPal Pro** and **PayPal Standard** at https://www.paypal.com/webapps/mpp/compare-business-products
|
22 |
|
23 |
+
**Special note:** This plugin has been developed by an Official PayPal Partner.
|
24 |
|
25 |
With **Payment Form for PayPal Pro** you can insert a form into a WordPress website and use it to process credit card payments **directly into your website** without navigating to an external payment page.
|
26 |
|
119 |
|
120 |
= Updates =
|
121 |
|
122 |
+
New features has been published in the current Payment Form for PayPal Pro version 1.0.2 based on the feedback received and we would like to thank you all the people that have supported the development, provided feedback and feature requests. The plugin is currently over the 4000 downloads/installations and a new set of updates is already being prepared, any feature requests will be welcome. Thank you!
|
123 |
|
124 |
== Installation ==
|
125 |
|
193 |
= 1.1.22 =
|
194 |
* Compatible with WP 4.7
|
195 |
|
196 |
+
= 1.1.23 =
|
197 |
+
* Multiple plugin and doc updates
|
198 |
+
|
199 |
== Upgrade Notice ==
|
200 |
|
201 |
+
= 1.1.23 =
|
202 |
+
* Multiple plugin and doc updates
|
cp_ppp.php
CHANGED
@@ -3,9 +3,9 @@
|
|
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.1.
|
7 |
-
Author: CodePeople
|
8 |
-
Author URI: http://
|
9 |
License: GPL
|
10 |
*/
|
11 |
|
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.1.23
|
7 |
+
Author: CodePeople
|
8 |
+
Author URI: http://wordpress.dwbooster.com/forms/payment-form-for-paypal-pro
|
9 |
License: GPL
|
10 |
*/
|
11 |
|
cp_ppp_admin_int.php
CHANGED
@@ -704,7 +704,7 @@ then use the <a href="http://wordpress.dwbooster.com/forms/cp-contact-form-with-
|
|
704 |
<p class="submit"><input type="submit" name="submit" id="submit" class="button-primary" value="Save Changes" /></p>
|
705 |
|
706 |
|
707 |
-
[<a href="http://wordpress.dwbooster.com/
|
708 |
</form>
|
709 |
</div>
|
710 |
<script type="text/javascript">generateCaptcha();</script>
|
704 |
<p class="submit"><input type="submit" name="submit" id="submit" class="button-primary" value="Save Changes" /></p>
|
705 |
|
706 |
|
707 |
+
[<a href="http://wordpress.dwbooster.com/support" target="_blank">Request Custom Modifications</a>] | [<a href="http://wordpress.dwbooster.com/forms/payment-form-for-paypal-pro" target="_blank">Help</a>]
|
708 |
</form>
|
709 |
</div>
|
710 |
<script type="text/javascript">generateCaptcha();</script>
|
cp_ppp_admin_int_list.inc.php
CHANGED
@@ -281,7 +281,7 @@ if ($message) echo "<div id='setting-error-settings_updated' class='updated sett
|
|
281 |
</div>
|
282 |
|
283 |
|
284 |
-
[<a href="http://wordpress.dwbooster.com/
|
285 |
</form>
|
286 |
</div>
|
287 |
|
281 |
</div>
|
282 |
|
283 |
|
284 |
+
[<a href="http://wordpress.dwbooster.com/support" target="_blank">Request Custom Modifications</a>] | [<a href="http://wordpress.dwbooster.com/forms/payment-form-for-paypal-pro" target="_blank">Help</a>]
|
285 |
</form>
|
286 |
</div>
|
287 |
|