WordPress Share Buttons Plugin – AddThis - Version 5.0.13

Version Description

  • Fixing XSS bug in the administrative panel
Download this release

Release Info

Developer bradaddthis.com
Plugin Icon 128x128 WordPress Share Buttons Plugin – AddThis
Version 5.0.13
Comparing to
See all releases

Code changes from version 5.0.12 to 5.0.13

Files changed (2) hide show
  1. addthis_social_widget.php +1 -1
  2. readme.txt +3 -0
addthis_social_widget.php CHANGED
@@ -2763,7 +2763,7 @@ function addthis_profile_id_csr_confirmation()
2763
  <span>AddThis Profile ID:</span>
2764
  <input
2765
  type="text"
2766
- value="'.$pubId.'"
2767
  name="'.$fieldName.'"
2768
  id="addthis_profile" >
2769
  <input
2763
  <span>AddThis Profile ID:</span>
2764
  <input
2765
  type="text"
2766
+ value="'.esc_html($pubId).'"
2767
  name="'.$fieldName.'"
2768
  id="addthis_profile" >
2769
  <input
readme.txt CHANGED
@@ -76,6 +76,9 @@ PHP 5+ is preferred; PHP 4 is supported.
76
 
77
  == Changelog ==
78
 
 
 
 
79
  = 5.0.12 =
80
  * Fixing a bug that resets settings to defaults during the upgrade for users in AddThis mode
81
  * Reverting to pre-5.0.9 settings of plugin for upgrades from 5.0.9, 5.0.10 and 5.0.11
76
 
77
  == Changelog ==
78
 
79
+ = 5.0.13 =
80
+ * Fixing XSS bug in the administrative panel
81
+
82
  = 5.0.12 =
83
  * Fixing a bug that resets settings to defaults during the upgrade for users in AddThis mode
84
  * Reverting to pre-5.0.9 settings of plugin for upgrades from 5.0.9, 5.0.10 and 5.0.11