Download here
http://dev.virtuemart.net/attachments/download/694/com_virtuemart.2.5.5_extract_first.ziphttp://dev.virtuemart.net/attachments/download/695/VirtueMart2.5.5_Joomla_2.5.19-Stable-Full_Package.zipin vm2.5.5
added virtuemart administration module
"new" template vmbeez5 (of course mainly a clone of Angie Radtkes template)
fixed content plugins
fixed neighboured products for product sales.
in vm2.5.4
better mails for ask a question, recommened to a friend, etc,...
Category view with only manufacturer id works now. Please test all types of orderings.
raw changelog
Features:
- Moved language to the component folder
- new Sample Data
- Joomla Virtuemart Complete Installer
- Added GTIN and MPN
- automatically encryptes storing of fields in the database.
- stockable Plugin: Added functionality to order/reorder child products
- vmText,vmRequest and vmjsapi.php in own files/added them for BC to vm2.0
- added plgVmCouponInUse
- Added check in cart to get cart variant if not in productdetails form
- Added login for ask a question, recommend a product
- added multiple products for add to cart popup
- added cleaning of cache if config is stored
- added recaptcha for registration and ask a question/recommened to a friend
- Proper use of MyISAM and InnoDB according to its intended use.
Bugfixes:
- paypal response fixes
- Paypal Amount displayed in payment currency
- klarnacheckout live URI fix
- authorize: error message fix when invalid date
- removed stupid block which prevent managers to enter the BE (the "you are not vendor of the store problem")
- old ACL of vm is completly removed, proxy functions are still there, but using joomla authorization internally
- changed some more JText to vmText to prevent cutted description of customfields
- Fixed ordering of customfields
- changed slug filter, creates nicer slugs
- weight and length units should now be correctly displayed (and stored) for childs
- added deletion of customfields if a protocustom is deleted.
- Customfields values can be an array (multiple input)
- Userfields select list with size
- changed all xhtml to false, except for pdf creation
- Fallback for using tcpdf 6 with vm2.0
- added a fix, so that shoppergroups can be easier manipulated by session
- Pagination uses $limitStart = JRequest::getInt ('limitstart', 0); if you change the category/manufacturer
- coupon expiry date fix
- plgVmOnUserfieldDisplay userId fallback
- fix for double optin (thread
account activation link problem)
- small enhances for calculator makes it possible to use the variant prices better within rules
- fixed country/state dropdown
- Cart controller now uses fallback to set the shipment/payment id of the cart in case the Request is empty
- one form for the cart, found BC solution
- fixed problem with TOS and agreed default set to 1
- fixed auto login if registering in checkout
- reviews emails: not sending an email when the review has not been saved.
- a lot of minors, little fallbacks, small completions, added a missing returns, added initialising of a variable ....
- replaced deprecated key_exists by array_key_exists