Plugin Directory

Changeset 905796


Ignore:
Timestamp:
04/30/2014 06:56:06 PM (12 years ago)
Author:
simplethemes
Message:

# added support for multiple tab groups

Location:
smpl-shortcodes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • smpl-shortcodes/trunk/includes/shortcodes.php

    r905307 r905796  
    462462function smpl_shortcode_tabgroup( $atts, $content ){
    463463    $GLOBALS['tab_count'] = 0;
     464    $GLOBALS['tabs'] = '';
    464465    do_shortcode( $content );
    465466    if( is_array( $GLOBALS['tabs'] ) ){
  • smpl-shortcodes/trunk/readme.txt

    r905321 r905796  
    55Requires at least: 3.0.1
    66Tested up to: 3.9
    7 Stable tag: 1.0.10
     7Stable tag: 1.0.11
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3030
    3131== Changelog ==
     32
     33= 1.0.11 =
     34* Added support for multiple tab groups
    3235
    3336= 1.0.10 =
  • smpl-shortcodes/trunk/smpl-shortcodes.php

    r905320 r905796  
    33Plugin Name: Simple Shortcodes
    44Description: This plugin works in conjuction with the SMPL framework to create shortcodes for many of the framework's internal elements.
    5 Version: 1.0.10
     5Version: 1.0.11
    66Author: simplethemes
    77Author URI: http://www.simplethemes.com
     
    2626*/
    2727
    28 define( 'SMPL_SHORTCODES_PLUGIN_VERSION', '1.0.10' );
     28define( 'SMPL_SHORTCODES_PLUGIN_VERSION', '1.0.11' );
    2929define( 'SMPL_SHORTCODES_PLUGIN_DIR', dirname( __FILE__ ) );
    3030define( 'SMPL_SHORTCODES_PLUGIN_URI', plugins_url( '' , __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.