unionco / calendarize

Calendar Field Type for CraftCMS
MIT License
18 stars 15 forks source link

Add compatibility with Craft 4 #80

Closed timoschwarzer closed 1 year ago

tomkiss commented 2 years ago

Hey @timoschwarzer.

Was seeing the following error:

Calling unknown method: craft\models\FieldLayout::getFields()

Have created a pull request to your Craft 4 branch to fix the issue, by updating getFields to Craft 4's getCustomFields() as per release notes.

timoschwarzer commented 2 years ago

@tomkiss thank you, merged 🙌