CHANGELOG 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. == Version 4.7.0
  2. * Removed the mandatory `application_id` parameter from `ShopifyAPI::ProductListing` and `ShopifyAPI::CollectionListing`
  3. * Fixed a bug related to the non-standard primary key for `ShopifyAPI::ProductListing` and `ShopifyAPI::CollectionListing`
  4. == Version 4.6.0
  5. * Added `ShopifyAPI::Report`
  6. == Version 4.5.0
  7. * Added `ShopifyAPI::MarketingEvent`
  8. == Version 4.4.0
  9. * Added `ShopifyAPI::CustomerInvite`
  10. * Support for Customer#send_invite endpoint
  11. == Version 4.3.8
  12. * Added `ShopifyAPI::ResourceFeedback`
  13. == Version 4.3.7
  14. * Added support for `complete` in `ShopifyAPI::DraftOrder`
  15. == Version 4.3.6
  16. * Fixed the `customer_saved_search_id` param in `ShopifyAPI::CustomerSavedSearch#customers`.
  17. == Version 4.3.5
  18. * Added support for online mode access tokens, token expiry, and associated_user information.
  19. * Added `ShopifyAPI::DraftOrder`
  20. * Added `ShopifyAPI::DraftOrderInvoice`
  21. == Version 4.3.4
  22. * Added `ShopifyAPI::ProductListing`
  23. * Added `ShopifyAPI::CollectionListing`
  24. == Version 4.3.3
  25. * Added `ShopifyAPI::StorefrontAccessToken`
  26. == Version 4.3.2
  27. * Relax Ruby version requirement to >= `2.0`
  28. == Version 4.3.1
  29. * Support for ShopifyAPI::ApplicationCredit
  30. == Version 4.3.0
  31. * Require Ruby >= `2.3.0`
  32. * Use inheritance instead of the deprecated Rails `Module#alias_method_chain`
  33. == Version 4.2.2
  34. * Support for AccessToken#delegate endpoint
  35. == Version 4.2.1
  36. * Support for Users and Discounts (Shopify Plus only)
  37. * Adds Customer#account_activation_url method
  38. * Adds ability to open a fulfillment.
  39. == Version 4.2.0
  40. * Threadsafety is now compatible with the latest ActiveResource master
  41. == Version 4.1.1
  42. * Added explicit 90 second timeout to `ShopifyAPI::Base`
  43. == Version 4.0.7
  44. * Added `ShippingAPI::ShippingZone`
  45. == Version 4.0.6
  46. * Replaced `cancelled` with `expired` in `ShopifyAPI::ApplicationCharge`
  47. == Version 4.0.5
  48. * Added `pending`, `cancelled`, `accepted`, `declined` helper methods to `ShopifyAPI::ApplicationCharge`
  49. == Version 4.0.4
  50. * Fixed truthiness for order cancellations. Requests are now sent in the request body and as JSON
  51. == Version 4.0.3
  52. * Fixed hmac signature validation for params with delimiters (`&`, `=` or `%`)
  53. == Version 4.0.2
  54. * Verify that the shop domain is a subdomain of .myshopify.com which creating the session
  55. == Version 4.0.1
  56. * Added `ShopifyAPI::OAuth.revoke` for easy token revocation.
  57. == Version 3.2.6
  58. * Fixed CustomerSavedSearch#customers method to now correctly return only relevant customers
  59. == Version 3.2.5
  60. * More useful error messages for activating nil sessions
  61. * Add tests for commonly deleted objects, and metafield tests, fix naming error in order_risk_test.rb
  62. == Version 3.2.4
  63. * No API changes
  64. == Version 3.2.3
  65. * Added pry to the CLI
  66. == Version 3.2.2
  67. * Temporary fix for the CLI
  68. * Add a specific exception for signature validation failures
  69. == Version 3.2.1
  70. * Added CarrierService resource
  71. * Added optionally using threadsafe ActiveResource (see readme)
  72. * Fixed bug in validate_signature
  73. == Version 3.2.0
  74. * in Session::request_token params is no longer optional, you must pass all the params and the method will now extract the code
  75. * Fixed JSON errors handling (#103)
  76. * Fixed compatibility with Ruby 2.1.x (#83)
  77. * Fixed getting parent ID from nested resources like Variants (#44)
  78. * Cleaned up compatibility with ActiveResource 4.0.x
  79. * Added OrderRisk resource
  80. * Added FulfillmentService resource
  81. * Removed discontinued ProductSearchEngine resource
  82. * Added convenience method Customer#search (#45)
  83. == Version 3.1.8
  84. * Expose `index` and `show` actions of `Location`
  85. * Added create_permission_url and request_token helper methods
  86. * Edited the readme to better describe the getting started procedure
  87. == Version 3.1.7
  88. * Expose `authors` and `tags` action on Article
  89. == Version 3.1.6
  90. * Add LineItem::Property resource
  91. == Version 3.1.5
  92. * Expose `orders` action on Customer
  93. == Version 3.1.3
  94. * Expose `complete` action on Fulfillment
  95. == Version 3.1.2
  96. * Includes port in domain URI (when other than http/80 or https/443)
  97. * Adds access to CustomerSavedSearch
  98. * Adds resources: Order::DefaultAddress, Client::ClientDetails, Announcement
  99. * Allows access to Articles without a blog_id
  100. * Moves encode and as_json overrides to ShopifyAPI::Base scope
  101. * Exposes the `order` action in SmartCollection for general use
  102. == Version 3.0.3
  103. * Add a `customers` helper method to the CustomerGroup resource
  104. == Version 3.0.2
  105. * Brevity in require statements
  106. == Version 3.0.1
  107. * Fix saving nested resources in ActiveResource 3.1+
  108. == Version 3.0.0
  109. * Added support for OAuth Authentication
  110. * Removal of support for Legacy Authentication
  111. * Added Cart resource
  112. == Version 2.3.0
  113. * Fix double root bug with ActiveSupport 3.2.0
  114. * Add metafields methods on Customer resource
  115. * Fix prefix_options on assets returned from Asset.find
  116. == Version 2.2.0
  117. * Fix issues with resources that have both direct and namespaced routes
  118. * Added detailed logger to help with debugging ActiveResource
  119. requests/responses
  120. * Add fulfillment#cancel
  121. == Version 2.1.0
  122. * Fix JSON errors handling
  123. * Remove global limit from ShopifyAPI::Limits
  124. == Version 2.0.0
  125. * 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
  126. * Refactored resources into their own source files
  127. * Added API limits functionality
  128. * Patched ActiveResource issue with roots in JSON
  129. * Added pending, cancelled, accepted, and declined convenience methods to ShopifyAPI::RecurringApplicationCharge
  130. * ShopifyAPI::Session#temp now available as a convenience method to support temporarily switching to other shops when making calls
  131. * Fixes to `shopify console` CLI tool
  132. == Version 1.2.5
  133. * Fix for Article#comments
  134. == Version 1.2.4
  135. * Added Article#comments
  136. * Added Order#cancel
  137. * Added Comment#restore, #not_spam
  138. == Version 1.2.3
  139. * Added Customer, CustomerGroup support
  140. == Version 1.2.2
  141. * Added ScriptTag support
  142. == Version 1.2.1
  143. * Allow abbreviated names for all commands like rails does, e.g. 'shopify c' instead of 'shopify console'
  144. * Fix Variant to support accessing both nested variants with a product prefix as well as top level variants directly
  145. * Add 'grande' to supported product image size variants
  146. == Version 1.2.0
  147. * Command-line interface
  148. * Allow custom params when fetching a single Asset
  149. == Version 1.1.3 (November 4, 2010)
  150. * Add ProductSearchEngines resource
  151. == Version 1.1.2 (October 20, 2010)
  152. * Fix for users of ActiveResource 3.x
  153. == Version 1.1.1 (October 5, 2010)
  154. * Remove hard coded xml formatting in API calls
  155. * Remove jeweler stuff
  156. * Ruby 1.9 encoding fix
  157. == Version 1.1.0 (September 24, 2010)
  158. * Add new Events API for Shop, Order, Product, CustomCollection, SmartCollection, Page, Blog and Article
  159. * Add new 'compact' product image size variant
  160. * Rails 3 fix: attribute_accessors has to be explicitly included since activesupport 3.0.0
  161. == Version 1.0.6
  162. * Add metafields
  163. * Add latest changes from Shopify including asset support, token validation and a common base class
  164. == Version 1.0.0
  165. * extracting ShopifyAPI from Shopify into Gem