Skip to content

Releases: Sommerregen/grav-plugin-shortcodes

Grav Plugin Shortcodes v1.2.0

09 Oct 18:40
Compare
Choose a tag to compare

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

08 Aug 13:49
Compare
Choose a tag to compare

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

25 Jun 20:54
Compare
Choose a tag to compare

New:

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

23 Jun 19:37
Compare
Choose a tag to compare

Release Issues Dual license Flattr PayPal

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.

Screenshot Shortcodes Plugin