shopify_app 9.0.2 → 9.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +5 -2
- data/app/views/shopify_app/sessions/enable_cookies.html.erb +1 -0
- data/app/views/shopify_app/sessions/request_storage_access.html.erb +1 -0
- data/app/views/shopify_app/sessions/top_level_interaction.html.erb +1 -0
- data/app/views/shopify_app/shared/redirect.html.erb +1 -0
- data/config/locales/en.yml +1 -1
- data/lib/generators/shopify_app/install/install_generator.rb +3 -0
- data/lib/generators/shopify_app/install/templates/_flash_messages.html.erb +1 -17
- data/lib/generators/shopify_app/install/templates/embedded_app.html.erb +5 -8
- data/lib/generators/shopify_app/install/templates/flash_messages.js +17 -0
- data/lib/generators/shopify_app/install/templates/shopify_app.js +9 -0
- data/lib/shopify_app/version.rb +1 -1
- data/package-lock.json +15 -14
- data/package.json +1 -1
- data/yarn.lock +1198 -850
- metadata +4 -2
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: 9.0.
|
4
|
+
version: 9.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: browser_sniffer
|
@@ -215,8 +215,10 @@ files:
|
|
215
215
|
- lib/generators/shopify_app/install/install_generator.rb
|
216
216
|
- lib/generators/shopify_app/install/templates/_flash_messages.html.erb
|
217
217
|
- lib/generators/shopify_app/install/templates/embedded_app.html.erb
|
218
|
+
- lib/generators/shopify_app/install/templates/flash_messages.js
|
218
219
|
- lib/generators/shopify_app/install/templates/omniauth.rb
|
219
220
|
- lib/generators/shopify_app/install/templates/session_store.rb
|
221
|
+
- lib/generators/shopify_app/install/templates/shopify_app.js
|
220
222
|
- lib/generators/shopify_app/install/templates/shopify_app.rb
|
221
223
|
- lib/generators/shopify_app/install/templates/shopify_provider.rb
|
222
224
|
- lib/generators/shopify_app/rotate_shopify_token_job/rotate_shopify_token_job_generator.rb
|