Skip to content

Maintenance Release 5.1.4

Choose a tag to compare

@bobdenotter bobdenotter released this 13 Mar 14:17
c0f63e4

Released: 2022-03-13

🐛 Bug fixes

  • Fix Select field with empty value, for required: false and allowempty: true (jordanaubert, #3116)
  • Update Date.vue dateFormat to include seconds (simongroenewolt, #3096)
  • Fix custom homepage setting: allow singular ContentType slugs (bobdenotter, #3093)
  • Fixes parsing for editing Yaml files in the backend editor (Joossensei, #3090)
  • Fix YAML migrations (bobdenotter, #3118)

🛠️ Miscellaneous

  • Set api:get: to PUBLIC_ACCESS for public access to the read-endpoint of the API (bobdenotter, #3111)
  • Add map to htaccess (peterboorsma, #3108)

⚙️ Code Quality / Developer Experience

  • Tiny fix, as per PHPStan (bobdenotter, #3109)
  • fix wrong copy paste in comments (dadaxr, #3105)
  • Bump url-parse from 1.5.6 to 1.5.10 (dependabot[bot], #3102)
  • Update cypress tests so it retries on failure (Joossensei, #3099)
  • Refactoring deprecations in Symfony 5 -> 6 (bobdenotter, #3091)