Skip to content

Latest commit

 

History

History
169 lines (119 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

169 lines (119 loc) · 3.88 KB

v2.7.2

XX/XX/2018

    • Added a new span shortcode that supports class and id attributes

v2.7.1

03/14/2018

    • Support shortcodes in theme as well as plugins #43

v2.7.0

01/16/2018

    • Added a new div shortcode that supports class and id attributes

v2.6.0

04/25/2017

    • Added ability to define a custom shortcode path for you own shortcodes #36
    • Added a twig filter to allow you to use shortcodes directly in Twig templates #33

v2.5.4

02/26/2017

    • Fixed issue with modular Shortcode meta was not getting processed properly (Assets, Sections, etc.)

v2.5.3

02/21/2017

    • Added a reference to current Page in ShortcodeManager

v2.5.2

01/26/2017

    • Fixed Mozilla column css prefix

v2.5.1

01/25/2017

    • Added moz- prefix in column shortcode

v2.5.0

01/25/2017

    • Added new columns shortcode for CSS columns support

v2.4.0

01/17/2017

    • Switched to Regex parser by default (previous was Regex)
    • Update to latest Shortcode library v0.6.5
    • Removed getParameterAt(0) hack in favor of getBbbCode() that works with Regex parser

v2.3.2

12/15/2016

    • Update to latest Shortcode library v0.6.4 to address a parser bug #25

v2.3.1

07/14/2016

    • renamed internal contentMeta variables to shortcodeMeta and shortcodeAssets
    • Update to latest Shortcode library

v2.3.0

05/20/2016

    • Use new conentmeta approach from Grav 1.1

v2.2.1

05/09/2016

    • Always initialize current page even if collection exists #3

v2.2.0

04/23/2016

    • Added new fa FontAwesome shortcode

v2.1.0

04/21/2016

    • Added new notice shortcode
    • Updated to latest Shortcode library version

v2.0.2

02/17/2016

    • Initialized states in constructor

v2.0.1

02/16/2016

    • Support modular pages by populating Twig variables in onTwigPageVariables() event #8
    • Better more flexible regex in the Markdown block definition for more reliable markdown in shortcodes. #3

v2.0.0

02/11/2016

    • Added new section shortcode
    • Use new contentMeta mechanism for storing/caching objects and assets per page
    • Added new ShortcodeManager::reset() methods
    • Completely refactored the plugin to use a new extensible mechanism that makes it easier to manage multiple shortcodes

v1.4.0

02/03/2016

    • Updated Shortcode to latest dev-master that includes Events
    • Fixed raw shortcode to use new FilterRawEventHandler so it doesn't process shortcodes at all

v1.3.0

01/29/2016

    • Added markdown-shortcode-block support to the plugin
    • Updated Core Thunderer Shortcode library with some important fixes

v1.2.0

01/25/2016

    • Customizable Parser. Choose from WordPress, Regex, and Regular

v1.1.0

01/24/2016

    • Updated to latest Shortcode dev-master version that contains some important fixes
    • Switched to WordPressParser for 2x speed improvements

v1.0.1

01/18/2016

    • Fixed blueprint
    • Fixed a default yaml state

v1.0.0

01/18/2016

    • ChangeLog started...