From: Verdon V. <ve...@us...> - 2009-03-04 14:48:21
|
Update of /cvsroot/phpwebsite-comm/modules/vshop/docs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21558/docs Modified Files: CHANGELOG Log Message: working on attributes Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/vshop/docs/CHANGELOG,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CHANGELOG 4 Mar 2009 14:42:24 -0000 1.6 --- CHANGELOG 4 Mar 2009 14:48:15 -0000 1.7 *************** *** 1,6 **** ! Version 0.7.0 -- Dec 2008 - Feb 2009 ------------------------------------------------------------------ ! + added support for product attributes ! + when saving an item, succes now returns with admin menu (thanks wendall) + fixed setting links var in navLinks function (thanks wendall) --- 1,5 ---- ! Version 0.7.1 -- Mar 2009 ------------------------------------------------------------------ ! + back-ported the following fixes to 0.6.1 + when saving an item, succes now returns with admin menu (thanks wendall) + fixed setting links var in navLinks function (thanks wendall) *************** *** 9,12 **** --- 8,15 ---- + improved some error checking in post item function (thanks wendall) + Version 0.7.0 -- Dec 2008 - Feb 2009 + ------------------------------------------------------------------ + + roughed in support for product attributes + Version 0.6.0 -- Dec 2008 ------------------------------------------------------------------ |