Skip to content

2.1.11

Choose a tag to compare

@rhukster rhukster released this 23 Sep 12:50
· 24 commits to master since this release
46a2812

Bugfix

  • Files under .well-known/ are now served when running Grav with the built-in PHP server (bin/grav server), matching the shipped web server configs. Thanks @wakqasahmed #4016
  • Themes whose stylesheets use @import, such as Learn2, look right again with CSS pipelining and minification on. 2.1.10 could move a block of the theme's styles to the top of the combined file along with the import. Thanks @Gazoo #4330