Plugin Directory

Changeset 713155


Ignore:
Timestamp:
05/14/2013 09:29:21 PM (13 years ago)
Author:
DWUser.com
Message:

Update EasyRotator for WordPress to version 1.0.10 - Adding better Safari compatibility, note for 3.6b3 compatibility.

Location:
easyrotator-for-wordpress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easyrotator-for-wordpress/trunk/easyrotator.php

    r693950 r713155  
    44Plugin URI: http://www.dwuser.com/easyrotator/wordpress/
    55Description: Add professional, customizable photo sliders to your site in seconds.  Powered by the EasyRotator application from DWUser.com.
    6 Version: 1.0.8
     6Version: 1.0.10
    77Author: DWUser.com
    88Author URI: http://www.dwuser.com/
     
    995995                            }catch(e){}
    996996                           
    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);
    9991001                        };
    10001002                    };
  • easyrotator-for-wordpress/trunk/readme.txt

    r694669 r713155  
    44Tags: 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
    55Requires at least: 2.8
    6 Tested up to: 3.6 Beta 1
    7 Stable tag: 1.0.9
     6Tested up to: 3.6 Beta 3
     7Stable tag: 1.0.10
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727* Responsive theme support - just specify an aspect ratio!
    2828
    29 **Requirements:**
     29**Requirements:** 
    3030
    3131* PHP 5 or higher, WordPress 2.8 or higher
     
    162162
    163163== 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
    164167= 1.0.8 =
    165168* Compatibility Enhancement: Support for WordPress 3.6
Note: See TracChangeset for help on using the changeset viewer.