Releases: lukaskleinschmidt/kirby-types
Releases · lukaskleinschmidt/kirby-types
2.0.2
2.0.1
2.0.0
Added Kirby 4 Support
Some namespaces have changed in Kirby 4.
- use Kirby\Cms\Content;
- use Kirby\Cms\Field;
+ use Kirby\Content\Content;
+ use Kirby\Content\Field;
Full Changelog: 1.1.1...2.0.0
1.1.2
1.1.1
Fixed an issue where kirby()->root('base')
is null
for a standard kirby folder setup
1.1.0
Changed the way decorators work
1.0.8
Bump version
1.0.7
Template improvements
1.0.6
Fixed static validator methods
1.0.5
Added validator hints