Skip to content

1.0.11

Choose a tag to compare

@rhukster rhukster released this 14 Jul 22:17
· 91 commits to main since this release
8071c10

New

  • The page media listing endpoint can now filter and sort by the metadata fields configured for the plugin, for example GET /pages/{route}/media?filter=rating:>=:3&sort=rating&order=desc. Fixes getgrav/grav#4200.

Improved

  • The dashboard statistics endpoint now reports how many plugin, theme, and Grav core updates are available, plus whether the active theme itself has one, so the admin can show update counts without a separate request (getgrav/grav-plugin-admin2#124).