v3.0.0
Please see the upgrade guide for instructions on how to upgrade from v2.
Added
- New Timezone model and validation rule.
Changed
- Bumped minimum PHP version to v8.0, and the minimum Laravel version to v8.x.
- Renamed validation rules so they all end with
Rule
. This allows both the model and rule to be imported into the same class without the use of aliasing. - Types have been introduced to all classes.