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)