~camptocamp/openerp-connector-magento/7.0-next-release-bundle-import-base

« back to all changes in this revision

Viewing changes to magentoerpconnect/CHANGES.rst

Allow the API and download of images to pass through a Basic HTTP Authentication

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
2.3.1.dev0 (unreleased)
5
5
~~~~~~~~~~~~~~~~~~~~~~~
 
6
 
6
7
* New helper in importer to import dependencies
7
8
* allow to customize the available versions without overriding the 'version' field
8
9
* New option 'Create Invoice On' on payment methods with options 'on paid', 'on validate'
9
10
* Using Magento on PHP 5.4 without using the compatibility patch would
10
11
  break syncs'. Correct solution is to install the patch on Magento
11
12
  though! http://magento.com/blog/magento-news/magento-now-supports-php-54
 
13
* Allow to use HTTP Auth Basic to connect to the Magento API
12
14
* Retry jobs when they hit a 502, 503 or 504 error
13
15
* Added missing scheduler for import of products
14
16
* Fix: calculate correctly the discount ratio on sales order lines (lp:1201590)