mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
version update
This commit is contained in:
parent
3d53166651
commit
ce499c795b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user