From 5bdcf984f1d7146e24122fee5ab2c1a0c2347963 Mon Sep 17 00:00:00 2001 From: k_ Date: Thu, 27 Apr 2017 14:40:12 -0400 Subject: [PATCH] Bump version --- RELEASE.md | 23 +++++++++++++++++------ phplib/411bootstrap.php | 2 +- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 150b3546..1062a5c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,10 +1,21 @@ +# v1.3.2 # + +- Announcement support on the index page + +## Bugfixes ## + +- Fixed error when running scheduler +- Fix ES ssl connection initialization +- Fix error in Slack target #118 + + # v1.3.1 # - No new features ## Bugfixes ## -- Don't specify a domain when setting cookies. This allows 411 to work when the hostname doesn't match the site configuration. +- Don't specify a domain when setting cookies. This allows 411 to work when the hostname doesn't match the site configuration # v1.3.0 # @@ -18,7 +29,7 @@ ## Bugfixes ## - Fixed changelog modal not appearing -- Fixed undefined `setPassword` call in `create_user` script. +- Fixed undefined `setPassword` call in `create_user` script # v1.2.0 # @@ -26,14 +37,14 @@ - Added Search execution options on the configuration page - Added support for index patterns - Added options for parsing date fields -- Refactored Search code to support multiple 'sources' per Search type. +- Refactored Search code to support multiple 'sources' per Search type - More UX tweaks ## Breaking changes ## -- The `Logstash` Search type has been replaced by the `ES` Search type. -- The config syntax for specifying indices has changed. -- The config syntax for defining Search sources has changed. +- The `Logstash` Search type has been replaced by the `ES` Search type +- The config syntax for specifying indices has changed +- The config syntax for defining Search sources has changed See the [upgrade guide](/docs/Upgrading.md) for details. diff --git a/phplib/411bootstrap.php b/phplib/411bootstrap.php index 1e68b08..9b02743 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.1'); +define('VERSION', '1.3.2'); // Set up autoloader for our classes. spl_autoload_register(function($class) {