Bump the module version for Business::OnlinePayment::AuthorizeNet to make WebGUI install the version that will automatically install.

This commit is contained in:
Colin Kuskie 2011-09-27 09:59:37 -07:00
parent 45b5370469
commit f33c19d503
2 changed files with 7 additions and 1 deletions

View file

@ -7,6 +7,12 @@ upgrading from one version to the next, or even between multiple
versions. Be sure to heed the warnings contained herein as they will versions. Be sure to heed the warnings contained herein as they will
save you many hours of grief. save you many hours of grief.
7.10.24
--------------------------------------------------------------------
* WebGUI now depends on Business::OnlinePayment::AuthorizeNet. This version
should install automatically via the testEnvironment.pl script, or the
perl-standard CPAN module.
7.10.23 7.10.23
-------------------------------------------------------------------- --------------------------------------------------------------------
* The default_search2 template had a bad template attachment pointing to * The default_search2 template had a bad template attachment pointing to

View file

@ -146,7 +146,7 @@ checkModule("JavaScript::Minifier::XS", "0.05" );
checkModule("Readonly", "1.03" ); checkModule("Readonly", "1.03" );
checkModule("Business::PayPal::API", "0.62" ); checkModule("Business::PayPal::API", "0.62" );
checkModule("Business::OnlinePayment", "3.01" ); checkModule("Business::OnlinePayment", "3.01" );
checkModule("Business::OnlinePayment::AuthorizeNet", "3.21" ); checkModule("Business::OnlinePayment::AuthorizeNet", "3.22" );
checkModule("Locales", "0.10" ); checkModule("Locales", "0.10" );
checkModule("Test::Harness", "3.17" ); checkModule("Test::Harness", "3.17" );
checkModule("DateTime::Event::ICal", "0.10" ); checkModule("DateTime::Event::ICal", "0.10" );