From: Verdon V. <ve...@us...> - 2009-03-04 15:33:13
|
Update of /cvsroot/phpwebsite-comm/modules/vshop/boost In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv756/boost Modified Files: Tag: VSHOP-0-6-1 boost.php update.php Log Message: 6.0.1 backports from future Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/vshop/boost/boost.php,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** boost.php 2 Dec 2008 19:43:12 -0000 1.2 --- boost.php 4 Mar 2009 15:29:51 -0000 1.2.2.1 *************** *** 24,28 **** $proper_name = 'vShop'; ! $version = '0.6.0'; $register = false; $unregister = false; --- 24,28 ---- $proper_name = 'vShop'; ! $version = '0.6.1'; $register = false; $unregister = false; Index: update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/vshop/boost/update.php,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** update.php 3 Dec 2008 20:37:45 -0000 1.2 --- update.php 4 Mar 2009 15:29:54 -0000 1.2.2.1 *************** *** 28,32 **** switch ($currentVersion) { ! case version_compare($currentVersion, '0.6.0', '<'): $content[] = '<pre>'; --- 28,32 ---- switch ($currentVersion) { ! case version_compare($currentVersion, '0.6.1', '<'): $content[] = '<pre>'; *************** *** 37,41 **** vshopUpdateFiles($files, $content); ! $content[] = '0.6.0 changes ---------------- + added is_array checks to links() array_merge in dept and item class --- 37,41 ---- vshopUpdateFiles($files, $content); ! $content[] = '0.6.1 changes ---------------- + added is_array checks to links() array_merge in dept and item class *************** *** 45,48 **** --- 45,53 ---- + added ability to have free shipping on orders over $xx.xx + added ability to change order status from within list view + + 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) </pre>'; |