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 new admin can now retrieve the Grav core changelog for versions newer than the one installed, so it can show what changed before you upgrade (getgrav/grav-plugin-admin2#109).
Plugins can now add their own columns to the new admin's Users list, contributing safe per-user values that stay scoped to the page you are viewing (getgrav/grav-plugin-admin2#111).
Improved
Media listings now include each file's saved alt text and title from its metadata, so the admin can insert an image with proper alt text instead of the filename (getgrav/grav-plugin-admin2#114).
Bugfix
The page summary preview now returns clean stripped text instead of a slice of raw Markdown, so leading links and images no longer leave broken fragments in the new admin's page list (getgrav/grav-plugin-admin2#110).
Media files whose extension has any uppercase letters, such as .JPG, can now be deleted instead of failing with a not-found error (getgrav/grav#4196).