Skip to content

Releases: squirephp/squire

v3.3.1

21 Apr 08:57
cc42ed0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.3.1

v3.3.0

08 Feb 08:49
7da7b63
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.3.0

v3.2.1

31 Dec 15:41
Compare
Choose a tag to compare

What's Changed

  • [countries-en] Official name of North Macedonia by @erikgaal in #44

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0

16 Oct 09:54
Compare
Choose a tag to compare

Added

Changed

  • Code styling inconsistencies.

v3.1.0

15 Oct 17:50
4ac71aa
Compare
Choose a tag to compare

Changed

  • Added missing country to translations, and add a test to ensure future consistency. #38

v3.0.0

04 Oct 12:03
Compare
Choose a tag to compare

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.

v2.3.1

04 Oct 11:36
a65a133
Compare
Choose a tag to compare

Added French Southern Territories calling code. #35

v2.3.0

27 Sep 11:48
Compare
Choose a tag to compare

Added support for formatting numbers using a currency. Please see the documentation for more details.

v2.2.0

18 Aug 21:02
Compare
Choose a tag to compare

Fixed issues with lazy loading and eager loading relationships.

v2.1.3

15 Jul 10:25
Compare
Choose a tag to compare

Get fallback locale from config to support older versions of Laravel. #27