shopify_app 11.1.0 → 11.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +25 -0
- data/README.md +17 -0
- data/config/locales/cs.yml +9 -9
- data/config/locales/de.yml +3 -3
- data/config/locales/es.yml +1 -1
- data/config/locales/nl.yml +6 -6
- data/config/locales/pt-BR.yml +7 -8
- data/config/locales/zh-CN.yml +1 -1
- data/karma.conf.js +1 -0
- data/lib/generators/shopify_app/add_marketing_activity_extension/add_marketing_activity_extension_generator.rb +39 -0
- data/lib/generators/shopify_app/add_marketing_activity_extension/templates/marketing_activities_controller.rb +66 -0
- data/lib/generators/shopify_app/install/install_generator.rb +20 -5
- data/lib/generators/shopify_app/install/templates/embedded_app.html.erb +5 -1
- data/lib/generators/shopify_app/install/templates/shopify_app_index.js +2 -0
- data/lib/shopify_app.rb +44 -29
- data/lib/shopify_app/configuration.rb +4 -0
- data/lib/shopify_app/controllers/extension_verification_controller.rb +17 -0
- data/lib/shopify_app/version.rb +1 -1
- data/package-lock.json +2048 -1707
- data/package.json +7 -8
- data/shopify_app.gemspec +2 -2
- data/yarn.lock +1570 -1249
- metadata +10 -6
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: 11.
|
4
|
+
version: 11.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: browser_sniffer
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.1.
|
19
|
+
version: 1.1.3
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.1.
|
26
|
+
version: 1.1.3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 2.
|
61
|
+
version: 2.2.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 2.
|
68
|
+
version: 2.2.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rake
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -239,6 +239,8 @@ files:
|
|
239
239
|
- karma.conf.js
|
240
240
|
- lib/generators/shopify_app/add_after_authenticate_job/add_after_authenticate_job_generator.rb
|
241
241
|
- lib/generators/shopify_app/add_after_authenticate_job/templates/after_authenticate_job.rb
|
242
|
+
- lib/generators/shopify_app/add_marketing_activity_extension/add_marketing_activity_extension_generator.rb
|
243
|
+
- lib/generators/shopify_app/add_marketing_activity_extension/templates/marketing_activities_controller.rb
|
242
244
|
- lib/generators/shopify_app/add_webhook/add_webhook_generator.rb
|
243
245
|
- lib/generators/shopify_app/add_webhook/templates/webhook_job.rb
|
244
246
|
- lib/generators/shopify_app/app_proxy_controller/app_proxy_controller_generator.rb
|
@@ -260,6 +262,7 @@ files:
|
|
260
262
|
- lib/generators/shopify_app/install/templates/session_store.rb
|
261
263
|
- lib/generators/shopify_app/install/templates/shopify_app.js
|
262
264
|
- lib/generators/shopify_app/install/templates/shopify_app.rb
|
265
|
+
- lib/generators/shopify_app/install/templates/shopify_app_index.js
|
263
266
|
- lib/generators/shopify_app/install/templates/shopify_provider.rb
|
264
267
|
- lib/generators/shopify_app/install/templates/user_agent.rb
|
265
268
|
- lib/generators/shopify_app/rotate_shopify_token_job/rotate_shopify_token_job_generator.rb
|
@@ -281,6 +284,7 @@ files:
|
|
281
284
|
- lib/shopify_app/controller_concerns/localization.rb
|
282
285
|
- lib/shopify_app/controller_concerns/login_protection.rb
|
283
286
|
- lib/shopify_app/controller_concerns/webhook_verification.rb
|
287
|
+
- lib/shopify_app/controllers/extension_verification_controller.rb
|
284
288
|
- lib/shopify_app/engine.rb
|
285
289
|
- lib/shopify_app/jobs/scripttags_manager_job.rb
|
286
290
|
- lib/shopify_app/jobs/webhooks_manager_job.rb
|