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