CHANGELOG 1.3 KB

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