Version Description
- Fixed conflict with lazy loading feature of Jetpack
=
Download this release
Release Info
Developer | codepeople |
Plugin | Payment Form for PayPal Pro |
Version | 1.1.50 |
Comparing to | |
See all releases |
Code changes from version 1.1.49 to 1.1.50
- README.txt +5 -2
- cp_ppp.php +1 -1
- cp_ppp_public_int.inc.php +1 -1
README.txt
CHANGED
@@ -278,7 +278,10 @@ A: In all plugin versions you can turn off IP tracking to avoid saving that user
|
|
278 |
= 1.1.49 =
|
279 |
* Fixed bug in submission process
|
280 |
|
|
|
|
|
|
|
281 |
== Upgrade Notice ==
|
282 |
|
283 |
-
= 1.1.
|
284 |
-
* Fixed
|
278 |
= 1.1.49 =
|
279 |
* Fixed bug in submission process
|
280 |
|
281 |
+
= 1.1.50 =
|
282 |
+
* Fixed conflict with lazy loading feature of Jetpack
|
283 |
+
|
284 |
== Upgrade Notice ==
|
285 |
|
286 |
+
= 1.1.50 =
|
287 |
+
* Fixed conflict with lazy loading feature of Jetpack
|
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
|
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.50
|
7 |
Author: CodePeople
|
8 |
Author URI: https://wordpress.dwbooster.com/forms/payment-form-for-paypal-pro
|
9 |
License: GPL
|
cp_ppp_public_int.inc.php
CHANGED
@@ -154,7 +154,7 @@ function cfwpppro_blink(selector){
|
|
154 |
<?php if (cp_ppp_get_option('enable_paypal',CP_PPP_DEFAULT_ENABLE_PAYPAL) == "3") @include_once dirname( __FILE__ ) . '/cp_ppp_paypal_pro_int.inc.php'; ?>
|
155 |
<?php if (cp_ppp_get_option('cv_enable_captcha', CP_PPP_DEFAULT_cv_enable_captcha,$id) != 'false') { ?>
|
156 |
<br /><?php echo __('Please enter the security code','cpppp'); ?>:<br />
|
157 |
-
<img src="<?php echo cp_ppp_get_site_url().'/?cp_ppp=captcha&ps='.$CP_CPP_global_form_count.'&inAdmin=1&width='.cp_ppp_get_option('cv_width', CP_PPP_DEFAULT_cv_width,$id).'&height='.cp_ppp_get_option('cv_height', CP_PPP_DEFAULT_cv_height,$id).'&letter_count='.cp_ppp_get_option('cv_chars', CP_PPP_DEFAULT_cv_chars,$id).'&min_size='.cp_ppp_get_option('cv_min_font_size', CP_PPP_DEFAULT_cv_min_font_size,$id).'&max_size='.cp_ppp_get_option('cv_max_font_size', CP_PPP_DEFAULT_cv_max_font_size,$id).'&noise='.cp_ppp_get_option('cv_noise', CP_PPP_DEFAULT_cv_noise,$id).'&noiselength='.cp_ppp_get_option('cv_noise_length', CP_PPP_DEFAULT_cv_noise_length,$id).'&bcolor='.cp_ppp_get_option('cv_background', CP_PPP_DEFAULT_cv_background,$id).'&border='.cp_ppp_get_option('cv_border', CP_PPP_DEFAULT_cv_border,$id).'&font='.cp_ppp_get_option('cv_font', CP_PPP_DEFAULT_cv_font,$id); ?>" id="captchaimg<?php echo $CP_CPP_global_form_count; ?>" alt="security code" border="0" />
|
158 |
<br />
|
159 |
<?php echo __('Security Code','cpppp'); ?>:<br />
|
160 |
<div class="dfield">
|
154 |
<?php if (cp_ppp_get_option('enable_paypal',CP_PPP_DEFAULT_ENABLE_PAYPAL) == "3") @include_once dirname( __FILE__ ) . '/cp_ppp_paypal_pro_int.inc.php'; ?>
|
155 |
<?php if (cp_ppp_get_option('cv_enable_captcha', CP_PPP_DEFAULT_cv_enable_captcha,$id) != 'false') { ?>
|
156 |
<br /><?php echo __('Please enter the security code','cpppp'); ?>:<br />
|
157 |
+
<img src="<?php echo cp_ppp_get_site_url().'/?cp_ppp=captcha&ps='.$CP_CPP_global_form_count.'&inAdmin=1&width='.cp_ppp_get_option('cv_width', CP_PPP_DEFAULT_cv_width,$id).'&height='.cp_ppp_get_option('cv_height', CP_PPP_DEFAULT_cv_height,$id).'&letter_count='.cp_ppp_get_option('cv_chars', CP_PPP_DEFAULT_cv_chars,$id).'&min_size='.cp_ppp_get_option('cv_min_font_size', CP_PPP_DEFAULT_cv_min_font_size,$id).'&max_size='.cp_ppp_get_option('cv_max_font_size', CP_PPP_DEFAULT_cv_max_font_size,$id).'&noise='.cp_ppp_get_option('cv_noise', CP_PPP_DEFAULT_cv_noise,$id).'&noiselength='.cp_ppp_get_option('cv_noise_length', CP_PPP_DEFAULT_cv_noise_length,$id).'&bcolor='.cp_ppp_get_option('cv_background', CP_PPP_DEFAULT_cv_background,$id).'&border='.cp_ppp_get_option('cv_border', CP_PPP_DEFAULT_cv_border,$id).'&font='.cp_ppp_get_option('cv_font', CP_PPP_DEFAULT_cv_font,$id); ?>" id="captchaimg<?php echo $CP_CPP_global_form_count; ?>" alt="security code" border="0" class="skip-lazy" />
|
158 |
<br />
|
159 |
<?php echo __('Security Code','cpppp'); ?>:<br />
|
160 |
<div class="dfield">
|