CHANGELOG 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. == Version 1.2.5
  2. * Fix for Article#comments
  3. == Version 1.2.4
  4. * Added Article#comments
  5. * Added Order#cancel
  6. * Added Comment#restore, #not_spam
  7. == Version 1.2.3
  8. * Added Customer, CustomerGroup support
  9. == Version 1.2.2
  10. * Added ScriptTag support
  11. == Version 1.2.1
  12. * Allow abbreviated names for all commands like rails does, e.g. 'shopify c' instead of 'shopify console'
  13. * Fix Variant to support accessing both nested variants with a product prefix as well as top level variants directly
  14. * Add 'grande' to supported product image size variants
  15. == Version 1.2.0
  16. * Command-line interface
  17. * Allow custom params when fetching a single Asset
  18. == Version 1.1.3 (November 4, 2010)
  19. * Add ProductSearchEngines resource
  20. == Version 1.1.2 (October 20, 2010)
  21. * Fix for users of ActiveResource 3.x
  22. == Version 1.1.1 (October 5, 2010)
  23. * Remove hard coded xml formatting in API calls
  24. * Remove jeweler stuff
  25. * Ruby 1.9 encoding fix
  26. == Version 1.1.0 (September 24, 2010)
  27. * Add new Events API for Shop, Order, Product, CustomCollection, SmartCollection, Page, Blog and Article
  28. * Add new 'compact' product image size variant
  29. * Rails 3 fix: attribute_accessors has to be explicitly included since activesupport 3.0.0
  30. == Version 1.0.6
  31. * Add metafields
  32. * Add latest changes from Shopify including asset support, token validation and a common base class
  33. == Version 1.0.0
  34. * extracting ShopifyAPI from Shopify into Gem