Skip to content

Releases: bolt/core

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

Beta release 5.2.0 beta 2

11 Aug 15:22
Compare
Choose a tag to compare
Pre-release
5.2.0-beta.2

Merge branch '5.1'

Maintenance Release 5.1.12

11 Jul 09:22
1dfe9d8
Compare
Choose a tag to compare

Released: 2022-07-11

🐛 Bug fixes

  • Tiny fix for the |image-filter #3276

Maintenance Release 5.1.11

05 Jul 13:11
2faaccb
Compare
Choose a tag to compare

Released: 2022-07-05

🐛 Bug fixes

  • Add non-supported SVG HTML element to HTML Sanitiser #3257
  • |image-filter looks in all possible fields #3259
  • Feature/prev and next class #3255
  • Additional fix for type: number field, set default to min: 0. #3252
  • Fix the Canonical even Better! #3248
  • Create an empty stub for postLoad to make updating smoother #3270

Maintenance Release 5.1.10

17 Jun 13:45
114df1c
Compare
Choose a tag to compare

Released: 2022-06-17

🐛 Bug fixes

  • Remove old conflict (bobdenotter, #3236)
  • Don't break when login-form is sent incomplete (bobdenotter, #3221)
  • Fix error thrown by extensions with no config options defined (#3242)
  • Fix type: number field (#3231)
  • Increase type: textarea field font-size (#3239)
  • Ensure the |order filter sorts case insentitive. (#3235)
  • Update ECS to version 10.3 (#3232)
  • Ensure correct Canonical (#3229, #3248)
  • Fixed the config used for search result limits (#3219)
  • Add helper to prepare QueryBuilder when fetching latest records. (#3218)
  • Prevent negative dates ("Before year 0") in Content (#3240)
  • Get correct relative file path, when files/ is a symlink (#3245)

Maintenance Release 5.1.9

31 May 13:29
c0a0198
Compare
Choose a tag to compare

Released: 2022-05-31 (replaces 5.1.8)

🐛 Bug fixes

  • Fix where with Checkbox Fields. Hopefully this time for good (bobdenotter, #3214)
  • Ensure PublishedAt gets set correctly when publishing a Record (bobdenotter, #3211)
  • Cast the config maintenance value to boolean (Spomsoree, #3206)
  • Separate methods for Pager from pagerParams. (vlad-ghita, #3205)
  • Fixed partial broken UserLocaleSubscriber (UtechtDustin, #3204)
  • Maintain Field order. (vlad-ghita, #3201)
  • Fix setting new Fields on Collection. (vlad-ghita, #3200)
  • Use single quotes for query string literals (LimpSquid, #3199)
  • Renamed the Icon method in the Content class (Spomsoree, #3198)
  • Detect JSON for non-specialized MySQL platform instances. (vlad-ghita, #3197)
  • Fix version compare for composer self-update versions. (vnagara, #3196)
  • Add “edit” link icon to related content in select/multiselect lists (nestordedios, #3195)
  • Fixing potential bug, exposed by PHPStan 1.6.x update (bobdenotter, #3194)
  • Fix: MySQL was returning case sensitive results. (codemis, #3188)
  • Update Number Field (type: number) to include the min and max (Joossensei, #3185)
  • Fixed the custom Field Type inside Sets (Spomsoree, #3180)
  • Allow a “thumbnails” property to be configured against a ContentType Field (andysh-uk, #3179)
  • Parent menu items in Backend use correct icon (david-saisondor, #3170)
  • Fix Collection Field, so it now takes the limit into account for containing fields (david-saisondor, #3163)
  • Use JSON_VALUE on MySQL platforms (andysh-uk, #3135)
  • change initialization of fields on postLoad Doctrine event (simongroenewolt, #3101)
  • Make type: hidden Field usable (david-saisondor, #3173)
  • Make top level menu icon in Backend customizable (david-saisondor, #3167)

Beta release 5.2.0 beta 1

24 May 13:31
Compare
Choose a tag to compare
Pre-release
5.2.0-beta.1

Update migrations