mirror of
https://github.com/getgrav/grav.git
synced 2026-07-21 01:12:01 +02:00
Merge tag '1.3.0' into develop
Release v1.3.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# v1.3.0-xx
|
||||
## xx/xx/2017
|
||||
# v1.3.0
|
||||
## 07/16/2017
|
||||
|
||||
1. [](#bugfix)
|
||||
* Fixed an undefined variable `$difference` [#1563](https://github.com/getgrav/grav/pull/1563)
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '1.3.0-rc.5');
|
||||
define('GRAV_TESTING', true);
|
||||
define('GRAV_VERSION', '1.3.0');
|
||||
//define('GRAV_TESTING', true);
|
||||
define('DS', '/');
|
||||
|
||||
if (!defined('GRAV_PHP_MIN')) {
|
||||
|
||||
@@ -41,5 +41,5 @@ debugger:
|
||||
shutdown:
|
||||
close_connection: true
|
||||
gpm:
|
||||
releases: testing
|
||||
releases: stable
|
||||
verify_peer: true
|
||||
|
||||
Reference in New Issue
Block a user