-
Notifications
You must be signed in to change notification settings - Fork 35
/
changelog.txt
45 lines (39 loc) · 1 KB
/
changelog.txt
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
0.9
---
- Added optional cartId property to EShoppingCart (rak)
- Renamed onUpdatePoistion to onUpdatePosition (rak)
- Fixed the bug when ECartPositionBehaviour is attached multiple times (rak)
- Added ability to connect EShoppingCart by necessity (rak)
0.8
---
- Added ECartPositionBehavior::setDiscountPrice (Sam Dark)
- Added EShoppingCart::setDiscountPrice (Sam Dark)
0.7
---
- Updated English readme (Sam Dark)
- Refactor: renamed variables and methods.
- Updated documentation.
- Add Discounts.
- Add new Methods.
- Add Events.
- New Unit tests.
0.6
---
- New naming conventions.
- English readme.
0.5rc2
------
- Fixed bug when product count was set to zero when restoring from session.
- Changed behaviour of put() method.
- Added update() method. Updates cart object info.
0.5
---
- Now only IECartPosition object could be put into cart.
- Method names changed.
- Unit tests.
- PHP native interface checks.
- Renamed cart class to CShoppingCart.
- Single model can be put in array style.
0.2
---
- Initial relase.