Changeset 1648105
- Timestamp:
- 04/29/2017 04:45:32 PM (9 years ago)
- Location:
- easyrotator-for-wordpress
- Files:
-
- 3 edited
-
tags/1.0.2/engine/main.php (modified) (3 diffs)
-
trunk/easyrotator.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easyrotator-for-wordpress/tags/1.0.2/engine/main.php
r623095 r1648105 2 2 3 3 /* 4 Copyright 2011-201 2DWUser.com.4 Copyright 2011-2017 DWUser.com. 5 5 Email contact: support {at] dwuser.com 6 6 … … 64 64 if (@$_GET['action'] == 'renderFrame') 65 65 { 66 if (!preg_match('|engine/main\.php$|i', $_SERVER['PHP_SELF'])) 67 die('Invalid request.'); 68 66 69 $path = @$_GET['path']; 67 70 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … … 1170 1173 public function renderRotator($fullPath) 1171 1174 { 1175 // Initial input validation 1176 if (!preg_match('|^[A-Za-z0-9/_]+$|', $fullPath)) 1177 { 1178 return ('<div style="background:#000; padding: 10px; color: #FFF;">Invalid rotator ID specified. Unable to display rotator.</div>'); 1179 } 1180 1172 1181 $path = $this->getContentDir() . $fullPath; 1173 1182 $path = preg_replace('|/$|', '', $path); // remove any trailing slash -
easyrotator-for-wordpress/trunk/easyrotator.php
r1600780 r1648105 4 4 Plugin URI: http://www.dwuser.com/easyrotator/wordpress/ 5 5 Description: Add professional, customizable photo sliders to your site in seconds. Powered by the EasyRotator application from DWUser.com. 6 Version: 1.0.1 36 Version: 1.0.14 7 7 Author: DWUser.com 8 8 Author URI: http://www.dwuser.com/ … … 12 12 13 13 /* 14 Copyright 2011-201 5DWUser.com.14 Copyright 2011-2017 DWUser.com. 15 15 Email contact: support {at] dwuser.com 16 16 -
easyrotator-for-wordpress/trunk/readme.txt
r1581849 r1648105 5 5 Requires at least: 2.8 6 6 Tested up to: 4.7.1 7 Stable tag: 1.0.1 37 Stable tag: 1.0.14 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 166 166 167 167 == Changelog == 168 = 1.0.14 = 169 * Security Update: Important update to ensure malicious plugins cannot compromise security when using the WordPress admin with EasyRotator installed. 170 168 171 = 1.0.13 = 169 172 * Compatibility Enhancement: Update widget constructor for WordPress 4.3
Note: See TracChangeset
for help on using the changeset viewer.