CHANGELOG 1.2 KB

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