CHANGELOG 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. == Version 3.1.1
  2. * Includes port in domain URI (when other than http/80 or https/443)
  3. * Adds access to CustomerSavedSearch
  4. * Adds resources: Order::DefaultAddress, Client::ClientDetails, Announcement
  5. * Allows access to Articles without a blog_id
  6. * Qualifies and scopes encode/decode changes in ActiveResource 3.0, 3.1, 3.2, 4.0
  7. == Version 3.1.0
  8. * Expose the `order` action in SmartCollection for general use
  9. == Version 3.0.3
  10. * Add a `customers` helper method to the CustomerGroup resource
  11. == Version 3.0.2
  12. * Brevity in require statements
  13. == Version 3.0.1
  14. * Fix saving nested resources in ActiveResource 3.1+
  15. == Version 3.0.0
  16. * Added support for OAuth Authentication
  17. * Removal of support for Legacy Authentication
  18. * Added Cart resource
  19. == Version 2.3.0
  20. * Fix double root bug with ActiveSupport 3.2.0
  21. * Add metafields methods on Customer resource
  22. * Fix prefix_options on assets returned from Asset.find
  23. == Version 2.2.0
  24. * Fix issues with resources that have both direct and namespaced routes
  25. * Added detailed logger to help with debugging ActiveResource
  26. requests/responses
  27. * Add fulfillment#cancel
  28. == Version 2.1.0
  29. * Fix JSON errors handling
  30. * Remove global limit from ShopifyAPI::Limits
  31. == Version 2.0.0
  32. * Bump to 2.0.0 as this release breaks Rails 2 compatibility; we're now officially only supporting Rails 3. Rails 2 devs can follow the rails2 tag in this repo to know where we broke off
  33. * Refactored resources into their own source files
  34. * Added API limits functionality
  35. * Patched ActiveResource issue with roots in JSON
  36. * Added pending, cancelled, accepted, and declined convenience methods to ShopifyAPI::RecurringApplicationCharge
  37. * ShopifyAPI::Session#temp now available as a convenience method to support temporarily switching to other shops when making calls
  38. * Fixes to `shopify console` CLI tool
  39. == Version 1.2.5
  40. * Fix for Article#comments
  41. == Version 1.2.4
  42. * Added Article#comments
  43. * Added Order#cancel
  44. * Added Comment#restore, #not_spam
  45. == Version 1.2.3
  46. * Added Customer, CustomerGroup support
  47. == Version 1.2.2
  48. * Added ScriptTag support
  49. == Version 1.2.1
  50. * Allow abbreviated names for all commands like rails does, e.g. 'shopify c' instead of 'shopify console'
  51. * Fix Variant to support accessing both nested variants with a product prefix as well as top level variants directly
  52. * Add 'grande' to supported product image size variants
  53. == Version 1.2.0
  54. * Command-line interface
  55. * Allow custom params when fetching a single Asset
  56. == Version 1.1.3 (November 4, 2010)
  57. * Add ProductSearchEngines resource
  58. == Version 1.1.2 (October 20, 2010)
  59. * Fix for users of ActiveResource 3.x
  60. == Version 1.1.1 (October 5, 2010)
  61. * Remove hard coded xml formatting in API calls
  62. * Remove jeweler stuff
  63. * Ruby 1.9 encoding fix
  64. == Version 1.1.0 (September 24, 2010)
  65. * Add new Events API for Shop, Order, Product, CustomCollection, SmartCollection, Page, Blog and Article
  66. * Add new 'compact' product image size variant
  67. * Rails 3 fix: attribute_accessors has to be explicitly included since activesupport 3.0.0
  68. == Version 1.0.6
  69. * Add metafields
  70. * Add latest changes from Shopify including asset support, token validation and a common base class
  71. == Version 1.0.0
  72. * extracting ShopifyAPI from Shopify into Gem