CHANGELOG in shopify-sinatra-app-0.12.0 vs CHANGELOG in shopify-sinatra-app-1.0.0

- old
+ new

@@ -1,4 +1,13 @@ +1.0.0 +----- +* Update to omniauth 2.0.4 and add rack protection authenticity token + * All forms will need an authenticity_token param added like in the login view + * Refactored the provided routes to be simpler. Now only login and logout (no more install) + * shopify_webhook now defines the route because it needs to also configure ignoring csrf for the route + * refactored other internal methods to simplify and reduce surface area +* Removed heroku rake tasks. They are out of date and don't encourage best practises + 0.12.0 ------ * Update to use the Shopify AppBridge instead of the ESDK * This change is mostly to generated files so you'll need to apply those updates to your own versions.