You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).