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
UUIDs are now supported as API fields for pages, files and users #4810
🐛 Bug Fixes
User fields work correctly when user(s) not found #4797
Fixed duplicated UUIDs for pages and files when copying/duplicating pages #4831
☠️ Deprecated
New Kirby\Query namespace with new Kirby\Query\Query class (to be used going forward for queries). Old Kirby\Toolkit\Query class has been deprecated and will be removed in Kirby 3.10.0. Use Kirby\Query\Query instead, e.g.Query::factory($query)->resolve($data). #4626
new Query($query, $data): Passing $data to constructor will be deprecated. Use (new Query($query))->resolve($data) instead.
Query::result() will be deprecated. Use $query->resolve($data) instead.