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 +4 -4
- data/CHANGELOG +8 -2
- data/lib/shopify_app/login_protection.rb +2 -2
- data/lib/shopify_app/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0198555206848af2793096285ea0e4f2d5e2abd
|
|
4
|
+
data.tar.gz: 9780f636ad16abdf01152955c80ed6601729b43a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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="
|
|
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="
|
|
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">
|
data/lib/shopify_app/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2016-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|