Skip to content

Releases: laravel-validation-rules/credit-card

1.9.0

08 Apr 05:24
f69f5ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.9.0

1.8.0

08 Mar 10:27
1cc7196
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.0...1.8.0

1.7.0

10 Feb 09:03
7f8934f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.0...1.7.0

1.6.0

02 Feb 19:33
0c20ee1
Compare
Choose a tag to compare

Support for PHP8

1.5.0

11 Dec 07:57
bc5bc87
Compare
Choose a tag to compare
Allow null value for card_number (#37)

* Remove type hint from card_number parameters

* Add null value to bad card number test

* fix test data

* remove trailing whitespace

v1.4.0

16 Sep 18:08
@ssx ssx
2ce424c
Compare
Choose a tag to compare

Bump version

1.3.0

09 Mar 06:09
f0f6214
Compare
Choose a tag to compare

Laravel 7 support

1.2.1

26 Nov 13:18
655260a
Compare
Choose a tag to compare

1.2.0

04 Sep 06:18
Compare
Choose a tag to compare

Laravel 6.0 support

1.1.0

20 Dec 14:22
c44d41a
Compare
Choose a tag to compare
  • Fixes #16 Month validation
  • Fixes #17 Card number should be numeric. Do strip non-numeric characters from card number, allow only spaces