CHANGELOG 7.2 KB

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