Version Description
Download this release
Release Info
Developer | sinetheta |
Plugin | Bootstrap Shortcodes |
Version | 1.4.3 |
Comparing to | |
See all releases |
Code changes from version 1.4.2 to 1.4.3
- bootstrap-shortcodes.php +2 -2
- readme.txt +1 -1
bootstrap-shortcodes.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Bootstrap Shortcodes
|
4 |
Plugin URI: https://github.com/TheWebShop/bootstrap-shortcodes
|
5 |
Description: A simple shortcode generator. Add buttons, columns, toggles and alerts to your theme.
|
6 |
-
Version: 1.4.
|
7 |
Author: Kevin Attfield
|
8 |
Author URI: https://github.com/Sinetheta
|
9 |
|
@@ -140,7 +140,7 @@ class BootstrapShortcodes{
|
|
140 |
<th scope="row">Twitter Bootstrap Shortcodes</th>
|
141 |
<td>
|
142 |
|
143 |
-
<? foreach ($this->shortcodes as &$shortcode): ?>
|
144 |
<label>
|
145 |
<input
|
146 |
name="bs_options[chk_default_options_<?php echo $shortcode; ?>]"
|
3 |
Plugin Name: Bootstrap Shortcodes
|
4 |
Plugin URI: https://github.com/TheWebShop/bootstrap-shortcodes
|
5 |
Description: A simple shortcode generator. Add buttons, columns, toggles and alerts to your theme.
|
6 |
+
Version: 1.4.3
|
7 |
Author: Kevin Attfield
|
8 |
Author URI: https://github.com/Sinetheta
|
9 |
|
140 |
<th scope="row">Twitter Bootstrap Shortcodes</th>
|
141 |
<td>
|
142 |
|
143 |
+
<?php foreach ($this->shortcodes as &$shortcode): ?>
|
144 |
<label>
|
145 |
<input
|
146 |
name="bs_options[chk_default_options_<?php echo $shortcode; ?>]"
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: sinetheta, beaurixon, Designwall Team
|
|
3 |
Tags: shortcode, shortcodes, bootstrap, buttons, grid, well, responsive, widget
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.6
|
6 |
-
Stable tag: 1.4.
|
7 |
License: GNU General Public License v2.0
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
3 |
Tags: shortcode, shortcodes, bootstrap, buttons, grid, well, responsive, widget
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.6
|
6 |
+
Stable tag: 1.4.3
|
7 |
License: GNU General Public License v2.0
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|