Skip to content

Commit

Permalink
Merge tag '1.6.27' into develop
Browse files Browse the repository at this point in the history
Release v1.6.27
  • Loading branch information
rhukster committed Sep 1, 2020
2 parents fc97e88 + 75cb4e3 commit ec9dd14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.6.27
## 09/01/2020

1. [](#improved)
* Right trim route for safety
* Use the proper ellipsis for summary [#2939](https://github.com/getgrav/grav/pull/2939)
* Left pad schedule times with zeros [#2921](https://github.com/getgrav/grav/pull/2921)

# v1.6.26
## 06/08/2020

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.6.26');
define('GRAV_VERSION', '1.6.27');
define('GRAV_TESTING', false);
define('DS', '/');

Expand Down

0 comments on commit ec9dd14

Please sign in to comment.