From ac04f74807b9704ed5b0943e8681e1b06d34deed Mon Sep 17 00:00:00 2001 From: k_ Date: Tue, 20 Jun 2017 17:44:02 -0400 Subject: [PATCH] Bump version --- RELEASE.md | 13 +++++++++++++ phplib/411bootstrap.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index bd29959..c493fe1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 diff --git a/phplib/411bootstrap.php b/phplib/411bootstrap.php index e421c56..83050a9 100644 --- a/phplib/411bootstrap.php +++ b/phplib/411bootstrap.php @@ -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) {