=======
CHANGES
=======

0.9.2 (2011-07-06)
------------------

- Use getSite to get the store from the order workflow transition handler,
  rather than trying to acquire it from one of the cart items.
  [davisagli]

- Remove obviously broken product and catalog modules.
  [davisagli]

- Depend on zope.intid instead of zope.app.intid.
  [davisagli]

0.9.1 (2010-06-29)
------------------

- made tax translatable, rebuilt and synced translation files,
  updated German translations
  [fRiSi]

0.9.0 (2010-05-18)
------------------

- Prevent addition of recurring line items to a cart with non-recurring items,
  and vice versa.
  [jesses, alext]

- Fix spelling of "Verification".
  [cewing]

- Added ``is_recurring`` method to ShoppingCart to check whether the cart
  contains a recurring line item.
  [davisagli]

- Fix exception handling in OrderManager's isValid method.
  [davisagli]

- Add renewal_date index for orders.
  [jpg.rcom]

- Add IRecurringPaymentContent interface.
  [jpg.rcom]

- Update IRecurringLineItem to specify interval and total_occurrences
  attributes, instead of period.
  [jpg.rcom]

0.8.0 (2010-04-07)
------------------

- Adjusted imports to add support for Zope 2.12, and remove support for
  Zope 2.9.
  [davisagli]

0.7.5 (2009-07-07)
------------------
- Add ship and bill organization

0.7.4 (2009-05-12)
------------------

- Add support for variable amount donations
- Allow annotations on shopping cart

0.7.3 (2009-03-13)
------------------

- updated portuguese translation [rafaelcrocha]

0.7.2 (2008-12-30)
------------------

* Added 2 fixes (for when you use the shipping system):
* gave a default value to the order.shipments, because
  it is never set up to anything otherwise and you can't
  access your order,
* fixed the way we calculate the total, so that we have
  float numbers
  [lucielejard]

0.7.1 (2008-11-24)
------------------

* Persisted and added Name on Card and Card Phone Num to orders listing
  viewlet. [ctxlken]
* Persisted processor transaction id and last-4 digits of credit card to
  ZODB.  Also, modified order-summary.pt to present these two fields.
  [ctxlken]
* add: added some missing italian translations [bruno.ripa]
* update getpaid.po and sync with all .po. add Japanese locales
  [cjj.ifpeople]
* add: missing italian translations [bruno.ripa]


0.7 (2008-08-29)
----------------

* Added buildout files and general text documents to project root.
* removed setup.cfg
* updated txt files so that restructured text works on pypi
