From 0a189f5cc20ca7d2e2117430e52075d6b0bb0627 Mon Sep 17 00:00:00 2001 From: k_ Date: Sat, 8 Apr 2017 13:19:15 -0400 Subject: [PATCH] Bump release --- RELEASE.md | 14 ++++++++++++++ phplib/411bootstrap.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 6c6cfd1..db2ee89 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,17 @@ +# v1.3.0 # + +- Support for ES5.0 +- Merged in support for running 411 behind an auth proxy #95 #79 +- Filter/Target errors are no longer considered a failure (Search jobs will not be rescheduled as a result) +- Render long alerts vertically in emails +- Update dependencies + +## Bugfixes ## + +- Fixed changelog modal not appearing +- Fixed undefined `setPassword` call in `create_user` script. + + # v1.2.0 # - Added Search execution options on the configuration page diff --git a/phplib/411bootstrap.php b/phplib/411bootstrap.php index 114f2d3..4fbe5d9 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.2.0'); +define('VERSION', '1.3.0'); // Set up autoloader for our classes. spl_autoload_register(function($class) {