1) minor bugs fixed on drupal side 2) fixed "productFullInfo" API on magento side 3) created missing "allowedCountries" API on magento side 4) fixed "add to cart" button appearance 5) "Cart" block and page translated in English and removed dependencies from missing theme/site "cigale"
this resolve following issues
http://drupal.org/node/655232 - Integration mangento with drupal
http://drupal.org/node/660158 - Missing files in magento_orders module
1) "Cart" block dynamic update on adding product to cart fixed.
2) "Product" content type CCK fields settings fixed in installation file (previously contain bug that cause all "select" like input fields to be broken)
3) "Synchronize Products into Nodes" functionality on "Magento Synchronization Settings" admin page fixed (previously contain logic fault that prevent products to be fully synchronized and cause many errors/warnings until product was manually updated from magento side)
this fix following bug
http://drupal.org/node/604428 - critical - Warning while syncronising first time
1) New functionality added (i guess it should be there by default): product-category relation save when manage categories in magento (i.e. when adding products to category from category edit interface in magento), previously this relation was synced only if you add category to product in product edit interface, all changes made in category edit interface was not synced (new code affect both drupal and magento sides).
3) minor fix on drupal side.