solidus_prototypes 1.5.0 → 1.5.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: 8ade6723e60a1ebd0d635ad0eeb130c624b41ce5f8c06fe33980e06242a51b21
|
4
|
+
data.tar.gz: cca5ab407bacf51209753f68fc254588beac0ec403186dd8404f5b4cacac9b8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96b44ffc08c2ed7ab028fa22f1bb31ae35bcc5352931f52df067eb93e3d87d3e04bad50fba6bbcdcf20c6697e2ab2039e18bc0d63e38fa718c4432691f6c6f07
|
7
|
+
data.tar.gz: d67fafaa645c547c6eae0ec94c4aecff712dd57b7d6d11bae25c9145cc108842fddde09760930a8aaec854b7b7b70dd5f3f6e71e9c117801d8457ecea5d9fcf2
|
data/CHANGELOG.md
CHANGED
@@ -1,20 +1,31 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [v1.5.1](https://github.com/solidusio-contrib/solidus_prototypes/tree/v1.5.1) (2024-04-19)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/solidusio-contrib/solidus_prototypes/compare/v1.5.0...v1.5.1)
|
6
|
+
|
7
|
+
**Merged pull requests:**
|
8
|
+
|
9
|
+
- Move prototype selector on top of product form [\#66](https://github.com/solidusio-contrib/solidus_prototypes/pull/66) ([sascha-karnatz](https://github.com/sascha-karnatz))
|
10
|
+
|
3
11
|
## [v1.5.0](https://github.com/solidusio-contrib/solidus_prototypes/tree/v1.5.0) (2024-04-17)
|
4
12
|
|
5
13
|
[Full Changelog](https://github.com/solidusio-contrib/solidus_prototypes/compare/v1.4.0...v1.5.0)
|
6
14
|
|
7
15
|
**Merged pull requests:**
|
8
16
|
|
17
|
+
- Admin UI fixes [\#62](https://github.com/solidusio-contrib/solidus_prototypes/pull/62) ([tvdeyen](https://github.com/tvdeyen))
|
9
18
|
- Fix option\_values\_hash form field name name [\#65](https://github.com/solidusio-contrib/solidus_prototypes/pull/65) ([tvdeyen](https://github.com/tvdeyen))
|
10
19
|
- Replace Deface Override with Deface DSL [\#64](https://github.com/solidusio-contrib/solidus_prototypes/pull/64) ([sascha-karnatz](https://github.com/sascha-karnatz))
|
11
|
-
- Add Solidus 4.0, 4.1, 4.2 and 4.3 support [\#63](https://github.com/solidusio-contrib/solidus_prototypes/pull/63) ([tvdeyen](https://github.com/tvdeyen))
|
12
|
-
- Admin UI fixes [\#62](https://github.com/solidusio-contrib/solidus_prototypes/pull/62) ([tvdeyen](https://github.com/tvdeyen))
|
13
20
|
|
14
21
|
## [v1.4.0](https://github.com/solidusio-contrib/solidus_prototypes/tree/v1.4.0) (2023-11-07)
|
15
22
|
|
16
23
|
[Full Changelog](https://github.com/solidusio-contrib/solidus_prototypes/compare/v1.3.0...v1.4.0)
|
17
24
|
|
25
|
+
**Merged pull requests:**
|
26
|
+
|
27
|
+
- Add Solidus 4.0, 4.1, 4.2 and 4.3 support [\#63](https://github.com/solidusio-contrib/solidus_prototypes/pull/63) ([tvdeyen](https://github.com/tvdeyen))
|
28
|
+
|
18
29
|
## [v1.3.0](https://github.com/solidusio-contrib/solidus_prototypes/tree/v1.3.0) (2023-03-27)
|
19
30
|
|
20
31
|
[Full Changelog](https://github.com/solidusio-contrib/solidus_prototypes/compare/v1.2.0...v1.3.0)
|
data/app/overrides/spree/admin/products/_form/prototypes_admin_products_form.html.erb.deface
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<!--
|
1
|
+
<!-- insert_top '[data-hook="admin_product_form_left"]' enabled -->
|
2
2
|
<% if f.object.new_record? %>
|
3
3
|
<%= f.field_container :prototype do %>
|
4
4
|
<%= f.label :prototype_id, Spree::Prototype.model_name.human %><br />
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solidus_prototypes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Graeme Nathan
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: deface
|