shopify_app 14.4.4 → 15.0.0

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
  SHA256:
3
- metadata.gz: a3962aefcffacf58b7e57836a66b40a7689d5fe64d754fe1b236081cfeefcda2
4
- data.tar.gz: 3f7200abedcd9598e08e7fcc816009acd236093c5a3ca011fa1d05684b31a1ed
3
+ metadata.gz: e5e94d4b7a80d63547bb4556d0fbe89fb87d7193be8f633a7aceb830c7fc0208
4
+ data.tar.gz: e97c20fd31bf5a6f3f39f9e7981be42d8900add4d4c78565f171a6d7a5fa5ffe
5
5
  SHA512:
6
- metadata.gz: a3c2eaf95a630a628de9252be8f1802b35ce57be387a5e5ae3e8047484432b5ed7b1af98b739911c1f6afa74b09c44b5f8589481ad699c6595ef95d5332952de
7
- data.tar.gz: 312ef3c7dd4013c17696289e9b8890e359d24753501468155cdb3ae63a7ff5a577d4b5f1a3f0606d438e78be655b0df791ccd45406d88485f5386db1a563d9af
6
+ metadata.gz: af85918cd16f6b0e66bea9c3db28f8e0aadb6e7421881425b0562239ac889f1506785b495057698713752f66d58ffa04e58407bc633c60954f891d318d5416ad
7
+ data.tar.gz: 729148164c29d9e9f4de9a62a19e1a9d1d8aaace09f7461ee1e4d472f4573d34727d6091cd86785707fc9b33f0f3c450dd126e77fb09793eedfaa38d54970b09
@@ -1,3 +1,7 @@
1
+ 15.0.0
2
+ ------
3
+ * Change `X-Shopify-API-Request-Failure-Unauthorized` HTTP header value from boolean to string
4
+
1
5
  14.4.4
2
6
  ------
3
7
  * Patch to not log params in ShopifyApp jobs [#1086](https://github.com/Shopify/shopify_app/pull/1086)
@@ -100,7 +100,7 @@ module ShopifyApp
100
100
  end
101
101
 
102
102
  def signal_access_token_required
103
- response.set_header(ACCESS_TOKEN_REQUIRED_HEADER, true)
103
+ response.set_header(ACCESS_TOKEN_REQUIRED_HEADER, "true")
104
104
  end
105
105
 
106
106
  protected
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ShopifyApp
3
- VERSION = '14.4.4'
3
+ VERSION = '15.0.0'
4
4
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopify_app",
3
- "version": "14.4.4",
3
+ "version": "15.0.0",
4
4
  "repository": "git@github.com:Shopify/shopify_app.git",
5
5
  "author": "Shopify",
6
6
  "license": "MIT",
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: 14.4.4
4
+ version: 15.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-29 00:00:00.000000000 Z
11
+ date: 2020-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: browser_sniffer