Releases: bolt/core
Releases · bolt/core
Beta release 5.2.0 beta 2
5.2.0-beta.2 Merge branch '5.1'
Maintenance Release 5.1.12
Maintenance Release 5.1.11
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 tomin: 0
. #3252 - Fix the Canonical even Better! #3248
- Create an empty stub for postLoad to make updating smoother #3270
Maintenance Release 5.1.10
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
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
5.2.0-beta.1 Update migrations
Maintenance release 4.2.6
A small patch, to allow symfony/flex
1.17
and up
See: #3160
Maintenance Release 5.1.7 (patch 1)
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
inservices.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
toallowed_tags
(bobdenotter, #3149) - Adding cache decorator for
Formatter
(bobdenotter, #3143)
⚙️ Code Quality / Developer Experience
Maintenance Release 5.1.7
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
inservices.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
toallowed_tags
(bobdenotter, #3149) - Adding cache decorator for
Formatter
(bobdenotter, #3143)
⚙️ Code Quality / Developer Experience
Maintenance Release 5.1.5
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)