Skip to content

v3.0.0

Compare
Choose a tag to compare
@danharrin danharrin released this 04 Oct 12:03
· 91 commits to 3.x since this release

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.