Plugin Directory

Changeset 784156


Ignore:
Timestamp:
10/07/2013 07:42:42 PM (12 years ago)
Author:
sinetheta
Message:

added support for tabs

Location:
bootstrap-shortcodes/trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • bootstrap-shortcodes/trunk/bootstrap-shortcodes.php

    r784108 r784156  
    44Plugin URI: https://github.com/TheWebShop/bootstrap-shortcodes
    55Description: A simple shortcode generator. Add buttons, columns, toggles and alerts to your theme.
    6 Version: 1.3.0
     6Version: 1.4.0
    77Author: Kevin Attfield
    88Author URI: https://github.com/Sinetheta
     
    1717require_once('inc/bs_icons.php');
    1818require_once('inc/bs_leads.php');
     19require_once('inc/bs_tabs.php');
    1920require_once('inc/bs_well.php');
    2021
     
    2829        'icons',
    2930        'leads',
     31        'tabs',
    3032        'wells'
    3133    );
     
    101103                "chk_default_options_icons"     => "1",
    102104                "chk_default_options_leads"     => "1",
     105                "chk_default_options_tabs"      => "1",
    103106                "chk_default_options_wells"     => "1"
    104107            );
  • bootstrap-shortcodes/trunk/readme.txt

    r784108 r784156  
    44Requires at least: 3.0
    55Tested up to: 3.6
    6 Stable tag: 1.3
     6Stable tag: 1.4
    77License: GNU General Public License v2.0
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727== Changelog ==
    2828
    29 = 1.2 =
     29= 1.4 =
     30* Added support for tabs
     31
     32= 1.3 =
    3033* Added support for leads
    3134
Note: See TracChangeset for help on using the changeset viewer.