Skip to content

Releases: bolt/core

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

Maintenance release 4.2.6

05 Apr 12:51
42787b0
Compare
Choose a tag to compare

A small patch, to allow symfony/flex 1.17 and up

See: #3160

Maintenance Release 5.1.7 (patch 1)

31 Mar 11:59
0803b7c
Compare
Choose a tag to compare

Released: 2022-03-31

🐛 Bug fixes

  • Update User Edit Form so it has a unique ID (Joossensei, #3150)
  • Fix number field template so it works within Collections. (dadaxr, #3146)
  • Ensure correct links in menu, when changing backend_url in services.yaml (bobdenotter, #3145)
  • Handle multiple EntityManager prefixes (matesko, #3142)
  • Handle 'double wrapped' database connections (simongroenewolt, #3139)
  • Reverse search and replace arrays in str_replace (HeinDR, #3137)
  • Don't break /bolt/api/ if it's set to public and it's accessed in a browser (bobdenotter, #3136)

🛠️ Miscellaneous

  • Update Dutch translations 🇳🇱 (bobdenotter, #3156)
  • Translation of missing German translations 🇩🇪 (obsti8383, #3152)
  • Add cite to allowed_tags (bobdenotter, #3149)
  • Adding cache decorator for Formatter (bobdenotter, #3143)

⚙️ Code Quality / Developer Experience

  • Let's make it work on both Composer 2.3.x as well as 2.2.x (bobdenotter, #3154)
  • Refactor Composer scripts to work with Composer 2.3.0 (bobdenotter, #3151)
  • Remove unused findParents method (bobdenotter, #3141)

Maintenance Release 5.1.7

31 Mar 11:38
71dfd83
Compare
Choose a tag to compare

Released: 2022-03-31

🐛 Bug fixes

  • Update User Edit Form so it has a unique ID (Joossensei, #3150)
  • Fix number field template so it works within Collections. (dadaxr, #3146)
  • Ensure correct links in menu, when changing backend_url in services.yaml (bobdenotter, #3145)
  • Handle multiple EntityManager prefixes (matesko, #3142)
  • Handle 'double wrapped' database connections (simongroenewolt, #3139)
  • Reverse search and replace arrays in str_replace (HeinDR, #3137)
  • Don't break /bolt/api/ if it's set to public and it's accessed in a browser (bobdenotter, #3136)

🛠️ Miscellaneous

  • Update Dutch translations 🇳🇱 (bobdenotter, #3156)
  • Translation of missing German translations 🇩🇪 (obsti8383, #3152)
  • Add cite to allowed_tags (bobdenotter, #3149)
  • Adding cache decorator for Formatter (bobdenotter, #3143)

⚙️ Code Quality / Developer Experience

  • Let's make it work on both Composer 2.3.x as well as 2.2.x (bobdenotter, #3154)
  • Refactor Composer scripts to work with Composer 2.3.0 (bobdenotter, #3151)
  • Remove unused findParents method (bobdenotter, #3141)

Maintenance Release 5.1.5

22 Mar 08:27
da785e1
Compare
Choose a tag to compare

Released: 2022-03-22

🐛 Bug fixes

  • Use requestStack to access current request when needed. (vlad-ghita, #3132)
  • Update float field so it uses step='any' by default (Joossensei, #3122)
  • Bugfix: verify setting correct tags for caching works correctly (bobdenotter, #3119)

📦 Additions and new features

  • Updates to allow custom theming for security area (vlad-ghita, #3125)

🛠️ Miscellaneous

  • Use routing to create the link to the ContentType overview (andysh-uk, #3133)
  • Fix YAML migrations (bobdenotter, #3118)