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
c7c81e5380
commit
7e3226e596
|
|
@ -1,3 +1,10 @@
|
|||
# v0.9.39
|
||||
## 08/25/2015
|
||||
|
||||
1. [](#bugfix)
|
||||
* `Page.active()` not triggering on **homepage**
|
||||
* Fix for invalid session name in Opera browser
|
||||
|
||||
# v0.9.38
|
||||
## 08/24/2015
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '0.9.38');
|
||||
define('GRAV_VERSION', '0.9.39');
|
||||
define('DS', '/');
|
||||
|
||||
// Directories and Paths
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user