diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b60cdc..82793b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.3.1 +## 07/14/2016 + +1. [](#improved) + * Translate some blueprint options + # v0.3.0 ## 01/06/2016 diff --git a/README.md b/README.md index 3cd8630..86bf818 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ The **Guestbook Plugin** for [Grav](http://github.com/getgrav/grav) adds the ability to add a guestbook page that can receive visitor messages. -| IMPORTANT!!! This plugin is currently in development as is to be considered a **beta release**. As such, use this in a production environment **at your own risk!**. More features will be added in the future. - # Installation The Guestbook plugin is easy to install with GPM. diff --git a/blueprints.yaml b/blueprints.yaml index 724dac1..667a2cc 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Guestbook -version: 0.3.0 +version: 0.3.1 description: Adds a Guestbook functionality to a page icon: book author: @@ -21,12 +21,12 @@ form: fields: enabled: type: toggle - label: Plugin status + label: PLUGIN_ADMIN.PLUGIN_STATUS highlight: 1 default: 0 options: - 1: Enabled - 0: Disabled + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED validate: type: bool