Skip to content

Commit

Permalink
Merge pull request #3301 from bolt/release/5.2.0-beta.3
Browse files Browse the repository at this point in the history
Preparing release 5.2.0-beta.3
  • Loading branch information
bobdenotter authored Aug 24, 2022
2 parents ad904f1 + 8959a84 commit fd70dcd
Show file tree
Hide file tree
Showing 5 changed files with 767 additions and 532 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

## 5.2.0 Beta 3

Released: 2022-08-24

- Add extra fields option for `image` and `imagelist` fields [#3292](https://github.com/bolt/core/pull/3292))
- Allow image/files modals to be populated from dynamic backend URLs [#3300](https://github.com/bolt/core/pull/3300))
- Proper default for `$filter` [#3296](https://github.com/bolt/core/pull/3296))
- Ensure uploaded SVG files have no embedded Javascript [#3294](https://github.com/bolt/core/pull/3294))
- Prevent renaming or moving of files on edit [#3295](https://github.com/bolt/core/pull/3295))
- Prevent injection when filtering records [#3293](https://github.com/bolt/core/pull/3293))
- Fix icons in ContentTypes in Menu [#3287](https://github.com/bolt/core/pull/3287))
- Fix some NPM bitrot [#3286](https://github.com/bolt/core/pull/3286))
- Made the checkbox template recognise a false string as a value [#3279](https://github.com/bolt/core/pull/3279))
- The services_bolt.yaml file now keeps the binds after regenerating it [#3277](https://github.com/bolt/core/pull/3277))


## 5.2.0 Beta 2

Released: 2022-07-05
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.99.2';
export const version = '5.1.99.3';
Loading

0 comments on commit fd70dcd

Please sign in to comment.