Skip to content

Latest commit

 

History

History
60 lines (30 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

60 lines (30 loc) · 1.1 KB

Changelog

All notable changes to laravel-spanish-identity-validator will be documented in this file

1.4.0 - 2024-08-24

  • Upgrade to Laravel 11. (Thanks to @rubenmdh)
  • Fix issue #4.
  • Fix "lang" resource publishing.
  • Fix other lang files issues.
  • Added version number to composer.json.

1.3.0 - 2023-04-12

  • Upgrade to Laravel 10 and PHP 8.2.
  • Fix issue #5.
  • Fix tests and added code coverage.

1.2.0 - 2022-02-24

  • Upgrade to PHP 8.0 and Laravel 9.0

1.1.2 - 2020-05-17

  • Update to Laravel 8.0
  • Fix StyleCI and build passes after upgrade to Laravel 8

1.1.1 - 2020-05-17

  • Fix a bug which required to publish the translation files always (even if you don't plane to edit them)

1.1.0 - 2020-05-17

  • Added a new rule: spanish_personal_id

1.0.3 - 2020-04-25

  • Upgrade to Laravel 7.0

1.0.2 - 2019-09-09

  • Upgrade to Laravel 6.0

1.0.1 - 2019-05-31

  • Fixed: test for invalid IBAN
  • Fixed: code style

1.0.0 - 2019-05-03

  • Initial release