rasteiner / k3-pagesdisplay-section

K3 plugin: display any page list in a section. Any parent, many parents, filtered, don't care.
Other
45 stars 8 forks source link

The Toolkit\Query class has been deprecated #22

Closed vauvarin closed 1 year ago

vauvarin commented 1 year ago

With the release of Kirby 3.9.0, the Toolkit\Query class has been deprecated and should be replaced by Query\Query.

rasteiner commented 1 year ago

Oh.. Do you happen to know if the semantics of the new class is the same?

vauvarin commented 1 year ago

This is what is deprecated:

I think you use the result() method in your plugin and it should be replaced by resolve($data)

Check the PR here: https://github.com/getkirby/kirby/pull/4626

rasteiner commented 1 year ago

Thanks for the heads up :)

The latest version 0.2.4 should be compatible with kirby from 3.7.2 to 3.9.0