This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
v3.1.5 for Bootstrap 3.1 (Final Bootstrap 3.1 release)
New Documentation Popup!
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.
New Features
- Support [list-group-item] type parameter introduced in Bootstrap 3.1
- Add [dropdown-header] shortcode
- Remove legacy [icon-white] shortcode (it wasn't documented anyway)
- Add "disabled" parameter for [dropdown-item]s
- Add "disabled" and "active" parameters to [button] shortcodes
- Add "fluid" parameter to [container] shortcode introduced in Bootstrap 3.1
- Add optional "label" parameter to [progress-bar] introduced in Bootstrap 3.1
- Add optional "target" parameter to [list-group-item] shortcode
- Update supported WordPress version number to 3.9
Bug Fixes
- Fix bug that prevented CSS classes from being applied to [dropdown-item]s
- Fixed bug that completely broke [divider] in dropdowns
- Fix animated progress bar classes
- Fix typo that prevented [responsive] from working correctly
- Fix typo that broke "Distraction Free Mode" in WordPress
- Fix [collapse] "active" parameter documentation (the parameter worked, but was documented incorrectly)
- Fix several uninitialized variable and undefined index errors
- Fix "link" and "class" attributes in the wrong order on [dropdown-item] thanks @xsonic
General Changes
- Use custom icon-font for WordPress media-buttons button
- Removed @michelf's php_markdown tool in favor of Grunt for producing the plugin documentation.