Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

40 lines (33 loc) · 1.19 KB

v1.2.0

10/09/2015

  • Added support for Shortcode filter methods
  • Assets from shortcode {{% assets %}} are now being cached with page contents
  • Added blueprints for Grav Admin plugin
  • Use fieldset fields to group shortcode options (requires Grav 0.9.44+)
  • Fixed #2 (Not working with Grav's Admin Panel)

v1.1.0

08/08/2015

  • Added admin configurations (requires Grav 0.9.34+)
  • Added {{% comment %}}, {{% twig %}}, {{% markdown %}} shortcodes
  • Added documentation about {{% raw %}} shortcode
  • Changed Shortcodes event to onShortcodesInitialized!
  • Extended Twig Shortcodes capabilities for developers
  • Updated README.md

v1.0.1

06/25/2015

  • Improved error handling in Twig
  • Fixed indentation of source code
  • Fixed #1 (Error while trying to call a shortcodes directory instead of Shortcodes)

v1.0.0

06/23/2015

  • ChangeLog started...