|
@@ -1,5 +1,14 @@
|
|
|
== Version 7.0.0
|
|
|
|
|
|
+* Removed support for `ActiveResouce` < `4.1`.
|
|
|
+* Removed `ShopifyAPI::Oauth`.
|
|
|
+* Added api version support, See [migration
|
|
|
+notes](README.md#-breaking-change-notice-for-version-700-)
|
|
|
+* Changed `ShopifyAPI::Session` method signatures from positional to keyword
|
|
|
+arguments, See [migration notes](README.md#-breaking-change-notice-for-version-700-)
|
|
|
+* Add support for newer call limit header `X-Shopify-Shop-Api-Call-Limit`.
|
|
|
+* Removed all Ping resources.
|
|
|
+
|
|
|
== Version 6.0.0
|
|
|
|
|
|
* Removed undocumented `protocol` and `port` options from `ShopifyAPI::Session`.
|