X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Changes;h=5a53a07d251f9060e6967358cc4255fd5b21ea1a;hb=b1e650ba5f0ac6f13e946138d8b04ab5901385bd;hp=6af9922e51fad98ea82ab8db67aac5cd7d446567;hpb=b37ef197c19ef066c2dd3b910d220da26c048f71;p=Business-CreditCard.git diff --git a/Changes b/Changes index 6af9922..5a53a07 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,43 @@ Revision history for Perl extension Business::CreditCard. -0.28 unreleased +0.32 unreleased + - Add LICENSE=>perl to Makefile.PL; add license to META.yml, + closes: cpan #27735 + +0.31 Mon Oct 19 18:51:35 PDT 2009 + - Add LICENSE section to POD documentation + - Add META.yml to MANIFEST + - Add Irish Laser card, thanks to Eoin Redmond for the heads-up. + - Add documentation on what this module *is* and *is NOT* about. + - Spelling fix in docs + - correct misdocumentation of $Business::CreditCard::Country + - Move test.pl to test/t and change to using Test::More, modify + MANIFEST and Makefile.PL accordingly (thanks to Alexander Ciornii) + - Silence unwanted warnings (thanks to Alexander Ciornii) + - Discover cards starting with 644-649 are now recognized + - Most Diner's Club cards (300-305, 3095 and 36) now processed as + Discover + - China Union pay now includes 624-626 and 628 in addition to 622 (and + still identified as Discover outside China) + - JCB identified as Discover in the US + +0.30 Mon Dec 18 23:24:25 PST 2006 + - back after two and a half years; happy hanukkah! + - added note about B:CC:Object + - added new Discover 65 prefix + - check for Switch before Visa as Switch has some BINs in ^4 + - accept masked numbers in cardtype() + - add handling of card network peering arrangements, controllable via + $Business::CreditCard::Country + - identify Diner's club ^36 cards as MasterCard in US and Canada + - identify China Union Pay cards as Discover cards outside China + - identify China Union Pay cards + +0.28 Thu Jul 1 01:17:32 PDT 2004 - added Switch and Solo cards, patch from Max Becker - added proper Changes file + - added documentation on cardtype() return values from + tmurray@agronomy.org (closes: cpan #3330) 0.27 20 Jan 2002 - small typo for amex cards @@ -11,7 +46,8 @@ Revision history for Perl extension Business::CreditCard. 0.25 10 Jul 2001 - *sigh* -0.24 11 Jun 2001 - 0.24. added enRoute, JCB, BankCard, rewrote with regexes +0.24 11 Jun 2001 + - added enRoute, JCB, BankCard, rewrote with regexes 0.23 3 May 2001 - silly bug in test.pl