CHANGELOG 1.1 KB

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