Skip to content

Releases: bolt/core

Maintenance Release 5.1.17

14 Oct 13:05
18c3aba
Compare
Choose a tag to compare

Released: 2022-10-14

🐛 Bug fixes

  • Ensure we return the found ImageField, and not the surrounding Set or Collection #3333
  • Fix fix-bundles in PostUpdateScript.php #3331
  • Allow editing YAML files through the Bolt Backend #3325
  • Check for empty request before using it #3334

Maintenance Release 5.1.16-pl.1

05 Oct 15:22
16f76de
Compare
Choose a tag to compare
Update ContentExtension.php

Beta Release 5.2.0-beta.6

30 Sep 07:48
1c1046a
Compare
Choose a tag to compare
Pre-release
Merge pull request #3326 from bolt/release/bolt-5.2.0-beta.6

Prepare release 5.2.0-beta.6

Maintenance Release 5.1.16

21 Sep 14:23
f0b1ec1
Compare
Choose a tag to compare

Released: 2022-09-21

📦 Additions and new features

  • The |excerpt-filter now also excerpts fields inside Collections and Sets #3320

🐛 Bug fixes

  • Make Request parameter optional. Prevent breakage in extensions that don't have context (yet). #3318
  • Make LocaleHelper throw the correct Exception #3319

Maintenance Release 5.1.15

16 Sep 11:57
c37a448
Compare
Choose a tag to compare

Released: 2022-09-16

🐛 Bug fixes

  • Remove outdated edge-case, that was actually breaking on MariaDB (bobdenotter, #3315)
  • Characters escaped when displaying the title block in templates (fsidobre, #3314)
  • Add setId() function in User Entity (nestordedios, #3313)

Beta Release 5.2.0-beta.5

31 Aug 13:34
Compare
Choose a tag to compare
Pre-release
Update Version.php

Maintenance Release 5.1.14

31 Aug 13:16
e4a76e9
Compare
Choose a tag to compare

Released: 2022-08-31

🐛 Bug fixes

  • Catch more broad Exception in Locales::getName (bobdenotter, #3309)
  • Insert <meta> snippets on main request only (jordanaubert, #3308)
  • Content validation is triggered on creation of content as well (jordanaubert, #3305)
  • Fix deprecation notice in PHP 8.0 and above ( abdellahrk, #3307)

Beta Release 5.2.0-beta.4

26 Aug 12:55
Compare
Choose a tag to compare
Pre-release
Tweaking Beta

Maintenance Release 5.1.13

26 Aug 11:54
0539de1
Compare
Choose a tag to compare

Released: 2022-08-26

This release includes three security-related fixes. Our thanks go out to Eitan Shav at WhiteSource and David Müller of lutrasecurity.com for identifying these issues and disclosing them to us responsibly! 👏🙏

🐛 Bug fixes

  • Fix setcontent with where { } clause filtering on a foreign id in MySQL (bobdenotter, #3302)
  • Proper default for $filter (bobdenotter, #3296)
  • Fix icons in ContentTypes in Menu (bobdenotter, #3287)

🔐 Security related changes

  • Prevent renaming or moving of files on edit (bobdenotter, #3295)
  • Ensure uploaded SVG files have no embedded Javascript (bobdenotter, #3294)
  • Prevent injection when filtering records (bobdenotter, #3293)

Beta Release 5.2.0-beta.3

24 Aug 13:30
fd70dcd
Compare
Choose a tag to compare
Pre-release
Merge pull request #3301 from bolt/release/5.2.0-beta.3

Preparing release 5.2.0-beta.3