spree_page_builder 5.4.0 → 5.4.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b084048f7c47becd87526b8481434999e5e17dd68e205c36038369deb8f23b1
|
|
4
|
+
data.tar.gz: b2465509bc6a5af6d46778aa9f5725eccc3bcf8b8e708b0f797e08d4f422420c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d214f8afce1a4460d4355af8b8dd1068bdf20afaae315e876ca935c4fcd4a6dd475d6fda306ba197402870e8118c9aa57f1407c53e9559c80227f569eae8615
|
|
7
|
+
data.tar.gz: 1af2c58c1469003c6832980c78f5dc543c53a244c3c13bd0a3c5c3ee24c502c743baef3bfce2660fc701c2f8b8aec2eb608eba3f2daede4c7f137cb3323ef494
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<% end %>
|
|
30
30
|
</div>
|
|
31
31
|
</div>
|
|
32
|
-
<%
|
|
32
|
+
<% if current_store.respond_to?(:default_custom_domain) && !current_store.default_custom_domain&.active? %>
|
|
33
33
|
<div class="card-footer border-t p-2">
|
|
34
34
|
<%= link_to_with_icon 'world-www', 'Connect your own domain', spree.admin_custom_domains_path, class: 'btn btn-secondary w-full py-2' %>
|
|
35
35
|
</div>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
</div>
|
|
16
16
|
<br />
|
|
17
17
|
|
|
18
|
-
<%
|
|
18
|
+
<% if current_store.respond_to?(:default_custom_domain) && !current_store.default_custom_domain&.active? %>
|
|
19
19
|
<div class="alert alert-info inline-flex items-center py-2 pr-2">
|
|
20
20
|
<div class="flex items-center">
|
|
21
21
|
<span>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_page_builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.4.
|
|
4
|
+
version: 5.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vendo Connect Inc.
|
|
@@ -300,9 +300,9 @@ licenses:
|
|
|
300
300
|
- AGPL-3.0-or-later
|
|
301
301
|
metadata:
|
|
302
302
|
bug_tracker_uri: https://github.com/spree/spree-rails-storefront/issues
|
|
303
|
-
changelog_uri: https://github.com/spree/spree-rails-storefront/releases/tag/v5.4.
|
|
303
|
+
changelog_uri: https://github.com/spree/spree-rails-storefront/releases/tag/v5.4.1
|
|
304
304
|
documentation_uri: https://docs.spreecommerce.org/
|
|
305
|
-
source_code_uri: https://github.com/spree/spree-rails-storefront/tree/v5.4.
|
|
305
|
+
source_code_uri: https://github.com/spree/spree-rails-storefront/tree/v5.4.1
|
|
306
306
|
rdoc_options: []
|
|
307
307
|
require_paths:
|
|
308
308
|
- lib
|