spree_square 0.1.2 → 0.1.3
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 +4 -4
- data/CHANGELOG.md +10 -0
- data/lib/spree_square/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75fa1684fc6a84f266e00c694aefe4437388c4fab672e9fc71a161381ea8aacb
|
|
4
|
+
data.tar.gz: 9e6b870b0ec92897f5b345833ac5eb28b6c18a2428db39cca5b3cb0c343de327
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e7c9d2be77ed4a34c6296c84683c17af0b46d2faec6aeb8d863811bcb9f56d887cd00ea9fdffb048524d1ddff723805d2206a7b67af92be4e684b09c279b0d3
|
|
7
|
+
data.tar.gz: 8ec827290263e9574bab4003ab5e5e1e0d4a72adfa99552ba90021eaa8f5d334f2110c635bfc194627f3bc714b16a048475642497f9a4d8f21a5aa2c59274053
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented here.
|
|
4
4
|
|
|
5
|
+
## 0.1.3
|
|
6
|
+
|
|
7
|
+
- New demo menu content: a "Pizzas" category with 5 standalone pizzas plus a
|
|
8
|
+
Build-Your-Own Half & Half Pizza (two stacked SINGLE-select modifier lists,
|
|
9
|
+
"Left Half"/"Right Half", sharing the same 5 toppings) — the concrete
|
|
10
|
+
real-world case for two independent modifier lists stacked on one item.
|
|
11
|
+
Also 2 new combo items (Burger Combo, Family Feast Combo), joining the
|
|
12
|
+
existing Lunch Combo. Demo menu is now 45 items across 8 categories (up
|
|
13
|
+
from 37/7).
|
|
14
|
+
|
|
5
15
|
## 0.1.2
|
|
6
16
|
|
|
7
17
|
- Two new demo menu items (a build-your-own bowl with stacked modifier lists, a combo meal with
|
data/lib/spree_square/version.rb
CHANGED