With this release, we solved major points from our Github issues. Additionally, the handling of Pagination has been improved.
✨ Pagination
✨ Create Page
✨ Update Page
{info} If you like our package and you want to see further/faster development,
consider becoming a Patreon.
Date::value($date)
of the Date Property and $page->setDate($date)
of Page::class
have been changed. Up until Version v0.7.1, the time of your value has been included automatically. With the Version v0.8.0, the time will be cut of and therefore ignored in Notion. If you explicitly want to include time, you need to use Date::valueWithTime($dateTime)
and $page->setDateTime($dateTime)
.{info} Found a bug? Head over to our issue tracker!