Changeset 3232924
- Timestamp:
- 01/31/2025 09:31:37 PM (11 months ago)
- Location:
- facebook-pagelike-widget
- Files:
-
- 20 added
- 3 edited
-
tags/6.4.1 (added)
-
tags/6.4.1/FacebookLocales.json (added)
-
tags/6.4.1/admin (added)
-
tags/6.4.1/admin/assets (added)
-
tags/6.4.1/admin/assets/css (added)
-
tags/6.4.1/admin/assets/css/add-review.css (added)
-
tags/6.4.1/admin/assets/js (added)
-
tags/6.4.1/admin/assets/js/custom.js (added)
-
tags/6.4.1/admin/includes (added)
-
tags/6.4.1/admin/includes/add-review.php (added)
-
tags/6.4.1/facebook_widget.php (added)
-
tags/6.4.1/facebook_widget.po (added)
-
tags/6.4.1/fb.js (added)
-
tags/6.4.1/fb_class.php (added)
-
tags/6.4.1/loader.gif (added)
-
tags/6.4.1/readme.txt (added)
-
tags/6.4.1/screenshot-1.png (added)
-
tags/6.4.1/screenshot-2.png (added)
-
tags/6.4.1/screenshot-3.png (added)
-
tags/6.4.1/short_code.php (added)
-
trunk/facebook_widget.php (modified) (2 diffs)
-
trunk/fb_class.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-pagelike-widget/trunk/facebook_widget.php
r3033718 r3232924 2 2 /** 3 3 * @package Widget for Social Page Feeds 4 * @version 6.4 4 * @version 6.4.1 5 5 */ 6 6 /* … … 9 9 Description: This widget adds a Simple Facebook Page Like Widget into your WordPress website sidebar within few minutes. 10 10 Author: Milap Patel 11 Version: 6.4 11 Version: 6.4.1 12 12 Author URI: https://patelmilap.wordpress.com/ 13 13 Text Domain: facebook-pagelike-widget -
facebook-pagelike-widget/trunk/fb_class.php
r3033718 r3232924 71 71 72 72 $instance['title'] = strip_tags( $new_instance['title'] ); 73 $instance['fb_url'] = strip_tags( $new_instance['fb_url']);73 $instance['fb_url'] = strip_tags( htmlspecialchars($new_instance['fb_url']) ); 74 74 $instance['width'] = strip_tags( $new_instance['width'] ); 75 75 $instance['height'] = strip_tags( $new_instance['height'] ); -
facebook-pagelike-widget/trunk/readme.txt
r3210572 r3232924 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.7.1 7 Stable tag: 6.4 7 Stable tag: 6.4.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 116 116 == Changelog == 117 117 118 = Version 6.4.1 = 119 * Fixed XSS Vulnerability for URL field. 120 118 121 = Version 6.4 = 119 122 * Removed the Custom CSS option from widget settings, as WordPress now includes its own Custom CSS option.
Note: See TracChangeset
for help on using the changeset viewer.