File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111Vanilo's aim is that ** Laravel developers** can ** rapidly** create E-commerce applications with ** pleasure** .
1212
13- ## Development Version
14-
15- > [ !WARNING]
16- > You are browsing the unstable, v5.x version of this repository!
17- >
18- > Do not use this branch in any real projects yet, as it's a subject of heavy changes!
19-
20- > [ !NOTE]
21- > Vanilo v5 is expected to be released in April 2025, but there's no final deadline yet.
22-
23- For the stable version see the ` 4.x ` branch.
24-
2513## Stable Version
2614
2715#### 4.x
Original file line number Diff line number Diff line change 33## Release Checklist
44
55- Modify Changelog and manifest entries
6- - Commit as ` Release v4 .x.y ` (DO NOT TAG IT!)
6+ - Commit as ` Release v5 .x.y ` (DO NOT TAG IT!)
77- Push to master
88- Run ` build-tools/split.sh `
99- When not all the modules will be released, then change line 52 in ` release.sh ` temporarily
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ git tag $VERSION
4949git push origin --tags
5050
5151# Tag Components
52- for REMOTE in adjustments cart category channel checkout contracts links master-product order payment product promotion properties shipment support taxes
52+ for REMOTE in adjustments cart category channel checkout contracts links master-product order payment product promotion properties shipment support taxes translation video
5353do
5454 echo " "
5555 echo " "
You can’t perform that action at this time.
0 commit comments