Plugin Directory

Changeset 1220042


Ignore:
Timestamp:
08/13/2015 03:10:10 PM (11 years ago)
Author:
DWUser.com
Message:

Update EasyRotator for WordPress to version 1.0.13 - Improve widget compatibility with WordPress 4.3

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

Legend:

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

    r1141167 r1220042  
    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.12
     6Version: 1.0.13
    77Author: DWUser.com
    88Author URI: http://www.dwuser.com/
     
    20022002        $widget_options = array( 'classname' => 'EasyRotatorWidget', 'description' => $desc );
    20032003        $control_options = array(); // width, height, id_base
    2004         parent::WP_Widget('easyrotator_widget', 'EasyRotator Rotator', $widget_options, $control_options);
     2004        parent::__construct('easyrotator_widget', 'EasyRotator Rotator', $widget_options, $control_options);
    20052005    }
    20062006   
  • easyrotator-for-wordpress/trunk/readme.txt

    r1211883 r1220042  
    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: 4.3 RC1
    7 Stable tag: 1.0.12
     6Tested up to: 4.3
     7Stable tag: 1.0.13
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    166166
    167167== Changelog ==
     168= 1.0.13 =
     169* Compatibility Enhancement: Update widget constructor for WordPress 4.3
     170
    168171= 1.0.12 =
    169172* Compatibility Enhancement: Improved support on widget page, especially for WordPress 4.2
Note: See TracChangeset for help on using the changeset viewer.