version update

This commit is contained in:
Andy Miller 2016-06-21 17:51:07 +01:00
parent 3d53166651
commit ce499c795b
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# v1.1.0-rc.3
## 06/xx/2016
## 06/21/2016
1. [](#new)
* Add a onPageFallBackUrl event when starting the fallbackUrl() method to allow the Login plugin to protect the page media
@ -7,7 +7,7 @@
* Respect `enable_asset_timestamp` settings for pipelined Assets [#906](https://github.com/getgrav/grav/issues/906)
* Fixed collections end dates for 32-bit systems [#902](https://github.com/getgrav/grav/issues/902)
* Fixed a recent regression (1.1.0-rc1) with parameter separator different than `:`
# v1.1.0-rc.2
## 06/14/2016

View File

@ -2,7 +2,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.1.0-rc.2');
define('GRAV_VERSION', '1.1.0-rc.3');
define('GRAV_TESTING', true);
define('DS', '/');
define('GRAV_PHP_MIN', '5.5.9');