Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Releases: MWDelaney/bootstrap-3-shortcodes

3.3.12

04 Apr 15:35
Compare
Choose a tag to compare
Remove shields.io links from popup documentation. Closes #154.

3.3.11

12 Mar 20:02
Compare
Choose a tag to compare

Tested on WordPress 4.9+

v3.3.8 for WordPress 4.5

09 May 20:05
Compare
Choose a tag to compare

New Features

  • Tested to work with WordPress 4.5!
  • Set a default "active" slide in carousel if none is specified
  • Add shortcode for responsive embeds
  • Correct some non-latin characters displaying incorrectly
  • Add filter to hook into tabs for things like tab history (thanks, Jason Maners!)

Note: Bootstrap 3 Shortcodes for WordPress now requires PHP 5.3 or later.

v3.3.6

09 May 20:10
Compare
Choose a tag to compare

New Features

  • Allow for xclass property on individual [tab]s

Bug Fixes

  • Prevent Bootstrap help popup button from appearing on unintended pages
  • Allow for commas in [popover] content
  • Further correction for conflicts with Visual Composer
  • Allow special characters in [page-header]

v3.3.5 for WordPress 4.1

09 May 20:11
Compare
Choose a tag to compare

New Features

  • Tested to work in WordPress 4.1!
  • Allow non-English characters in [table-wrap], [media-object], [img], [thumbnail], [modal], [tab], and [collapse]

Bug Fixes

  • Better compatibility with Visual Composer (Thanks, jannejava!)
  • [tabs] and [tab], fix defaulting the first tab as "active" if no tabs are explicitly set as "active"

v3.3.4

09 May 20:13
Compare
Choose a tag to compare

Bug Fixes

  • Restore Bootstrap 3.2 backwards compatibility for [media-object] shortcode, updated documentation to use Bootstrap 3.3 example, but offer 3.2 options.
  • Add "collapsed" class to non-active [collapse] elements (thanks, Artem!)

v3.3 for Bootstrap 3.3

29 Nov 15:35
Compare
Choose a tag to compare

New Features

  • Tested to work with Bootstrap 3.3!
  • Only enqueue tooltip and popover trigger javascript if those shortcodes are in use on a page or post
  • Added support for offsets, pulls, and pushes of "0" in [column]
  • Added support for Bootstrap's responsive tables in [table-wrap]

Bug Fixes

  • Better correct for conflicts with Gravity Forms --these two plugins should finally play well together
  • Fix documentation for [modal] and [responsive]
  • Removed use of extract() to better fit with WordPress's best practices.

v3.2.4 for Bootstrap 3.2

17 Sep 13:43
Compare
Choose a tag to compare

New Features

  • Bootstrap Shortcodes help and reference button now appears in Distraction Free Writing (fullscreen) mode.
  • Added responsive styling so that the help and reference button looks and works better on smaller screens.
  • Major rewrite of [table-wrap], [tooltip], [popover], [media-object], [page-header], [img], and [thumbnail] to better handle unexpected input. Please report any issues with these tags.
  • WordPress 4.0 support!

Bug Fixes

  • Fix documentation for [popover]
  • Fix conflict with styles on WPEngine-hosted sites
  • Better handling of Gravity Forms' "No Conflict Mode"
  • Fix conflict with All-In-One Events Calendar
  • Fix for some situations where the help-tab popup would be behind other popup elements.

v3.2 for Bootstrap 3.2

07 Jul 21:07
Compare
Choose a tag to compare

New Features

  • Support new "block", "inline", and "inline-block" functionality in [responsive] shortcode as added in Bootstrap 3.2

Bug Fixes

  • Fix 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".

General Changes

  • Less conflicty names for the anchors in the help popup

v3.1.5 for Bootstrap 3.1 (Final Bootstrap 3.1 release)

30 Jun 18:49
Compare
Choose a tag to compare

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.