Changeset 1220042
- Timestamp:
- 08/13/2015 03:10:10 PM (11 years ago)
- Location:
- easyrotator-for-wordpress/trunk
- Files:
-
- 2 edited
-
easyrotator.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easyrotator-for-wordpress/trunk/easyrotator.php
r1141167 r1220042 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 26 Version: 1.0.13 7 7 Author: DWUser.com 8 8 Author URI: http://www.dwuser.com/ … … 2002 2002 $widget_options = array( 'classname' => 'EasyRotatorWidget', 'description' => $desc ); 2003 2003 $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); 2005 2005 } 2006 2006 -
easyrotator-for-wordpress/trunk/readme.txt
r1211883 r1220042 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: 4.3 RC17 Stable tag: 1.0.1 26 Tested up to: 4.3 7 Stable tag: 1.0.13 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.13 = 169 * Compatibility Enhancement: Update widget constructor for WordPress 4.3 170 168 171 = 1.0.12 = 169 172 * Compatibility Enhancement: Improved support on widget page, especially for WordPress 4.2
Note: See TracChangeset
for help on using the changeset viewer.