Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiz committed Apr 27, 2017
1 parent 876b0a2 commit 5bdcf98
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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 #
Expand All @@ -18,22 +29,22 @@
## 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 #

- 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.

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.1');
define('VERSION', '1.3.2');

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

0 comments on commit 5bdcf98

Please sign in to comment.