Skip to content

1.0.9

Choose a tag to compare

@rhukster rhukster released this 06 Jul 21:02
b0a49ab

New

  • 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).