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

v3.1.1 for Bootstrap 3.1

30 Jun 14:44
Compare
Choose a tag to compare

New Features

  • Support for Bootstrap 3.1
  • Allow arbitrary classes in [row] shortcode (thanks @shaddowgh)
  • Add [container] shortcode
  • Allow arbitrary classes and data properties in all shortcodes
  • Add [carousel] and [carousel-item] shortcodes
  • Allow [panel]s with or without headers
  • Add composer.json file (thanks @brendensilva)
  • Add active parameter for [nav] shortcode
  • Add pills style for [nav] shortcode
  • Add support for sizes in [modal] shortcode introduced in Bootstrap 3.1

Bug Fixes

  • Set default "active" item for [nav] and [carousel] if none is set by parameter

General Changes

v3.0.3.2 for Bootstrap 3.0 (Final Bootstrap 3.0 release)

30 Jun 14:32
Compare
Choose a tag to compare

New Features

  • Add [images] shortcode
  • Add [progress] and [progress-bar] shortcodes
  • Add [page-header] shortcode
  • Improved list-group shortcode, now includes linked list-groups, optional active parameter. Add [list-group-heading] and [list-group-text] shortcodes
  • Add [dropdown] shortcode
  • Add [breadcrumbs] shortcode
  • Add [button-toolbar] shortcode
  • Add [nav] shortcode
  • Replace [table] shortcode with [table-wrap]. We can't effectively reproduce the whole of HTML tables with shortcodes within the scope of this plugin.
  • New SVG button in admin
  • Update supported WordPress version to 3.8

Bug Fixes

  • Fixed #30 - Undefined variables related to data_props
  • Fixed #32 - Lowered priority of tooltip and popover trigger scripts
  • Clean up documentation, correct typoes

General Changes

  • Include styles and javascript for documentation locally to meet WordPress.org repository standards
  • Remove "strong" parameter from Alerts --this should be done using WordPress's built-in editor
  • Allow arbitrary classes in [column] shortcodes

v3.0.2 for Bootstrap 3.0

30 Jun 14:12
Compare
Choose a tag to compare

Initial public release for Bootstrap 3.0