Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 693 Bytes

CHANGELOG.markdown

File metadata and controls

28 lines (18 loc) · 693 Bytes

0.5.x

  • checkout_controller is obsolete now that Spree has been refactored to use REST.
  • after_notify and after_success hooks are gone. See the README for how to implement them as hooks in the "fat" order model.

0.6.x

  • Significant database changes, do not run migrations until you have backed up your payment data.
  • Migrations will not port over your old payments, its suggested you write your own migration to do this in order to preserve legacy payments.

0.7.x

  • Rails 3 / Spree 0.30 compatibility, using new extension system (gem)

1.0.x

  • Ported for >= Spree 1.0.0
  • Fixed mistyped configuration variables

2.4.0

  • Ported for Spree 2.4.x