CHANGELOG 5.3 KB

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