Skip to content

1.0.12

Choose a tag to compare

@rhukster rhukster released this 21 Jul 00:20
· 78 commits to main since this release
1129033

New

  • The site media listing can now filter and sort by the same metadata fields as page media, for example GET /media?filter=rating:>=:3&sort=rating&order=desc (getgrav/grav#4210).

Improved

  • Translations now fall back to English for any string a language has not translated yet, instead of showing a mangled version of the key name (getgrav/grav-plugin-admin2#129).

Bugfix

  • Blueprint option lists that come from a theme or plugin now resolve against the same approved-provider list Grav core uses, and a theme or plugin can register its own provider.
  • Invalid input to the option-resolving and backup endpoints now returns a proper validation error instead of a server error.
  • Reordering or copying a page beneath a Home page that is hidden from URLs now uses its real folder location, so the page is no longer moved out to the site root (getgrav/grav-plugin-admin2#132).
  • Concurrent dashboard requests no longer occasionally fail with a "mkdir(): File already exists" error when several of them create the same cache folder at once (#18).