mirror of
https://github.com/getgrav/grav.git
synced 2026-07-09 06:42:15 +02:00
Merge branch 'release/1.0.8' into develop
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# v1.0.8
|
||||
## 01/08/2016
|
||||
|
||||
1. [](#new)
|
||||
* Added `rotate`, `flip` and `fixOrientation` image medium methods
|
||||
1. [](#bugfix)
|
||||
* Removed IP from Nonce generation. Should be more reliably in a variety of scenarios
|
||||
|
||||
# v1.0.7
|
||||
## 01/07/2016
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '1.0.7');
|
||||
define('GRAV_VERSION', '1.0.8');
|
||||
define('DS', '/');
|
||||
define('GRAV_PHP_MIN', '5.5.9');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user