From: Verdon V. <ve...@us...> - 2009-03-04 15:33:11
|
Update of /cvsroot/phpwebsite-comm/modules/vshop/docs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv756/docs Modified Files: Tag: VSHOP-0-6-1 CHANGELOG Log Message: 6.0.1 backports from future Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/vshop/docs/CHANGELOG,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** CHANGELOG 3 Dec 2008 22:17:42 -0000 1.4 --- CHANGELOG 4 Mar 2009 15:33:04 -0000 1.4.2.1 *************** *** 1,2 **** --- 1,11 ---- + Version 0.6.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) + + fixed bug preventing add to cart when inventory was not being used + and qty in stock is 0 (thanks wendall) + + improved some error checking in post item function (thanks wendall) + Version 0.6.0 -- Dec 2008 ------------------------------------------------------------------ |