Skip to content

Commit

Permalink
Prepare release of Bolt 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Nov 9, 2018
1 parent c1eff2b commit 67c2de8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
21 changes: 15 additions & 6 deletions changelog.md
@@ -1,17 +1,26 @@
Changelog for Bolt 3.x
======================

Bolt 3.6.2
----------

Released: 2018-11-09. Notable changes:

- Fixed: Fix slugs for contenttypes that use a field other than 'title'. [#7708](https://github.com/bolt/bolt/pull/7708)
- Fixed: Handle Empty Search Parameter Error. [#7712](https://github.com/bolt/bolt/pull/7712)
- Fixed: Fix styling of panel actions. [#7707](https://github.com/bolt/bolt/pull/7707)

Bolt 3.6.1
----------

Released: 2018-11-02. Notable changes:

- Fixed: Temporary fix for repeater fields in changelog. #7683
- Fixed: Stop stack being queried in `_macro.twig` when stack is disabled. #7698
- Fixed: Fix for Select values inside repeaters inside templatefields. #7636
- Fixed: Add missing part of select field values in repeaters. #7701
- Fixed: Fix for field type blocks with translation extension. #7705
- Updated: Javascript dependencies, including `blueimp-file-upload`.
- Fixed: Add missing part of select field values in repeaters. [#7701](https://github.com/bolt/bolt/pull/7701)
- Fixed: Fix for field type blocks with translation extension. [#7705](https://github.com/bolt/bolt/pull/7705)
- Fixed: Fix for Select values inside repeaters inside templatefields. [#7636](https://github.com/bolt/bolt/pull/7636)
- Fixed: Stop stack being queried in `_macro.twig` when stack is disabled. [#7698](https://github.com/bolt/bolt/pull/7698)
- Fixed: Temporary fix for repeater fields in changelog. [#7683](https://github.com/bolt/bolt/pull/7683)
- Updated: Javascript dependencies, including `blueimp-file-upload`.

Bolt 3.6.0
----------
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Expand Up @@ -19,7 +19,7 @@ final class Version
* Stable — 3.0.0
* Development — 3.1.0 alpha 1
*/
const VERSION = '3.6.1';
const VERSION = '3.6.2';

/**
* Whether this release is a stable one.
Expand Down

0 comments on commit 67c2de8

Please sign in to comment.