forked from boomerdigital/solidus_flexi_variants
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Versionfile
23 lines (23 loc) · 1.04 KB
/
Versionfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# this was pre-deface-stable. Honestly, I'm a bit confused at the moment regarding the differences between pre-deface-stable and spree-0-60-stable
#
# there have been many attempts to stay current as spree has progressed
#
# One challenge is there was a new railtie calculator registration that caused me to have to create another branch
#
# Another was maintaining a deface/non-deface version
#
# I'm not sure how much effort I'm going to put in to sorting out these older versions as it's non-trivial.
#
# if your are on spree 0.60, try spree-0-60-stable, and if that isn't working, try pre-deface-stable.
#
"3.2.x" => { branch: "master" }
"3.1.x" => { branch: "spree-3-2-stable" }
"3.1.x" => { branch: "spree-3-1-stable" }
"3.0.x" => { branch: "spree-3-0-stable" }
"2.4.x" => { branch: "spree-2-4-stable" }
"2.2.x" => { branch: "spree-2-2-stable" }
"1.2.x" => { branch: "spree-1-2-stable" }
"1.1.x" => { branch: "spree-1-1-stable" }
"1.0.x" => { branch: "spree-1-0-stable" }
"0.70.x" => { branch: "spree-0-70-stable" }
"0.60.x" => { branch: "spree-0-60-stable" }