Plugin Directory

Changeset 1204969


Ignore:
Timestamp:
07/23/2015 03:28:32 PM (11 years ago)
Author:
mahodder
Message:

v1.0.2

Location:
themedy-widgets/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • themedy-widgets/trunk

    • Property svn:ignore
      •  

        old new  
        11.git
         2*.gitignore
  • themedy-widgets/trunk/readme.txt

    r1186225 r1204969  
    33Tags: shortcodes, themedy, genesis, thesis, ad widget, flickr widget, vimeo widget, video widget
    44Requires at least: 4.1
    5 Tested up to: 4.2.2
    6 Stable tag: 1.0.1
     5Tested up to: 4.2.3
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    14 Themedy Widgets include five ad widgets, a Flickr widget and a video widget for use in your Themedy sites.
     14Themedy Widgets include five ad widgets, a Flickr widget, tabbed widget and a video widget for use in your Themedy sites.
    1515
    1616There is no options page, just activate and checkout your new widgts in your WordPress widgets section!
     
    2626== Changelog ==
    2727
     28= 1.0.2 =
     29* Add tabbed widget
     30
    2831= 1.0.1 =
    2932* Add more checks to decide which widgets to activate
  • themedy-widgets/trunk/themedy-widgets.php

    r1186225 r1204969  
    2121        include('includes/widgets/widget-video.php');
    2222    }
    23    
    2423    if ( !class_exists( 'themedy_ad120x60_widget' )) {
    2524        include('includes/widgets/widget-ad120x60.php');
    2625    }
    27 
    2826    if ( !class_exists( 'themedy_ad120x240_widget' )) {
    2927        include('includes/widgets/widget-ad120x240.php');
    3028    }
    31 
    3229    if ( !class_exists( 'themedy_ad_widget' )) {
    3330        include('includes/widgets/widget-ad125.php');
    3431    }
    35 
    3632    if ( !class_exists( 'themedy_ad300_widget' )) {
    3733        include('includes/widgets/widget-ad300x250.php');
    3834    }
    39 
    4035    if ( !class_exists( 'themedy_ad300x600_widget' )) {
    4136        include('includes/widgets/widget-ad300x600.php');
     
    4540        include('includes/widgets/widget-flickr.php');
    4641    }
     42    if ( !class_exists( 'themedy_tab_widgets' )) {
     43        include('includes/widgets/widget-tabbed.php');
     44    }
    4745}
Note: See TracChangeset for help on using the changeset viewer.