Prepare for release

This commit is contained in:
Andy Miller
2017-03-31 11:28:34 -06:00
parent 3a645ab4a2
commit ca4f6f3c5c
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# v1.2.0
## 03/xx/2017
## 03/31/2017
1. [](#new)
* Added file upload for user avatar in user/admin blueprint

View File

@@ -134,7 +134,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.

View File

@@ -8,8 +8,8 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.2.0-rc.3');
define('GRAV_TESTING', true);
define('GRAV_VERSION', '1.2.0');
define('GRAV_TESTING', false);
define('DS', '/');
if (!defined('GRAV_PHP_MIN')) {