From d23f8295596d1851d75e43b767c0907f1d789544 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 13 Dec 2016 13:05:57 -0700 Subject: [PATCH] prepare for release --- CHANGELOG.md | 6 ++++-- system/config/system.yaml | 2 +- system/defines.php | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d33f546cf..bdea66039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -# v1.1.9-rc.4 -## XX/XX/2016 +# v1.1.9 +## 12/13/2016 +1. [](#new) + * RC released as stable 1. [](#improved) * Better error handling in cache clear * YAML syntax fixes for the future compatibility diff --git a/system/config/system.yaml b/system/config/system.yaml index f5c475208..54e4c4781 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -131,7 +131,7 @@ session: path: gpm: - releases: testing # Set to either 'stable' or 'testing' + releases: stable # Set to either 'stable' or 'testing' proxy_url: # Configure a manual proxy URL for GPM (eg 127.0.0.1:3128) method: 'auto' # Either 'curl', 'fopen' or 'auto'. 'auto' will try fopen first and if not available cURL verify_peer: true # Sometimes on some systems (Windows most commonly) GPM is unable to connect because the SSL certificate cannot be verified. Disabling this setting might help. diff --git a/system/defines.php b/system/defines.php index 23bc533ce..956dd1b1d 100644 --- a/system/defines.php +++ b/system/defines.php @@ -8,8 +8,8 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '1.1.9-rc.3'); -define('GRAV_TESTING', true); +define('GRAV_VERSION', '1.1.9'); +define('GRAV_TESTING', false); define('DS', '/'); define('GRAV_PHP_MIN', '5.5.9');