From b0db8c89ddad46460da3951809f035e225cd593c Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 14 Jul 2016 14:33:17 -0600 Subject: [PATCH 1/2] changed to stable releases --- system/config/system.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/config/system.yaml b/system/config/system.yaml index 0733e599a..c2c88bdbe 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -125,5 +125,5 @@ session: httponly: true # Set session HTTP only. If true, indicates that cookies should be used only over HTTP, and JavaScript modification is not allowed. gpm: - releases: testing # Set to either 'stable' or 'testing' - proxy_url: # Configure a manual proxy URL for GPM (eg 127.0.0.1:3128) + releases: stable # Set to either 'stable' or 'testing' + proxy_url: # Configure a manual proxy URL for GPM (eg 127.0.0.1:3128) From 82f453ea2f177ea125c691d39a157278a9233276 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 14 Jul 2016 14:35:23 -0600 Subject: [PATCH 2/2] set releases to stable --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57fe3a4e2..34c020e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Added support for validation of multiple email in the `type: email` field [grav-plugin-email#31](https://github.com/getgrav/grav-plugin-email/issues/31) * Unified PHP code header styling * Added 6 more languages and updated language codes + * set default "releases" option to `stable` 1. [](#bugfix) * Fix backend validation for file fields marked as required [grav-plugin-form#78](https://github.com/getgrav/grav-plugin-form/issues/78)