0.35
[Business-CreditCard.git] / Changes
1 Revision history for Perl extension Business::CreditCard.
2
3 0.35  Tue Feb  9 14:43:38 PST 2016
4         - Fix bug identifying 49* Visa cards introduced in 0.34, patch from
5           Ed J, thanks!
6         - doc: Clarify processing agreements don't apply to Canada
7
8 0.34  Fri Feb  5 07:24:00 PST 2016
9         - 19 digit Visa and Discover cards
10         - MasterCard 222100–272099 range
11         - Canada does not process JCB 3529-3589 as Discover, but Puerto Rico,
12           US Virgin Islans, Northern Mariana Islands, Palau and Guam do
13         - China Union Pay only processed as Discover in the US, Mexico and
14           the Caribbean, not elsewhere outside China
15         - 14 digit Discover remain only in 36*
16         - receipt_cardtype subroutine supporting Discover's new receipt
17           requirements
18
19 0.33  Sat Sep 13 16:13:15 PDT 2014
20         - With $Country explicity to CA, fix identification of JCB 3529-3589
21           as Discover
22         - Allow use of our subroutines as class methods, patch from Adam
23           Kennedy, thanks!
24         - Add tests for processing agreement / country functionality
25
26 0.32  Thu Feb 21 16:02:42 PST 2013
27         - Add Israeli Isracard (no checksum yet)
28         - Add LICENSE=>perl to Makefile.PL; add license to META.yml,
29           closes: cpan #27735
30         - Documentation: Add link to Neil Bowers' review of CC check modules
31         - Rearrange cardtype() for performance
32         - Fix Discover identification of 39 and 3529-3589 prefixes, patch from
33           Jason Terry, thanks!
34
35 0.31  Mon Oct 19 18:51:35 PDT 2009
36         - Add LICENSE section to POD documentation
37         - Add META.yml to MANIFEST
38         - Add Irish Laser card, thanks to Eoin Redmond for the heads-up.
39         - Add documentation on what this module *is* and *is NOT* about.
40         - Spelling fix in docs
41         - correct misdocumentation of $Business::CreditCard::Country
42         - Move test.pl to test/t and change to using Test::More, modify
43           MANIFEST and Makefile.PL accordingly (thanks to Alexander Ciornii)
44         - Silence unwanted warnings (thanks to Alexander Ciornii)
45         - Discover cards starting with 644-649 are now recognized
46         - Most Diner's Club cards (300-305, 3095 and 36) now processed as
47           Discover
48         - China Union pay now includes 624-626 and 628 in addition to 622 (and
49           still identified as Discover outside China)
50         - JCB identified as Discover in the US
51
52 0.30  Mon Dec 18 23:24:25 PST 2006
53         - back after two and a half years; happy hanukkah!
54         - added note about B:CC:Object
55         - added new Discover 65 prefix
56         - check for Switch before Visa as Switch has some BINs in ^4
57         - accept masked numbers in cardtype()
58         - add handling of card network peering arrangements, controllable via
59           $Business::CreditCard::Country
60         - identify Diner's club ^36 cards as MasterCard in US and Canada
61         - identify China Union Pay cards as Discover cards outside China
62         - identify China Union Pay cards
63
64 0.28  Thu Jul  1 01:17:32 PDT 2004
65         - added Switch and Solo cards, patch from Max Becker
66         - added proper Changes file
67         - added documentation on cardtype() return values from
68           tmurray@agronomy.org (closes: cpan #3330)
69
70 0.27  20 Jan 2002
71         - small typo for amex cards
72
73 0.26  10 Jul 2001
74 0.25  10 Jul 2001
75         - *sigh*
76
77 0.24  11 Jun 2001
78         - added enRoute, JCB, BankCard, rewrote with regexes
79
80 0.23  3 May 2001
81         - silly bug in test.pl
82
83 0.22  1 Feb 2001
84         - new maintainer, MakeMaker installation
85
86 0.21  17 Jan 97
87         - short numbers and numbers with letters are no longer kosher.
88
89 12 Jul 96 - created
90