Another maintenance release for VirtueMart 1.0.x has arrived! It fixes some session (=cart) bugs and introduces the possibility to turn off the "restrict price display by user group" feature by configuration. (This feature can hide prices for certain user groups, but on some installations it displayed prices to unregistered users, but not to registered users or even to no user group.)
Patch packages for existing VirtueMart installations are ready for download.
Please note that users who have already updated their installations to VirtueMart 1.0.3 don't need to update the database structure. All other users should read the README.patch.txt in the patch packages (and must update their database structure!).
If the installation was done using the automatic component installer (not manual), you don't need to update the DB structure by hand - the patch will do that for you the next time you visit the shop in the backend.
VirtueMart 1.0.4 COMPLETE PACKAGE (1.2MB 2006-03-24 21:35:19)
VirtueMart 1.0.4 Manual Installation Package (2.0MB 2006-03-24 21:37:29)
Patch for VirtueMart 1.0.0 to VirtueMart 1.0.4 (1.1MB 2006-03-24 21:38:51)
Patch for VirtueMart 1.0.1 to VirtueMart 1.0.4 (1.1MB 2006-03-24 21:39:32)
Patch for VirtueMart 1.0.2 to VirtueMart 1.0.4 (1.0MB 2006-03-24 21:40:45)
Patch for VirtueMart 1.0.3 to VirtueMart 1.0.4 (323kb 2006-03-24 21:41:30)
Language Pack for VirtueMart 1.0.4 (650kb 2006-03-24 21:43:15)
CHANGELOG:
Legend:
# -> Bug Fix
+ -> Addition
^ -> Change
- -> Removed
! -> Note
--------------------------------------------------------------------------------------------------------------
VirtueMart 1.0.x
*************************************
23-03-2006 soeren
# Order "Print View" link lead to a 404 error
+ ProductScroller module: added the category_id parameter to the XML file, so you can now specify a category_id (or a comma-separated list of more than one category_id)
to filter the products by (multiple) category/ies
# Product Reviews are not added to the database, although the vote is added
20-03-2006 soeren
^ Payment method preselecection: the first displayed payment method is always pre-selected now
# "delete from cart" fails when the custom attribute value contains quotes
# can't assign more than one product type to a product
# Task #622 - Order Update Time is Wrong
# Task #601 - Show the Number of Products in a Category
+ for debugging: added '@ini_set( 'display_errors', 1 );' to virtuemart_parser.php
for making PHP errors visible
^ changed behaviour for HTTPS links when in HTTPS mode.
When the user is NOT on "checkout" or "account" pages, all links are generated using the http://... URL
This will allow leaving the HTTPS mode 2 after the order has been placed.
# Task #490 - adding attributes error on sub-items
# Task #518 - Reports miss same-day orders
# Task #558 - Bug in report basic module
^ showing "no image" image when a product thumbnail image is not available
# Task #470 - Close tablerow after Categorylisting
+ products can be viewed using the SKU now. Works for the product details page:
Instead of "&product_id=XX" just use "&sku=YY" where YY stands for the SKU of the product
# credit card number not checked on form submit, another bug, same reason: payment method can be left unchecked
+ added: autocomplete="off" to the credit card form to prevent sensible information being prefilled
+ Order item status update by manelzaera
# Task #617 - Wrong image path in account.billing.php
# Task #615 - Cannot add multiple Product Types to a Product
16-03-2006 soeren
# Sort ASC / DESC icon not working on Internet Explorer
# wrong query in payment module for Linkpoint (ps_linkpoint.php)
^ restricting prices by user access level can be completely
disabled in the shop administration now (useful for people using ACL extensions like JACL)
# manufacturer search code contained wrong SQL (shop_browse_queries.php) + various SQL fixes
14-03-2006 soeren
# Fixed the session problems (removed the call to session_id() and various lines of unnecessary code)
12-03-2006 soeren
# users, who are logged in, but not yet registered as customer/shopper
can't directly continue their "checkout" after registration as shopper
# users who are logged in, but have an empty "usertype" field don't see prices
# added $manufacturer_id support for caching pages
---- VirtueMart 1.0.3 released ----