What's new
- Blueprints have been revamped. They are now directly mapped to items (collections, forms, etc). See #2092 for more details. You need to run this migration script.
- Added a full suite of "BlueprintFound" events. (EntryBlueprintFound, TermBlueprintFound, etc)
- Added the
field
parameter to theuser
tag so you cab find a user by any field, like a username.
What's fixed
- A few little things. We never stop fixing the little things.
What's breaking
- The blueprint changes are breaking. You'll need to run the migration script.
- [break] Events in
Statamic\Events\Data
have been moved intoStatamic\Events
. Their properties are no longer allitem
, and are now named appropriately. e.g. entry, or asset.