Skip to content

Commit

Permalink
🍁 Version Update - Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sommerregen committed Oct 9, 2015
1 parent 92ecdac commit de42b49
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.2.0
## 10/09/2015

1. [](#new)
* Added support for Shortcode filter methods
2. [](#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+)**
3. [](#bugfix)
* Fixed [#2](https://github.com/Sommerregen/grav-plugin-shortcodes/issues/2) (Not working with Grav's Admin Panel)

# v1.1.0
## 08/08/2015

Expand All @@ -19,7 +31,7 @@
* Improved error handling in Twig
3. [](#bugfix)
* Fixed indentation of source code
* Fixed error while trying to call a shortcodes directory instead of Shortcodes [#1](https://github.com/Sommerregen/grav-plugin-shortcodes/issues/1)
* Fixed [#1](https://github.com/Sommerregen/grav-plugin-shortcodes/issues/1) (Error while trying to call a shortcodes directory instead of Shortcodes)

# v1.0.0
## 06/23/2015
Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Shortcodes"
version: 1.1.0
version: 1.2.0
description: "This plugin enables to use shortcodes (simple snippets) inside a document to be rendered by Grav."
icon: puzzle-piece
author:
Expand Down
4 changes: 2 additions & 2 deletions shortcodes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Shortcodes v1.1.0
* Shortcodes v1.2.0
*
* This plugin enables to use shortcodes (simple snippets) inside a
* document to be rendered by Grav.
Expand All @@ -9,7 +9,7 @@
* http://benjamin-regler.de/license/
*
* @package Shortcodes
* @version 1.1.0
* @version 1.2.0
* @link <https://github.com/sommerregen/grav-plugin-shortcodes>
* @author Benjamin Regler <sommerregen@benjamin-regler.de>
* @copyright 2015, Benjamin Regler
Expand Down

0 comments on commit de42b49

Please sign in to comment.