uDropship:
===== 2.0.0 =====
* Fixed "Delivery Method" filter in vendor interface
* Fixed vendor::getShippingMethods now shows only methods that could be used by vendor
based on preferred carrier and overrides, otherwise filter them out
* Added shipping methods validation on vendor save - notify of methods that can't be saved
* Added carriers/udropship/free_shipping_allowed wrapper to enable/disable both free shipping at once
* Added carriers/udropship/freeweight_allowed to control usage of free weight during free shipping
* Added extended dependSelect in config to support chain of depends
* Added Unirgy_Dropship_Model_Mysql4_Setup::createDependConfigPath
to add new config depend fields that have existing dependent fields
* Fixed vendor area "inform retailer" $partialQty = 0 not included in notification email
* Fixed Fedex label printing after magento moved to webservice rates (ce 1.6.0)
* Fixed workaround for duplicate PO problem
* Added ability to modify shipping origin from vendor interface
* Fixed compatibility with 1401 when payment method action is sale (order not split to POs during place)
* Fixed handling calculation for Item Separate Rate with Fixed handling fee per package
* Changed "Limit to zipcodes" vendor preference.
Now expect rules to be separated by new line, comma or semicolon.
And does not clear whitespace inside rules to be compatible with UK zipcodes that contain spaces.
* Added array_merge_n helper function to recursive merge with numeric keys preserve carrier methods on
Sales > Dropship > Shipping Methods > Shipping Edit > "Associated System Methods" tab
to support carriers that have numeric method codes like Webshopapps_Wsaupsfreight module
* Fixed compatibility with ce1.6/ee1.11
related to db field change from sales_flat_shipment_track.number to sales_flat_shipment_track.track_number
* Added show gift messages in vendor notification emails
* Fixed addVendorSku caused by inconsistency between Varien_Object::__call and Varien_Object::hasData methods
(first use isset, second array_key_exists - not compatible for NULL values)
* Added '* Use Estimate' carrier override option to stick with 'Use Rates Fallback Chain' functionality
* Added vendor option 'Use Rates Fallback Chain'
* Fixed statement pdf adjustment in po rows price formatted
* Added product attribute 'Dropship Rates Calculation Type' (calculate rate separately per row/item in cart)
uDropship Batch:
===== 2.0.6 =====
* Added inventory import optimizations and related "Reindex Type" vendor field
* Added giftmessages export via
[order.gift_message_from]
[order.gift_message_from_with_label]
[order.gift_message_to]
[order.gift_message_to_with_label]
[order.gift_message_text]
[order.gift_message_text_with_label]
[order.gift_message_combined]
and related [order_item.*]
* Added [vendor] to export vars
* Added export of [system_carrier_title], [system_carrier_code], [system_method_title], [system_method_code]
* Added support to export [udropship_method_code], [udropship_method_title]
regardless if it's splitrate or bare udropship (using helper('udropship')::mapSystemToUdropshipMethod($code, $vendor))
* Fixed skip directories in wildcard locations
===== 2.0.3 =====
* Added ability to import stock by vendor_sku
* Added import adapters
* Added ability to export multiple files per location (file per PO or other type of grouping defined in custom adapter)
* Added ability to use wildcard in locations to import multiple files per location
* Added tracking of last import timestamp (with a timezone configuration of location) to further import only new files
* Added actions on imported files (delete, rename, move, rename+move)
* Added usage of IO models with common interface to process locations
* Added support for priority field import
* Added ability to import new vendor/product associations via inventory import
* Added support for new inventory import column stock_qty_add for stock increment/decrement
* Added instant batch orders export method
* Added extended template filter to support constructs like
{{depend order.getInvoiceCollection().count()}}{{var order.getInvoiceCollection().getFirstItem().getCreatedAt()}}{{/depend}
* Fixed usage of bcc
uDropship Microsite:
===== 2.0.0 =====
* Fixed vendor custom theme for admin area (Manage Products setting)
* Fixed "Product attributes to HIDE from vendors" compatibility with 1.6.x
* Added "From URL Path (domain.com/vendor)" option to udropship/microsite/subdomain_level
* Added option 'udropship/microsite/front_show_all_products' to show all associated products
vendor defined both in udropship_vendor attribute and in multivendor assignment
* Added option "Stick microsite products in cart"
Products that added to cart from vendor microsite will be stuck to that vendor regardless of decision method.
"Yes and display vendor" - will display vendor name as item custom option.
* Added "Limit Categories" vendor preference
* Added "Limit Websites" vendor preference and filter store switcher
uDropship MultiVendor:
===== 2.0.0 =====
* Added optimization for huge inventory update
* Added support for stock_qty_add field during stock update (for increment/decrement)
* Added extra priority condition
* Fixed authenticate problem when using non-unique emails
* Added consider of 'skip_udmulti_load' product collection flag
* Fixed stock check problem due to stock item assigned to cart product multiple times
* Added options to 'Configuration > Drop Shipping > Product Stock Options'
- 'Vendor Decision Method For Reassign' separate decision method used to check vendors stock when doing reassign
- 'Skip Stock Check For Reassign'
* Fixed addVendorSku caused by inconsistency between Varien_Object::__call and Varien_Object::hasData methods
(first use isset, second array_key_exists - not compatible for NULL values)
uDropship Advanced PO:
===== 2.0.0 =====
* Added option "Hide vendors that failed stock check on admin area Create PO page"
* Added show gift messages in vendor notification emails
* Added options to 'Configuration > Drop Shipping > Product Stock Options'
- 'Vendor Decision Method For Reassign' separate decision method used to check vendors stock when doing reassign
- 'Skip Stock Check For Reassign'
* Fixed invoiceShipment
- capture offline when garnd_total=0
- wrap in transaction in case it's executed not from transaction context
* Added "Do Not Automatically Generate PO" flag in admin order create page
* Added ability to modify costs of existing POs
* Fixed udpos tab grid action on order page
uDropship SplitRate:
===== 2.0.0 =====
* Fixed check for virtual products
* Added support for extra charge cloned shipping options
* Added compatibility with wildcard "* Any available" udropship shipping method definition
* Added ability to setup default shipping method per vendor
* Added compatibility with some external checkouts (as if defaults selected)
Source: http://www.unirgy.com/products/udropship
uDropship Batch:
===== 1.5.0 =====
* Added log po status change in batch exportUpdatePOsStatus/importUpdatePOsStatus
* Added filter when exportUpdatePOsStatus to eliminate duplicate status update on export when doing retry dists
* Added ability to import stock by vendor sku
* Added remove redundant 4 digits precision with value*1 (only for [var.subvar] syntax)
* Fixed grid rows update after import
uDropship Microsite:
===== 1.4.4 =====
* Added layered navigation on microsite home page (root category must be anchor!)
* Fixed product list sorting and paging on microsite home page
uDropship MultiVendor:
===== 1.4.8 =====
* Added addVendorSku functionality and revamp assignVendorSku
from now vendor_sku stored in po items rather then constantly fetched from products
* Added sync multivendor stock with magento stock when save products from vendor interface and admin vendor edit page
* Fixed is_scalar(null) issue on some invocations of helper::getMultiVendorData
uDropship Payout:
===== 1.1.3 =====
* Fixed move udpo related install code into udpo
* Fixed paypal method in live mode (https://www.paypal.com/wsdl/PayPalSvc.wsdl intended for live environment refer sandbox urls)
uDropship Advanced PO:
===== 1.6.4 =====
* Moved everything from Unirgy_DropshipPo_Model_Batch to Unirgy_DropshipBatch_Model_Batch with conditions check
* Extended udropship/purchase_order/autoinvoice_shipment option
this allows invoice whole order on first shipment as a workaround
to support payment methods that does not have partial capture
* Added checks and special treatment of virtual items
* Added option udropship/purchase_order/create_po_allow_change_costs
Allow change costs when manualy create po
* Added format costs as prices on po view, add row cost column on po view page
* Added ability to resend vendor po notifications
* Added separate hide_udpo_pdf_shipping_amount option to hide amounts in po pdf
* Fixed Transactional Emails not showing up in System > Transactional Emails > Add New Template
* Fixed grid rows update after import with DropshipBatch
* Fixed udpos grid tab on order page
===== 1.6.0 =====
* Added configuration to not allow vendors to change PO status (from/to)
* Added integration with new module uDropship PO MPS
* Added error notifications by email (label_request_failed,poll_tracking_failed,poll_tracking_limit_exceeded)
* Fixed Mage_Sales_Model_Order_Invoice::isLast() magento core bug for partial invoicing
* Fixed auto-invoicing in some cases
* Fixed compatibility with 1.3.2.4
* Fixed showing transactional emails in System > Transactional Emails > Add New Template
uDropship SplitRate:
===== 1.4.3 =====
* Added option to hide items amounts and subtotal on shipping method page
* Added option to hide vendor names on checkout
* Added compatibility with magento >1.5.0.1 changes in checkout review template
caused problems with authorize.net direct post
* Fixed problem on checkout when all vendor items virtual
* Fixed potential problem when custom code tries to do something with product type model
Source: http://www.unirgy.com/products/udropship