Skip to content

Commit

Permalink
Merge tag '1.4.5' into develop
Browse files Browse the repository at this point in the history
Release v1.4.5
  • Loading branch information
rhukster committed May 15, 2018
2 parents 2a759ee + 03a0c42 commit 1976471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v1.4.5
## 05/11/2018
## 05/15/2018

1. [](#bugfix)
* Fixed an issue with some users getting **2FA** prompt after upgrade [admin#1442](https://github.com/getgrav/grav-plugin-admin/issues/1442)
Expand Down
2 changes: 1 addition & 1 deletion system/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.4.4');
define('GRAV_VERSION', '1.4.5');
define('GRAV_TESTING', false);
define('DS', '/');

Expand Down

0 comments on commit 1976471

Please sign in to comment.