bump version to 3.00_05, fix, fix inclusion of B:FS:preCharge in "make install" and...
[Business-OnlinePayment.git] / Changes
1 Revision history for Perl extension Business::OnlinePayment.
2
3 3.00_05  unreleased
4         - Update Makefile.PL so Business::FraudDetect::preCharge is installed,
5           included by make dist, etc.
6         - Phil Lobbes is responsible for the rest of the work in this release.
7           Thanks!
8           - Reworked _pre_submit functionality:
9             - Add Class data %WrappedSubmitClassMethod to remember "wrapped"
10               submit 
11             - Fix new() to check %WrappedSubmitClassMethod to avoid creating
12               deep recursion 
13             - Used feedback from MSCHWERN / Bug #22074 to cleanup
14               new/_pre_submit more
15             - Now always wrap submit() method with _pre_submit() (but only
16               once)
17             - no longer populate _child_submit, code in anon sub was cleaned
18               up
19             - use return values from _pre_submit to determine if real submit
20               is called.  the return values from _pre_submit should be
21               reviewed/verified still
22             - _risk_detect(): explicity set return value
23             - _pre_submit(): explicity set return value
24           - Updated tests:
25             - 8 new tests and 1 new "MOCK3" driver for testing _pre_submit()
26               functionality
27             - test for new() replacing subclass submit and causing deep
28               recursion
29             - minor cleanup of test drivers
30             - fix "submit unchanged" test case: now wrapped with _pre_submit()
31               always
32           - Updated POD documentation:
33             - Minor documentation change in print statements use ',' instead
34               of '.'         
35
36 3.00_04  Tue Oct 10 12:49:43 PDT 2006
37         - failure statues (see notes_for_module_writers_v3)
38         - oops, forgot _03 changelog in _03
39         - B:OP:HTTPS: require Net::SSLeay 1.30 and remove _my_https_post kludge
40         - eliminate warnings about redefined subroutines
41         - Business::FraudDetect and Business::FraudDetect::preCharge included
42         - From Phil Lobbes:
43           - content() now returns empty hash if no content is defined
44           - build_subs now uses can() so it doesn't redefine subs (and generate
45             warnings)
46           - DOC: SYNOPSIS now uses correct "card_number" and not "cardnumber"
47           - created test cases for (all?) methods except _risk_detect
48             _pre_submit 
49           - Removed some old commented out 2.x statements
50           - set $VERSION using eval per modperlstyle
51           - new() now will strip off multiple leading dashes before calling
52             build_subs
53             NOTE: we should probably have it remove any \W to make perl happy
54           - required_fields() now croaks with a list of missing fields
55           - Lots of general cleanup, no functional changes. "fill
56             paragraphs" in POD, remove extra whitespace, sorted %fields,
57             dump_contents now sorts %contents, added myself to AUTHORS.
58         - From Frederic Briere (closes: CPAN#21082):
59           - DOC: s/exp_date/expiration/ 
60
61 3.00_03  Wed Mar 16 02:41:59 PST 2005
62         - https_post now accepts a scalar of raw content instead of key value
63           pairs
64
65 3.00_02  Mon Jan 10 21:36:53 PST 2005
66         - HTTPS base class now has https_post in addition to https_get
67
68 3.00_01  Thu Aug 26 04:49:26 2004
69         - first of the v3 dev releases
70
71 0.01  Sun Jul 25 13:59:10 1999
72         - original version; created by h2xs 1.19
73