Bugfix
- An email or
www.URL used as the visible text of a Markdown link is no longer turned into a second, nested link when GFM autolinks are enabled. Fixes getgrav/grav#4191. md5()can once again be called as a Twig function, not just as the|md5filter, so themes and plugins that generate an id or cache-busting hash withmd5(...)keep working instead of failing with an "Unknown function" error. Fixes getgrav/grav-theme-quark2#12.- Replacing an image in place, such as swapping the image in a Flex object field, now shows the new image on the site instead of the previously cached version (updated
getgrav/imageto v4.1.3, which includes the source file's modification time and size in the derivative cache key). Fixes getgrav/grav#4195.