Releases: Sommerregen/grav-plugin-shortcodes
Releases · Sommerregen/grav-plugin-shortcodes
Grav Plugin Shortcodes v1.2.0
New:
- Added support for Shortcode filter methods
Improved:
- 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+)
Bugfix:
- Fixed #2 (Not working with Grav's Admin Panel)
Grav Plugin Shortcodes v1.1.0
New:
- Added admin configurations (requires Grav 0.9.34+)
- Added
{{% comment %}}
,{{% twig %}}
,{{% markdown %}}
shortcodes - Added documentation about
{{% raw %}}
shortcode - Changed Shortcodes event to
onShortcodesInitialized
!
Improved:
- Extended Twig Shortcodes capabilities for developers
- Updated
README.md
Grav Plugin Shortcodes v1.0.1
New:
- Added
twig
shortcode
Improved:
- Improved error handling in Twig
Bugfix:
- Fixed indentation of source code
- Fixed error while trying to call a shortcodes directory instead of Shortcodes #1
Grav Plugin Shortcodes v1.0.0
This plugin introduces shortcodes to be used as simple snippets inside a document to be rendered by Grav.
About
Shortcodes
is a plugin for Grav used to extend Markdown's ability to do nifty things with very little effort.
Shortcodes are shortcuts. Using a simple content format shortcodes can embed files or create objects that would normally require lots of complicated, ugly code in just one line.