Skip to content

Maintenance release 4.1.22

Choose a tag to compare

@bobdenotter bobdenotter released this 18 Jun 09:03
· 27 commits to 4.1 since this release
9715dcd

Update an existing Bolt project by running composer update.
Check the documentation for instructions to set up a new Bolt project.

Released: 2021-06-18

🛠️ Miscellaneous

  • [security] Don't allow symfony/security-http 5.3.0 and 5.3.1 (bobdenotter, #2640)
  • Add inferred_slug values to parsed ContentType, if applicable (bobdenotter, #2636)
  • Pass around BaseExtension instead of string in ExtensionsConfigureCommand (bobdenotter, #2628)

🤖 Tests

  • Add cypress tests (I-Valchev, #2625)