CHANGELOG 1.2 KB

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