Merge branch 'release/1.0.8' into develop

This commit is contained in:
Andy Miller
2016-01-08 15:31:33 -07:00
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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');