Skip to content

Releases: lukaskleinschmidt/kirby-types

2.0.2

12 Feb 13:31
d5f6bb7
Compare
Choose a tag to compare

What's Changed

  • Fix implicit nullable param (PHP 8.4) by @tobimori in #5

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

13 Sep 15:17
Compare
Choose a tag to compare

Fixed Extended Fieldsets

Undefined array key "type" #2

Full Changelog: 2.0.0...2.0.1

2.0.0

13 Sep 09:22
Compare
Choose a tag to compare

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

13 Sep 15:21
Compare
Choose a tag to compare

Fixed Extended Fieldsets

Undefined array key "type" #2

Full Changelog: 1.1.1...1.1.2

1.1.1

27 Apr 12:17
Compare
Choose a tag to compare

Fixed an issue where kirby()->root('base') is null for a standard kirby folder setup

1.1.0

03 Apr 12:46
Compare
Choose a tag to compare

Changed the way decorators work

1.0.8

31 Mar 09:53
Compare
Choose a tag to compare
Bump version

1.0.7

29 Mar 19:14
318472f
Compare
Choose a tag to compare

Template improvements

1.0.6

29 Mar 17:27
Compare
Choose a tag to compare
Fixed static validator methods

1.0.5

29 Mar 16:47
Compare
Choose a tag to compare
Added validator hints