Bootstrap Shortcodes for WordPress - Version 3.0.3.2

Version Description

  • Fix help tab popup on edit pages
Download this release

Release Info

Developer FoolsRun
Plugin Icon Bootstrap Shortcodes for WordPress
Version 3.0.3.2
Comparing to
See all releases

Code changes from version 3.0.3.1 to 3.0.3.2

bootstrap-shortcodes.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Bootstrap 3 Shortcodes
4
  Plugin URI: http://wp-snippets.com/freebies/bootstrap-shortcodes or https://github.com/filipstefansson/bootstrap-shortcodes
5
  Description: The plugin adds a shortcodes for all Bootstrap elements.
6
- Version: 3.0.3.1
7
  Author: Filip Stefansson, Simon Yeldon, and Michael W. Delaney
8
  Author URI:
9
  License: GPL2
3
  Plugin Name: Bootstrap 3 Shortcodes
4
  Plugin URI: http://wp-snippets.com/freebies/bootstrap-shortcodes or https://github.com/filipstefansson/bootstrap-shortcodes
5
  Description: The plugin adds a shortcodes for all Bootstrap elements.
6
+ Version: 3.0.3.2
7
  Author: Filip Stefansson, Simon Yeldon, and Michael W. Delaney
8
  Author URI:
9
  License: GPL2
includes/actions-filters.php CHANGED
@@ -24,9 +24,8 @@ function add_bootstrap_button($context) {
24
  //our popup's title
25
  $title = 'Bootstrap Shortcodes Help';
26
 
27
- //append the icon
28
  $context .= "<a title='{$title}'
29
- href='#TB_inline?inlineId={$popup_url}&width=640&height=550' class='thickbox button add_media' style='padding-left: 0px; padding-right: 0px;' title='Bootstrap Shortcodes Help'>
30
  <img src='{$img}' style='height: 20px; position: relative; top: -2px;'></a>";
31
 
32
  return $context;
24
  //our popup's title
25
  $title = 'Bootstrap Shortcodes Help';
26
 
 
27
  $context .= "<a title='{$title}'
28
+ href='#TB_inline?width=640&inlineId={$popup_url}&width=640&height=550' class='thickbox button add_media' style='padding-left: 0px; padding-right: 0px;' title='Bootstrap Shortcodes Help'>
29
  <img src='{$img}' style='height: 20px; position: relative; top: -2px;'></a>";
30
 
31
  return $context;
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: filipstefansson, nodley, FoolsRun
3
  Tags: bootstrap, shortcode, shortcodes, responsive, grid
4
  Requires at least: 3.8
5
  Tested up to: 3.8
6
- Stable tag: 3.0.3.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -65,6 +65,9 @@ No, we assume you are already working with a WordPress theme that includes the B
65
 
66
  == Changelog ==
67
 
 
 
 
68
  = 3.0.3.1 =
69
  * Change help-tab to inline rather than iframe in to meet WordPress.org submission requirements
70
  * Add support for images (http://getbootstrap.com/css/#images)
3
  Tags: bootstrap, shortcode, shortcodes, responsive, grid
4
  Requires at least: 3.8
5
  Tested up to: 3.8
6
+ Stable tag: 3.0.3.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
65
 
66
  == Changelog ==
67
 
68
+ = 3.0.3.2 =
69
+ * Fix help tab popup on edit pages
70
+
71
  = 3.0.3.1 =
72
  * Change help-tab to inline rather than iframe in to meet WordPress.org submission requirements
73
  * Add support for images (http://getbootstrap.com/css/#images)