Plugin Directory

Changeset 1223177


Ignore:
Timestamp:
08/18/2015 12:42:17 AM (11 years ago)
Author:
mahodder
Message:

1.0.3

Location:
themedy-widgets/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themedy-widgets/trunk/readme.txt

    r1204969 r1223177  
    33Tags: shortcodes, themedy, genesis, thesis, ad widget, flickr widget, vimeo widget, video widget
    44Requires at least: 4.1
    5 Tested up to: 4.2.3
    6 Stable tag: 1.0.2
     5Tested up to: 4.3
     6Stable tag: 1.0.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626== Changelog ==
    2727
     28= 1.0.3 =
     29* Update for WordPress 4.3
     30
    2831= 1.0.2 =
    2932* Add tabbed widget
  • themedy-widgets/trunk/themedy-widgets.php

    r1204994 r1223177  
    44Plugin URI: http://themedy.com
    55Description: A selection of widgets to extend your Themedy site even further.
    6 Version: 1.0.2
     6Version: 1.0.3
    77Author: Themedy
    88Author URI: http://themedy.com
     
    4848        include('includes/widgets/widget-tabbed.php');
    4949    }
     50    if ( !class_exists( 'social_list_widget' )) {
     51        include('includes/widgets/widget-social.php');
     52    }
    5053}
Note: See TracChangeset for help on using the changeset viewer.