Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiz committed Jun 20, 2017
1 parent 5a52378 commit ac04f74
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.4.0 #

- Per-user timezones
- Email renderers

## Bugfixes ##

- Show original value if a renderer throws an error
- Correctly update index for alerts associated with deleted searches
- Parse dates as UTC on the frontend
- Performance fixes


# v1.3.3 #

- No new features
Expand Down
2 changes: 1 addition & 1 deletion phplib/411bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
date_default_timezone_set("UTC");

define('BASE_DIR', realpath(__DIR__ . '/..'));
define('VERSION', '1.3.4');
define('VERSION', '1.4.0');

// Set up autoloader for our classes.
spl_autoload_register(function($class) {
Expand Down

0 comments on commit ac04f74

Please sign in to comment.