CHANGELOG 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. == Version 2.0.0
  2. * Bump to 2.0.0 as this release breaks Rails 2 compatibility; we're now officially only supporting Rails 3. Rails 2 devs can follow the rails2 tag in this repo to know where we broke off
  3. * Refactored resources into their own source files
  4. * Added API limits functionality
  5. * Patched ActiveResource issue with roots in JSON
  6. * Added pending, cancelled, accepted, and declined convenience methods to ShopifyAPI::RecurringApplicationCharge
  7. * ShopifyAPI::Session#temp now available as a convenience method to support temporarily switching to other shops when making calls
  8. * Fixes to `shopify console` CLI tool
  9. == Version 1.2.5
  10. * Fix for Article#comments
  11. == Version 1.2.4
  12. * Added Article#comments
  13. * Added Order#cancel
  14. * Added Comment#restore, #not_spam
  15. == Version 1.2.3
  16. * Added Customer, CustomerGroup support
  17. == Version 1.2.2
  18. * Added ScriptTag support
  19. == Version 1.2.1
  20. * Allow abbreviated names for all commands like rails does, e.g. 'shopify c' instead of 'shopify console'
  21. * Fix Variant to support accessing both nested variants with a product prefix as well as top level variants directly
  22. * Add 'grande' to supported product image size variants
  23. == Version 1.2.0
  24. * Command-line interface
  25. * Allow custom params when fetching a single Asset
  26. == Version 1.1.3 (November 4, 2010)
  27. * Add ProductSearchEngines resource
  28. == Version 1.1.2 (October 20, 2010)
  29. * Fix for users of ActiveResource 3.x
  30. == Version 1.1.1 (October 5, 2010)
  31. * Remove hard coded xml formatting in API calls
  32. * Remove jeweler stuff
  33. * Ruby 1.9 encoding fix
  34. == Version 1.1.0 (September 24, 2010)
  35. * Add new Events API for Shop, Order, Product, CustomCollection, SmartCollection, Page, Blog and Article
  36. * Add new 'compact' product image size variant
  37. * Rails 3 fix: attribute_accessors has to be explicitly included since activesupport 3.0.0
  38. == Version 1.0.6
  39. * Add metafields
  40. * Add latest changes from Shopify including asset support, token validation and a common base class
  41. == Version 1.0.0
  42. * extracting ShopifyAPI from Shopify into Gem