- 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)
- 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
- Added
twig
shortcode
- Improved error handling in Twig
- Fixed indentation of source code
- Fixed #1 (Error while trying to call a shortcodes directory instead of Shortcodes)
- ChangeLog started...