Changeset 713155
- Timestamp:
- 05/14/2013 09:29:21 PM (13 years ago)
- Location:
- easyrotator-for-wordpress/trunk
- Files:
-
- 2 edited
-
easyrotator.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easyrotator-for-wordpress/trunk/easyrotator.php
r693950 r713155 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. 86 Version: 1.0.10 7 7 Author: DWUser.com 8 8 Author URI: http://www.dwuser.com/ … … 995 995 }catch(e){} 996 996 997 // Finally, close dialog 998 jQuery("#easyrotator_manage_dialog").dialog("close"); 997 // Finally, close dialog - asynchronously, to avoid Safari/FP issues 998 setTimeout(function(){ 999 jQuery("#easyrotator_manage_dialog").dialog("close"); 1000 }, 100); 999 1001 }; 1000 1002 }; -
easyrotator-for-wordpress/trunk/readme.txt
r694669 r713155 4 4 Tags: rotator, slider, slide, slide show, slideshow, photos, photo, pictures, gallery, photo gallery, image gallery, images, image, media, video, audio, posts, pages, widget, plugin, seo, WordPress slider, templates, mobile, iPad, iPhone, touchscreen, jQuery, Adobe AIR, flash replacement 5 5 Requires at least: 2.8 6 Tested up to: 3.6 Beta 17 Stable tag: 1.0. 96 Tested up to: 3.6 Beta 3 7 Stable tag: 1.0.10 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 * Responsive theme support - just specify an aspect ratio! 28 28 29 **Requirements:** 29 **Requirements:** 30 30 31 31 * PHP 5 or higher, WordPress 2.8 or higher … … 162 162 163 163 == Changelog == 164 = 1.0.10 = 165 * Compatibility Enhancement: Better Safari support on widget page (not WordPress-version specific); may avoid a "blocked click" click on some installation configurations. 166 164 167 = 1.0.8 = 165 168 * Compatibility Enhancement: Support for WordPress 3.6
Note: See TracChangeset
for help on using the changeset viewer.