This repository has been archived by the owner on May 9, 2023. It is now read-only.
Public Beta 11
jasonvarga
released this
21 Jan 21:05
·
32 commits
to master
since this release
- [new] Forms! It's like Raven but with jet engines strapped to its tiny little wings. Poor bird.
- [new] Added a shorthand Glide tag syntax.
- [new] You can now edit Assets directly from the fieldtype.
- [new] Added asterisks to indicate required fields like civilized human beings do.
- [new] You can now group a collection by date using any date field.
- [new] Added a
user.registered
event. - [fix] Fix empty output when using
group_by_date
. - [fix] The asset modal only showed a thumbnail if it was an image. How shortsighted.
- [fix] Editing an asset no longer also toggles it.
- [fix] Prevent showing a broken thumbnail when a non-image is uploaded.
- [fix] Fix Asset upload success icon is now centered as one would expect.
- [fix] Fix the file path in the
glide.generated
event. - [fix] Fix
$this->eventUrl()
using the customized name instead of the class name. - [fix] Added
$this->session
and$this->flash
contextual objects to addons. - [break] Made the
zero_index
andindex
variables consistently consistent.