From: Ivan Kohler Date: Tue, 14 Jun 2016 18:48:50 +0000 (-0700) Subject: 0.36 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-CreditCard.git;a=commitdiff_plain;h=27fc63b10116887d2db9a59de39930a03cf4156d 0.36 --- diff --git a/Changes b/Changes index 82d10f5..9c5298f 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,11 @@ Revision history for Perl extension Business::CreditCard. -0.36 unreleased +0.36 Tue Jun 14 11:36:05 PDT 2016 - Allow (and doc) import of receipt_cardtype - validate_card() is a new synonym for validate(), starting a long-term plan to stop exporting validate() or anything else by default. - Best-effort cardtype() when only the first two digits are available - (identify 60xxxx as Discover) + (identify masked 60xx as Discover) 0.35 Tue Feb 9 14:43:38 PST 2016 - Fix bug identifying 49* Visa cards introduced in 0.34, patch from diff --git a/CreditCard.pm b/CreditCard.pm index c9dcce3..12dbf0d 100644 --- a/CreditCard.pm +++ b/CreditCard.pm @@ -5,7 +5,7 @@ use vars qw( @ISA $VERSION @EXPORT @EXPORT_OK %EXPORT_TAGS $Country ); @ISA = qw( Exporter ); -$VERSION = "0.36_01"; +$VERSION = "0.36"; @EXPORT = qw( cardtype validate generate_last_digit ); @EXPORT_OK = qw( receipt_cardtype validate_card );