Skip to content

Commit

Permalink
Merge pull request #3088 from bolt/release/5.1.3
Browse files Browse the repository at this point in the history
Prepare release 5.1.3
  • Loading branch information
bobdenotter authored Feb 10, 2022
2 parents 7bd04a5 + 803775a commit bb1e06c
Show file tree
Hide file tree
Showing 5 changed files with 1,222 additions and 1,054 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
Changelog
=========

## 5.1.3

Released: 2021-02-10

### 🐛 Bug fixes

- Fix configuration values not resolving correctly (ionutlip, [#3068](https://github.com/bolt/core/pull/3068))
- Set default `values` in FieldType (bobdenotter, [#3058](https://github.com/bolt/core/pull/3058))

### 🛠️ Miscellaneous

- Make it possible for GlobalVoter.php to vote on non-bolt users. (simongroenewolt, [#3081](https://github.com/bolt/core/pull/3081))
- Adds the ability to change dynamic the bolt configuration directory (ionutlip, [#3086](https://github.com/bolt/core/pull/3086))
- Add a username to the `backendmenu` cache key (Joossensei, [#3087](https://github.com/bolt/core/pull/3087))
- Update cypress tests again (Joossensei, [#3084](https://github.com/bolt/core/pull/3084))
- Update `AuthSubscriber.php` to prevent logout error (matesko, [#3074](https://github.com/bolt/core/pull/3074))
- Avoid running node service as `root` user (fsidobre, [#3073](https://github.com/bolt/core/pull/3073))
- Tweaking Cypress `defaultCommandTimeout` (bobdenotter, [#3070](https://github.com/bolt/core/pull/3070))
- Add the possibility to sort and filter users in the backend (damien-jourdan, [#3066](https://github.com/bolt/core/pull/3066))
- Show "404" image for missing thumbnails (bobdenotter, [#3064](https://github.com/bolt/core/pull/3064))
- Update `Relation.php` (Joossensei, [#3060](https://github.com/bolt/core/pull/3060))
- Bugfix Fix autocomplete for Relation (ionutlip, [#3055](https://github.com/bolt/core/pull/3055))

### ⚙️ Code Quality / Developer Experience

- Bump nanoid from 3.1.30 to 3.2.0 (dependabot[bot], [#3077](https://github.com/bolt/core/pull/3077))
- Bump node-fetch from 2.6.6 to 2.6.7 (dependabot[bot], [#3076](https://github.com/bolt/core/pull/3076))
- Update `api_tests.yaml` (bobdenotter, [#3069](https://github.com/bolt/core/pull/3069))
- Remove ignore of false positive in PHPStan (bobdenotter, [#3061](https://github.com/bolt/core/pull/3061))


## 5.1.2

Released: 2021-01-19
Expand Down
2 changes: 1 addition & 1 deletion assets/js/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '5.1.1';
export const version = '5.1.3';
Loading

0 comments on commit bb1e06c

Please sign in to comment.