mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-16 20:28:38 +08:00
9 lines
447 B
Markdown
9 lines
447 B
Markdown
# Upgrading
|
|
|
|
Version 2.0 adds some breaking changes:
|
|
|
|
- PHP 7.4|8.0 only
|
|
- Timezones are now opt-out instead of opt-in, which makes that each date property will have a timezone
|
|
- Property types are now simply called properties
|
|
- Property only accepts a `string` as name, you can add aliases via the `addAlias` function
|
|
- ComponentPayload has removed `textProperty`, `dateTimeProperty` and `when` in favour of `property`, `optional` and `multiple`
|