diff --git a/.gitignore b/.gitignore index f598023..f4ad06e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store .idea node_modules +deploy.sh diff --git a/bootstrap-shortcodes.php b/bootstrap-shortcodes.php index ba9ed35..09e5997 100644 --- a/bootstrap-shortcodes.php +++ b/bootstrap-shortcodes.php @@ -3,7 +3,7 @@ Plugin Name: Bootstrap 3 Shortcodes Plugin URI: http://wp-snippets.com/freebies/bootstrap-shortcodes or https://github.com/filipstefansson/bootstrap-shortcodes Description: The plugin adds a shortcodes for all Bootstrap elements. -Version: 3.1.2 +Version: 3.2 Author: Filip Stefansson, Simon Yeldon, and Michael W. Delaney Author URI: License: GPL2 diff --git a/readme.txt b/readme.txt index 24e4532..7be2432 100644 --- a/readme.txt +++ b/readme.txt @@ -76,6 +76,8 @@ No, we assume you are already working with a WordPress theme that includes the B This release features a brand new, much easier to use popup for the documentation. We're now using Bootstrap's "modal" component rather than the soon-to-be-retired WordPress Thickbox. We've also split the documentation up into tabs so that the technical information about the plugin isn't cluttering up the shortcode reference material. This should make the plugin a little less scary for end-users. * Added optional "target" parameter to [list-group-item] * Added support for new "block", "inline", and "inline-block" parameters in [responsive] introduced in Bootstrap 3.2 +* Remove legacy [icon-white] shortcode (it wasn't documented anyway) + == Bug Fixes == * Fixed issue with [carousel] indicators (thanks, mebdev!) * Fix any parameters expecting "true", or "false" accepting any input as "true". Now only accepts the word "true"; other input will be ignored and read as "false".