Version Description
- Scripts loaded in a different order for WP 4.5 issues
=
Download this release
Release Info
Developer | codepeople |
Plugin | Payment Form for PayPal Pro |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- README.txt +5 -2
- cp_ppp.php +2 -2
README.txt
CHANGED
@@ -172,7 +172,10 @@ If that doesn't work please check if your hosting service requires some specific
|
|
172 |
= 1.0.4 =
|
173 |
* Tested with WordPress 4.5
|
174 |
|
|
|
|
|
|
|
175 |
== Upgrade Notice ==
|
176 |
|
177 |
-
= 1.0.
|
178 |
-
*
|
172 |
= 1.0.4 =
|
173 |
* Tested with WordPress 4.5
|
174 |
|
175 |
+
= 1.0.5 =
|
176 |
+
* Scripts loaded in a different order for WP 4.5 issues
|
177 |
+
|
178 |
== Upgrade Notice ==
|
179 |
|
180 |
+
= 1.0.5 =
|
181 |
+
* Scripts loaded in a different order for WP 4.5 issues
|
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
|
@@ -20,7 +20,7 @@ define('CP_PPP_GBP_CURRENCY_SYMBOL',chr(163));
|
|
20 |
define('CP_PPP_EUR_CURRENCY_SYMBOL_A',chr(226)); //'EUR '
|
21 |
define('CP_PPP_EUR_CURRENCY_SYMBOL_B',chr(128));
|
22 |
|
23 |
-
define('CP_PPP_DEFAULT_DEFER_SCRIPTS_LOADING', (get_option('CP_CFPP_LOAD_SCRIPTS',"1") == "
|
24 |
define('CP_PPP_DEFAULT_DEFER_SCRIPTS_LOADING_ADMIN', (get_option('CP_CFPP_LOAD_SCRIPTS_ADMIN',"1") == "1"?true:false));
|
25 |
|
26 |
define('CP_PPP_DEFAULT_form_structure', '[[{"form_identifier":"","name":"email","shortlabel":"","index":0,"ftype":"femail","userhelp":"","userhelpTooltip":false,"csslayout":"","title":"Email","predefined":"","predefinedClick":false,"required":true,"size":"medium","equalTo":"","fBuild":{}}],[{"title":"","description":"","formlayout":"top_aligned","formtemplate":"","evalequations":1,"autocomplete":1}]]');
|
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.5
|
7 |
Author: CodePeople.net
|
8 |
Author URI: http://codepeople.net
|
9 |
License: GPL
|
20 |
define('CP_PPP_EUR_CURRENCY_SYMBOL_A',chr(226)); //'EUR '
|
21 |
define('CP_PPP_EUR_CURRENCY_SYMBOL_B',chr(128));
|
22 |
|
23 |
+
define('CP_PPP_DEFAULT_DEFER_SCRIPTS_LOADING', (get_option('CP_CFPP_LOAD_SCRIPTS',"1") == "0"?true:false));
|
24 |
define('CP_PPP_DEFAULT_DEFER_SCRIPTS_LOADING_ADMIN', (get_option('CP_CFPP_LOAD_SCRIPTS_ADMIN',"1") == "1"?true:false));
|
25 |
|
26 |
define('CP_PPP_DEFAULT_form_structure', '[[{"form_identifier":"","name":"email","shortlabel":"","index":0,"ftype":"femail","userhelp":"","userhelpTooltip":false,"csslayout":"","title":"Email","predefined":"","predefinedClick":false,"required":true,"size":"medium","equalTo":"","fBuild":{}}],[{"title":"","description":"","formlayout":"top_aligned","formtemplate":"","evalequations":1,"autocomplete":1}]]');
|