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