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: 90f94cb13627efd23d918c9faadc003c54cb283d004583ac0e43a6781d315313
4
- data.tar.gz: a9a74751289418a0927c211e322ee7bb62fb4fe23148002c0cc9db9c18e39627
3
+ metadata.gz: 8ade6723e60a1ebd0d635ad0eeb130c624b41ce5f8c06fe33980e06242a51b21
4
+ data.tar.gz: cca5ab407bacf51209753f68fc254588beac0ec403186dd8404f5b4cacac9b8b
5
5
  SHA512:
6
- metadata.gz: 9a7767d35181a881c1b8ee5dc141f6d3150d27788a206286adb1373bc68c4736266e78e965adb65b92563dc041f50f13be22f18edd7dd19a026a0a5a9850c4ec
7
- data.tar.gz: 791398d09ee5122b45c07ed201d184ea5fcd419f3e70c953a3f2013bd7ce1fb9ebf77cbc9ff93f6601a501c9addb4ccfb3b8580159cdfc66fa3a3ba7860a2267
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)
@@ -1,4 +1,4 @@
1
- <!-- insert_before '[data-hook="admin_product_form_taxons"]' enabled -->
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 />
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidusPrototypes
4
- VERSION = '1.5.0'
4
+ VERSION = '1.5.1'
5
5
  end
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.0
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-17 00:00:00.000000000 Z
11
+ date: 2024-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface