Skip to content

Commit

Permalink
Added PriceBucket renaming detail into Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung Lê committed Feb 8, 2012
1 parent 194fb7b commit cc90b20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/release_notes_1_0_0.textile
Expand Up @@ -143,6 +143,12 @@ h4. General deprecations

* +Gateway.current+ is now deprecated. Use +order.payment_method.gateway+ now. "#747":https://github.com/spree/spree/pull/747

h3. Calculator

h4. Calculator::PriceBucket is now renamed to Calculator::PriceSack

The +PriceBucket+ contains Bucket keyword that conflicts with +AWS::S3+ library which has caused few issues with Heroku deployment. If you used this calculator in your application, then you will need to rename it to +PriceSack+.

h3. Taxation

There have been several major changes to how Spree handles tax calculations. If you are migrating from an older version of Spree your previous tax configurations will not function properly and will need to be reconfigured before you can resume processing orders.
Expand Down

0 comments on commit cc90b20

Please sign in to comment.