workarea-trustpilot_reviews 1.1.0 → 1.1.1

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
  SHA256:
3
- metadata.gz: 0c9e1c1978929e99b881d1baad30f1b835b7edd35f4ac56cf2ade4a5605503a7
4
- data.tar.gz: becc14f94e3a530503230168475ddfb4af5fa5bb13df44783f24ed86956c0bc4
3
+ metadata.gz: 189ad9a4fd51a70465398db79da2e29ebdd6ed6dcb058a4215e8626aef9a74e7
4
+ data.tar.gz: 44488598320c9269c958482422ee6087954f19a6aa8fdfc73219398af2bcd398
5
5
  SHA512:
6
- metadata.gz: 83f223e0cfc99b1ec42b6298e3f83aae67a13bf38c087dbef8e4184e32e84992a12699e4f96f0ab2840198288c013f2150c1f5686cde391c9d6714f404204cfd
7
- data.tar.gz: 7c328cfec9b746692f57040c4d64124295bd4f0acb9e18f1ee2f91cf14b7e59479b4abb81de1e36986b5f95fa400ba1f487c670e430fc8a6abbead00b64c3a08
6
+ metadata.gz: '0638c1cf3d381c94e53a41bc73f5f31b9a1e297cb9087295b2699ec4794c9d9f22b7d730dc36d091c99934a5095f49361d28e44250c8fdb3e0ca3cc9c9af9ba0'
7
+ data.tar.gz: 80a257142e45a42205f5259ee052bbe9e11c1b15217d6058c2f913e4d12cc967d308b43848b9bd4a42f1c8c9c2d76753318b48eeba1211feeec14d41fea4e55d
@@ -6,3 +6,5 @@
6
6
  * version 1.1.0
7
7
  - Display the trustpilot widget at the navigation by using "= append_ partials('storefront.page_header_trustpilot')" append partial.
8
8
  - Display the Carousel trustpilot widget by using "= append_ partials('storefront.trustpilot_carousel_widget')" append partial.
9
+ * version 1.1.1
10
+ - Updated the trustpilot widget for navigation.
data/README.md CHANGED
@@ -27,8 +27,11 @@ This gem contains a Rails engine that must be mounted onto a host Rails applicat
27
27
  * Use the following append partial
28
28
  #...
29
29
  = append_partials('storefront.page_header_trustpilot')
30
+
31
+ For Carousel Type
32
+ = append_ partials('storefront.trustpilot_carousel_widget')" append partial.
30
33
  #...
31
-
34
+
32
35
  Features
33
36
  --------------------------------------------------------------------------------
34
37
 
@@ -1,3 +1,3 @@
1
- / TrustBox widget - Micro Star
2
- .trustpilot-widget{"data-businessunit-id" => "595e64c60000ff0005a61ab2", "data-locale" => "en-US", "data-style-height" => "24px", "data-style-width" => "100%", "data-template-id" => "5419b732fbfb950b10de65e5", "data-theme" => "light"}
3
- / End TrustBox widget
1
+ / TrustBox widget - Micro Combo
2
+ .trustpilot-widget{"data-businessunit-id" => "595e64c60000ff0005a61ab2", "data-locale" => "en-US", "data-style-height" => "20px", "data-style-width" => "100%", "data-template-id" => "5419b6ffb0d04a076446a9af", "data-theme" => "light"}
3
+ / End TrustBox widget
@@ -1,5 +1,5 @@
1
1
  module Workarea
2
2
  module TrustpilotReviews
3
- VERSION = "1.1.0".freeze
3
+ VERSION = "1.1.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workarea-trustpilot_reviews
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laxmi Pattar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-25 00:00:00.000000000 Z
11
+ date: 2020-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: workarea