forked from spree/spree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
59 lines (38 loc) · 1.58 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
== 0.3.0
* Initial support for initialization
* Rails 2.1 support
* #38 - Credit card numbers are being logged
== 0.2.0 2008-06-05
* Extension support.
* Improved user/address model.
* Improved payment gateway configuraiton.
== 0.0.9 2008-04-23
* Changed source code layout. Spree now runs in stand alone, gem and application modes.
* Removed dependency on Engines plugin.
* Removed free tagging (will be made obsolete by categorization features in upcoming release)
* #20 - Product images in arbitrary order.
== 0.0.8 2008-03-27
* Fixed a few new bugs introduced by the variant refactoring
* Replaced some instances of the old Railscart logo
== 0.0.7 2008-03-26
* Fixed an error with improperly named helper in one of the mailers (this was preventing checkout)
* Removed several trivial references to old project name
== 0.0.6 2008-03-26
* Now properly requires the mini_magick dependency
* Fixed a few minor rake task issues
* Other very minor bug fixes
== 0.0.5 2008-02-26
* Test release of the newly named gem (formerly known as railscart)
== 0.0.4 2008-02-12
* Cookie sessions (no more db sessions)
* Streamlined migration stuff
* Removed database.master.yml configuration stuff (no longer really necessary)
* Improved data model for images
* Fixed --edge option to point to new railscart SVN location
== 0.0.3 2008-02-07
* Added --edge option to railscart command (which gets latest version of all plugins from SVN.)
* Refactored the product optioning stuff.
== 0.0.2 2008-01-29
* Additional gem release testing.
== 0.0.1 2008-01-29
* Initial release. Test of gem release mechanism.