shopify_app 7.2.10 → 7.2.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87894c3d992a5da5774dc106688122849da0da14
4
- data.tar.gz: 0fb63157027bf5fe1fb3a17fb5032fe62535dbdf
3
+ metadata.gz: 50e18ac4d34b09fc2d49742cc1677832301e1a42
4
+ data.tar.gz: 736cad99a7732fddc86519775a3938eecc768714
5
5
  SHA512:
6
- metadata.gz: f6bc0cf651683d9631e486047a8a89b5d543a67c61ff80faaf72987784e6d80a9d776d2f9e741861df4c5b3adf60ca5e159e08ed2c5c67c96a164f3fdaa52a78
7
- data.tar.gz: 1e8a9be5663e3ea4aebd3fbd832c14bb61df1b5c11704a376d96382cd7c8b1a4d1e754485bd5c636ae9734dc9e1d4d9fd655b261b1419cccdf3719a8dd704e02
6
+ metadata.gz: a3562a4dd349192f0801050eaee1a8997fde681c9e19e6ece5c92c94119cb5446bf32c16b46a74648bfd37f056bb7e70a3e984fb1526267e3a0bc27f565ab327
7
+ data.tar.gz: 1738f568d2b2af07acdf48ba9d117b81b362c0aecf9a2a7df2f659bd0651f2e8066f802ce81a0525ec8c99a8efc3ab1a069d8c6a539fe372b01e7ff94ff7c1b2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ 7.2.11
2
+ -----
3
+ * Remove 'Logged in' flash message [[#425]](https://github.com/Shopify/shopify_app/pull/425)
4
+
1
5
  7.2.10
2
6
  -----
3
7
  * Fix an issue with the create_shops generator template
data/RELEASING CHANGED
@@ -4,12 +4,14 @@ Releasing ShopifyApp
4
4
  2. Create a pull request with the following changes:
5
5
  * Update the version of ShopifyApp in lib/shopify_app/version.rb
6
6
  * Add a CHANGELOG entry for the new release with the date
7
- * Commit the changes with a commit message like "Packaging for release X.Y.Z"
7
+ * Change the title of the PR to something like: "Packaging for release X.Y.Z"
8
8
  3. Merge your pull request
9
9
  4. Pull from master so you have the latest version of the shopify_app
10
10
  5. Tag the HEAD with the version (Leave REV blank for HEAD or provide a SHA)
11
11
  $ git tag vX.Y.Z
12
12
  6. Push out your tags
13
13
  $ git push --tags
14
- 7. Use Shipit to build and push the gem (you may have to clear GIT cache in
15
- Shipit to get the latest tags)
14
+ 7. Use Shipit to build and push the gem
15
+
16
+ If you see an error like 'You need to create the vX.Y.X tag first', clear GIT
17
+ cache in Shipit settings
@@ -1,4 +1,3 @@
1
1
  de:
2
- logged_in: 'Eingeloggt'
3
2
  logged_out: 'Erfolgreich ausgelogt'
4
3
  could_not_log_in: 'Shopify Store Login fehlgeschlagen'
@@ -1,4 +1,3 @@
1
1
  en:
2
- logged_in: 'Logged In'
3
2
  logged_out: 'Successfully logged out'
4
3
  could_not_log_in: 'Could not log in to Shopify store'
@@ -1,4 +1,3 @@
1
1
  es:
2
- logged_in: 'Has iniciado sesión'
3
2
  logged_out: 'Cerrar sesión'
4
3
  could_not_log_in: 'No se pudo iniciar sesión en tu tienda de Shopify'
@@ -1,4 +1,3 @@
1
1
  fr:
2
- logged_in: 'Vous êtes connecté(e)'
3
2
  logged_out: 'Vous êtes déconnecté(e)'
4
3
  could_not_log_in: 'Impossible de se connecter à la boutique Shopify'
@@ -1,4 +1,3 @@
1
1
  ja:
2
- logged_in: 'ログイン'
3
2
  logged_out: 'ログインに成功しました'
4
3
  could_not_log_in: 'Shopifyストアにログインできませんでした'
@@ -21,7 +21,6 @@ module ShopifyApp
21
21
  install_webhooks
22
22
  install_scripttags
23
23
 
24
- flash[:notice] = I18n.t('.logged_in')
25
24
  redirect_to return_address
26
25
  else
27
26
  flash[:error] = I18n.t('could_not_log_in')
@@ -1,3 +1,3 @@
1
1
  module ShopifyApp
2
- VERSION = '7.2.10'
2
+ VERSION = '7.2.11'
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.2.10
4
+ version: 7.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-19 00:00:00.000000000 Z
11
+ date: 2017-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails