Changeset 784156
- Timestamp:
- 10/07/2013 07:42:42 PM (12 years ago)
- Location:
- bootstrap-shortcodes/trunk
- Files:
-
- 3 added
- 2 edited
-
bootstrap-shortcodes.php (modified) (4 diffs)
-
inc/bs_tabs.php (added)
-
js/plugins/tabs.html (added)
-
js/plugins/tabs.js (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bootstrap-shortcodes/trunk/bootstrap-shortcodes.php
r784108 r784156 4 4 Plugin URI: https://github.com/TheWebShop/bootstrap-shortcodes 5 5 Description: A simple shortcode generator. Add buttons, columns, toggles and alerts to your theme. 6 Version: 1. 3.06 Version: 1.4.0 7 7 Author: Kevin Attfield 8 8 Author URI: https://github.com/Sinetheta … … 17 17 require_once('inc/bs_icons.php'); 18 18 require_once('inc/bs_leads.php'); 19 require_once('inc/bs_tabs.php'); 19 20 require_once('inc/bs_well.php'); 20 21 … … 28 29 'icons', 29 30 'leads', 31 'tabs', 30 32 'wells' 31 33 ); … … 101 103 "chk_default_options_icons" => "1", 102 104 "chk_default_options_leads" => "1", 105 "chk_default_options_tabs" => "1", 103 106 "chk_default_options_wells" => "1" 104 107 ); -
bootstrap-shortcodes/trunk/readme.txt
r784108 r784156 4 4 Requires at least: 3.0 5 5 Tested up to: 3.6 6 Stable tag: 1. 36 Stable tag: 1.4 7 7 License: GNU General Public License v2.0 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 == Changelog == 28 28 29 = 1.2 = 29 = 1.4 = 30 * Added support for tabs 31 32 = 1.3 = 30 33 * Added support for leads 31 34
Note: See TracChangeset
for help on using the changeset viewer.