It is available for download now... Upgrading from previous is an interesting conversation. I didnt really consider that since the previous one didnt work on 1.3.8a...
I know that it installs on top of 1.3.8a. So if you are presently running 1.3.8a you SHOULD be fine. The install.txt file lists the 2 modules that are changed from the base 1.3.8a. If you didnt install any custom code, or any other downloads that replace those 2 modules, this should drop on top just fine (backup backup backup). You should DIFF the code just to be comfortable that there are no other difference afoot.
As far as the DB is concerned, I added 1 new field to 1 table.
To change the DB from the 1.3.7 version (0.95) to the one I packaged in 0.96
You need to do this sql AFTER YOU BACKUP..... TRY THIS ON A TEST DATABASE FIRST!!!!!
ALTER TABLE `product_auction_extra` ADD `bid_minimum_increase` DECIMAL( 10, 2 ) NOT NULL DEFAULT '0';
Cheers!
Bookmarks