From: Verdon V. <ve...@us...> - 2008-12-05 15:22:58
|
Update of /cvsroot/phpwebsite-comm/modules/vshop/docs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13083/docs Modified Files: CHANGELOG TODO Log Message: initial 0.7.0 work Index: TODO =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/vshop/docs/TODO,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** TODO 25 Nov 2008 15:19:31 -0000 1.1.1.1 --- TODO 5 Dec 2008 15:22:52 -0000 1.2 *************** *** 17,21 **** * done * add IP address to order * done * thanks screen after succesful checkout process ! should I set default texts in settings file? --- 17,21 ---- * done * add IP address to order * done * thanks screen after succesful checkout process ! * done * PROBLEMS WITH ID AND OPTION_NAME_ID BEING THE SAME WHEN MAKING OPTION VALUES should I set default texts in settings file? *************** *** 24,25 **** --- 24,27 ---- further improve notification messages improve thanks screen after succesful checkout process + + CLEAN UP ORPHANS WHEN DELETING OPTION SETS, VALUES, ITEMS, ??? \ No newline at end of file Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/vshop/docs/CHANGELOG,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CHANGELOG 3 Dec 2008 22:17:42 -0000 1.4 --- CHANGELOG 5 Dec 2008 15:22:52 -0000 1.5 *************** *** 1,2 **** --- 1,6 ---- + Version 0.7.0 -- Dec 2008 + ------------------------------------------------------------------ + + added support for product attributes + Version 0.6.0 -- Dec 2008 ------------------------------------------------------------------ |