Changeset 905796
- Timestamp:
- 04/30/2014 06:56:06 PM (12 years ago)
- Location:
- smpl-shortcodes/trunk
- Files:
-
- 3 edited
-
includes/shortcodes.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
smpl-shortcodes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smpl-shortcodes/trunk/includes/shortcodes.php
r905307 r905796 462 462 function smpl_shortcode_tabgroup( $atts, $content ){ 463 463 $GLOBALS['tab_count'] = 0; 464 $GLOBALS['tabs'] = ''; 464 465 do_shortcode( $content ); 465 466 if( is_array( $GLOBALS['tabs'] ) ){ -
smpl-shortcodes/trunk/readme.txt
r905321 r905796 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.9 7 Stable tag: 1.0.1 07 Stable tag: 1.0.11 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 31 31 == Changelog == 32 33 = 1.0.11 = 34 * Added support for multiple tab groups 32 35 33 36 = 1.0.10 = -
smpl-shortcodes/trunk/smpl-shortcodes.php
r905320 r905796 3 3 Plugin Name: Simple Shortcodes 4 4 Description: This plugin works in conjuction with the SMPL framework to create shortcodes for many of the framework's internal elements. 5 Version: 1.0.1 05 Version: 1.0.11 6 6 Author: simplethemes 7 7 Author URI: http://www.simplethemes.com … … 26 26 */ 27 27 28 define( 'SMPL_SHORTCODES_PLUGIN_VERSION', '1.0.1 0' );28 define( 'SMPL_SHORTCODES_PLUGIN_VERSION', '1.0.11' ); 29 29 define( 'SMPL_SHORTCODES_PLUGIN_DIR', dirname( __FILE__ ) ); 30 30 define( 'SMPL_SHORTCODES_PLUGIN_URI', plugins_url( '' , __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.