Payment Form for PayPal Pro - Version 1.0.2

Version Description

  • XSS vulnerability fixed

=

Download this release

Release Info

Developer codepeople
Plugin Icon 128x128 Payment Form for PayPal Pro
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

README.txt CHANGED
@@ -117,6 +117,9 @@ The following translations are already included in the plugin:
117
  * Ukrainian (uk)
118
  * Vietnamese (vi)
119
 
 
 
 
120
 
121
  == Installation ==
122
 
@@ -159,8 +162,10 @@ If that doesn't work please check if your hosting service requires some specific
159
  = 1.0.1 =
160
  * First stable version released.
161
 
 
 
162
 
163
  == Upgrade Notice ==
164
 
165
- = 1.0.1 =
166
- * First stable version released.
117
  * Ukrainian (uk)
118
  * Vietnamese (vi)
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 300 downloads/installations and a new set of updates is already being prepared, any feature requests will be welcome. Thank you!
123
 
124
  == Installation ==
125
 
162
  = 1.0.1 =
163
  * First stable version released.
164
 
165
+ = 1.0.2 =
166
+ * XSS vulnerability fixed
167
 
168
  == Upgrade Notice ==
169
 
170
+ = 1.0.2 =
171
+ * XSS vulnerability fixed
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.1
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.2
7
  Author: CodePeople.net
8
  Author URI: http://codepeople.net
9
  License: GPL
cp_ppp_admin_int.php CHANGED
@@ -38,7 +38,7 @@ $scriptmethod = cp_ppp_get_option('script_load_method','0');
38
  <br /><br />
39
 
40
  <form method="post" action="" name="cpformconf">
41
- <input name="cp_ppp_post_options" type="hidden" id="1" />
42
  <input name="cp_ppp_id" type="hidden" value="<?php echo CP_PPP_ID; ?>" />
43
 
44
 
38
  <br /><br />
39
 
40
  <form method="post" action="" name="cpformconf">
41
+ <input name="cp_ppp_post_options" type="hidden" value="1" />
42
  <input name="cp_ppp_id" type="hidden" value="<?php echo CP_PPP_ID; ?>" />
43
 
44
 
cp_ppp_admin_int_message_list.inc.php CHANGED
@@ -70,13 +70,13 @@ if ($message) echo "<div id='setting-error-settings_updated' class='updated sett
70
  <script type="text/javascript">
71
  function cp_updateMessageItem(id,status)
72
  {
73
- document.location = 'admin.php?page=cp_ppp&cal=<?php echo $_GET["cal"]; ?>&list=1&status='+status+'&lu='+id+'&r='+Math.random( );
74
  }
75
  function cp_deleteMessageItem(id)
76
  {
77
  if (confirm('Are you sure that you want to delete this item?'))
78
  {
79
- document.location = 'admin.php?page=cp_ppp&cal=<?php echo $_GET["cal"]; ?>&list=1&ld='+id+'&r='+Math.random();
80
  }
81
  }
82
  </script>
70
  <script type="text/javascript">
71
  function cp_updateMessageItem(id,status)
72
  {
73
+ document.location = 'admin.php?page=cp_ppp&cal=<?php echo CP_PPP_ID; ?>&list=1&status='+status+'&lu='+id+'&r='+Math.random( );
74
  }
75
  function cp_deleteMessageItem(id)
76
  {
77
  if (confirm('Are you sure that you want to delete this item?'))
78
  {
79
+ document.location = 'admin.php?page=cp_ppp&cal=<?php echo CP_PPP_ID; ?>&list=1&ld='+id+'&r='+Math.random();
80
  }
81
  }
82
  </script>
images/Thumbs.db DELETED
Binary file