Skip to content

v11.4.2

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 24 May 03:00
· 761 commits to master since this release
bb250d9

Patch Changes

  • Allow : to be used in dynamic paths again. (#687)

    Previously, dynamic paths were declared using the standard :param syntax, but this had been deprecated in favour of $param.

    This has now been updated to allow for both.
    This should allow sku serve to work for projects using colon syntax.