CHANGELOG 5.9 KB

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