CHANGELOG 1.5 KB

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