CHANGELOG in jelaniharris-activemerchant-1.24.1 vs CHANGELOG in jelaniharris-activemerchant-1.29.1

- old
+ new

@@ -1,15 +1,123 @@ = ActiveMerchant CHANGELOG +== Version 1.29.0 (November 30, 2012) + +* Authorize.Net gateway: Support description and order_id for capture [ntalbott] +* Add Mercury gateway [adr1anx, opendining] +* Webmoney integration: Add gross, item_id, and amount accessors to notification [fr33z3] +* Fix running tests under ActiveSupport 2.3.14 [ntalbott] +* SagePay Form integration: Remove dependency on ActiveSupport's String#truncate [ntalbott] +* Elavon gateway: Add support for the sales tax parameter [stevestmartin] +* Add WebPay gateway [keikubo] +* iTransact gateway: make void API consistent [frobcode] +* Stripe gateway: Pass city in add_address [npverni] +* Paypal gateway: Add option to change the outstanding balance of a recurring billing profile [mattwhite] +* Mercury gateway: Fix authorizations API [ntalbott] +* Mercury gateway: Support refund properly [ntalbott] +* Braintree Blue gateway: Add support for the recurring flag [ntalbott] +* Add HDFC gateway [ntalbott] +* HDFC gateway: Add more supported currencies [ntalbott] +* HDFC gateway: Add support for passing ECI value [ntalbott] +* HDFC gateway: Allow setting test mode via options [ntalbott] +* HDFC gateway: Pass phone number in UDF3 [ntalbott] +* HDFC gateway: Fix unescaped '&' entity in XML [ntalbott] +* HDFC gateway: More robust entity fixing [ntalbott] +* Add A1Agregator integration [england] +* Refactored handling of #test? and @options [ntalbott] +* Realex gateway: Realex gateway: Fix billing address format [ntalbott] +* Orbital gateway: handle custom AVS response codes [jonm-okc] +* Orbital gateway: Fix infinite connection retry [jonm-okc, ntalbott] +* PayPal integration: Add support for MassPay IPN notifications [damonmorgan] +* Orbital gateway: Fix status of void result [jonm-okc] +* Add Redsys gateway [samlown] +* Cybersource gateway: Add support for subscription credit [fabiokr] +* Use Thor for generators [ntalbott] +* Psigate gateway: Add void support [samuelreh] +* Add Liqpay integration [beorc] +* Paypal Express gateway: Add shipping accessor to response [v-fedorov] + +== Version 1.28.0 (August 10, 2012) + +* PayPal Express: support non standard locale codes [Soleone] +* Litle: allow setting test mode per transaction [jduff] +* Add Banwire gateway [acolin] +* Authorize.Net CIM gateway: Move cardCode after order to comply with the XSD [davetron5000] +* Add WebMoney integration [Mehonoshin] +* EasyPay: Make symmetric with other integrations [nashby] +* Add Paysbuy integration [divineforest] +* Bogus gateway: Use last digit for pass/fail [mipearson] +* Elavon gateway: Separate from Viaklix, implement refund & void [duff] +* Orbital gateway: Update to API version 5.6 and add support for profile requests [rbarazi] + +== Version 1.27.0 (August 10, 2012) + +* Add First Data integration [courtland] +* Add WebPay integration [nashby] +* Add Suomen Maksuturva integration [akonan] +* Payway gateway: Fix card storage [BenZhang] +* Payflow Pro gateway: Add MaxFailPayments support [gregwinn] +* Add Paxum integration [Mehonoshin] +* Add Balanced gateway [mjallday] +* Plug'n Pay gateway: Add tests for partial capture [csaunders] +* Braintree Blue gateway: Add credit card details to responses [dougbradbury] +* PayPal gateway: Support for 'Full' refund type [kurenn] +* Worldpay: fix refund [jduff/omh] +* Add PxPay offsite integration [boourns] +* Wirecard: always capture 'authorization' transaction [ntalbott] +* Add rake task to verify ssl certs [boourns] + +== Version 1.26.0 (July 6, 2012) + +* Orbital gateway: fix broken requests by ensuring the order of XML elements matches their DTD [Soleone] +* CyberSource gateway: clean up formatting [ntalbott] +* Netbilling gateway: Add refund/credit/void support [ntalbott] +* Add PayGate XML gateway [rubyisbeautiful] +* Add PayWay gateway [BenZhang] +* PayWay gateway: Tweaks to make more ActiveMerchant like [ntalbott] +* Netbilling gateway: Fix error handling [ntalbott] +* Netbilling gateway: Add refund/credit/void support [zenom, ntalbott] + +== Version 1.25.0 (July 3, 2012) + +* eWAY gateway: Add support for Diners Club cards [Soleone] +* Orbital gateway: Never send country code for orders outside of US, CA and GB [Soleone] +* Add EasyPay integration [nashby] +* Updating LitleOnline requirement to 8.13.2 to take advantage of better validation and get bugfix for Username [GregDrake] +* USAepay gateway: Add description support [ntalbott] +* Add Paypal Payments Advanced integration [csaunders] +* Authorize.Net gateway: Improve #refund docs [neerajdotname] +* Wirecard gateway: Fix for missing address hash [ntalbott] +* Clean up requires of RubyGems and JSON gems. Rename remote Litle test to match naming conventions [codyfauser] +* Cybersource gateway: Fix updating address only [fabiokr] +* Cybersource gateway: Move email requirement [fabiokr] +* Add the Metrics Global gateway [DanKnox] +* Braintree Blue gateway: Support wiredump_device [moklett] +* Add Fat Zebra gateway [amasses] +* Braintree Blue gateway: Always pass CVV on update [shayfrendt] +* eWAY gateway: Update docs. Require address [juggler] +* Cybersource gateway: Add support for subscriptions [fabiokr] + == Version 1.24.0 (June 8, 2012) * PayPal gateway: Support for incomplete captures [mbulat] * Moneris gateway: Add support for vault [kenzie] * NAB Transact gateway: Add support for card descriptors [nagash] * SagePayForm: truncate long description fields [jnormore] * Paybox Direct: treat all response codes besides '00000' as failures [Soleone] * Deprecate CreditCard#type method in favor of CreditCard#brand [jduff] +* Cybersource gateway: Add subscriptions support [fabiokr, jaredmoody] +* eWay gateway: Improved docs, and more accurate required parameters [juggler] +* Braintree Blue gateway: Always pass CVV on card update [shayfrendt] +* Add Fat Zebra gateway [amasses] +* Braintree Blue gateway: Add support for wiredump_device [moklett] +* Add Metrics Global gateway [DanKnox] +* Cybersource gateway: Do not require email address for subscription operations [fabiokr] +* Cybersource gateway: Fix passing only an address when updating a subscription [fabiokr] +* Wirecard gateway: Fix for missing address; general cleanup [ntalbott] +* Authorize.Net gateway: Document ability to just pass the last four to #refund [neerajdotname] +* Add EasyPay integration [nashby] == Version 1.23.0 (May 23, 2012) * Add Litle gateway [GregDrake] * PaymentExpress gateway: add support for BillingId and DpsBillingId for token [mikel]