Skip to content

4.17.0

Compare
Choose a tag to compare
@javiereguiluz javiereguiluz released this 27 Nov 19:28
· 73 commits to 4.x since this release

This release contains a potentially (small) BC break. When using pretty URLs, the generated URLs used underscores and they now use dashes and snake case. For example, before an URL could be /admin/blog_post/batchDelete and now it's /admin/blog-post/batch-delete

The route names remain the same (e.g. admin_blog_post_batch_delete) and you probably always generate URLs using the route name, so this BC break won't impact you.

New features

[f9a223a] Use kernel.build_dir instead of kernel.cache_dir for cached contents (@alexndlm)
[aee6650] Use kekab-case instead of snake_case for Pretty URL route paths (@simondaigre)

Bug fixes

[0e4544f] Fix some CSS styles (@kteterycz)
[2982a8c] Fix some internal icons name (@JorickPepin)