-
- Support shortcodes in theme as well as plugins #43
-
- Switched to
Regex
parser by default (previous was Regex) - Update to latest Shortcode library v0.6.5
- Switched to
-
- Removed
getParameterAt(0)
hack in favor ofgetBbbCode()
that works with Regex parser
- Removed
-
- Update to latest Shortcode library v0.6.4 to address a parser bug #25
-
- renamed internal
contentMeta
variables toshortcodeMeta
andshortcodeAssets
- Update to latest Shortcode library
- renamed internal
-
- Always initialize current page even if collection exists #3
-
- Support modular pages by populating Twig variables in
onTwigPageVariables()
event #8
- Support modular pages by populating Twig variables in
-
- Better more flexible regex in the Markdown block definition for more reliable markdown in shortcodes. #3
-
- Added new
section
shortcode - Use new
contentMeta
mechanism for storing/caching objects and assets per page - Added new
ShortcodeManager::reset()
methods
- Added new
-
- Completely refactored the plugin to use a new extensible mechanism that makes it easier to manage multiple shortcodes
-
- Updated Shortcode to latest
dev-master
that includes Events
- Updated Shortcode to latest
-
- Fixed
raw
shortcode to use newFilterRawEventHandler
so it doesn't process shortcodes at all
- Fixed
-
- Added markdown-shortcode-block support to the plugin
-
- Updated Core Thunderer Shortcode library with some important fixes