shopify_app 7.0.1 → 7.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 406b509cf830a10344fbec7876cc12c04a09355d
4
- data.tar.gz: 8d2dcdf08c31159a37cd31f7881f87ef2eec9fdc
3
+ metadata.gz: c0198555206848af2793096285ea0e4f2d5e2abd
4
+ data.tar.gz: 9780f636ad16abdf01152955c80ed6601729b43a
5
5
  SHA512:
6
- metadata.gz: e9fd9a832f80592c40f31cef8f5454ab445dc98c6ee0d5dcb19ae20dcb657580a620bb7a13adda5e2da3d54439e9f8b0a1cb8d87ee846a6657bbd5ed1f364035
7
- data.tar.gz: 28aad6022b5daef4dddd1edabcd8a1f782142c8dfdb64e7b560a780b601f08a3795fb741eacbe4e190f3310293a8e262bb705fbf69fbaf9592f4aef35fc8e34a
6
+ metadata.gz: 6477ba3a45b15895b4ef6dbb4385ae8cad74d7b2513906049ea5da4b9813dfe736693a541f792ae9c552ad3649eefc9e5f64451032ec99c20dafc61ae5bfbdb1
7
+ data.tar.gz: b28fd5aa1a9384f0713a154f460bfa25465b524a8c45698e8756669ef4bbf94d69ea9d2af315b97e3885a1cddc45e05512cd266855794f5811676615f3203fd4
data/CHANGELOG CHANGED
@@ -1,9 +1,15 @@
1
+ 7.0.2
2
+ -----
3
+
4
+ * Fix CSRF redirect issue
5
+
1
6
  7.0.1
2
- ----------
7
+ -----
8
+
3
9
  * add support to i18n for flash messages (English and Spanish).
4
10
 
5
11
  7.0.0
6
- ----------
12
+ -----
7
13
 
8
14
  * rename WebhooksController module to WebhookVerification
9
15
  * added a WebhooksController which automatically delegates to jobs
@@ -64,7 +64,7 @@ module ShopifyApp
64
64
  <html lang="en">
65
65
  <head>
66
66
  <meta charset="utf-8" />
67
- <meta http-equiv="refresh" content="0; url=#{url_json_no_quotes}">
67
+ <meta http-equiv="refresh" content="1; url=#{url_json_no_quotes}">
68
68
  <title>Redirecting…</title>
69
69
  <script type="text/javascript">
70
70
  window.location.href = #{url_json};
@@ -87,7 +87,7 @@ module ShopifyApp
87
87
  <html lang="en">
88
88
  <head>
89
89
  <meta charset="utf-8" />
90
- <meta http-equiv="refresh" content="0; url=#{url_json_no_quotes}">
90
+ <meta http-equiv="refresh" content="1; url=#{url_json_no_quotes}">
91
91
  <base target="_top">
92
92
  <title>Redirecting…</title>
93
93
  <script type="text/javascript">
@@ -1,3 +1,3 @@
1
1
  module ShopifyApp
2
- VERSION = '7.0.1'
2
+ VERSION = '7.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopify_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.1
4
+ version: 7.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-28 00:00:00.000000000 Z
11
+ date: 2016-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails