Order Export to Lexware for WooCommerce - OpenTRANS Changelog

← Order Export to Lexware for WooCommerce - OpenTRANS

24 releases  ·  Subscribe via RSS

2.0.0

  • NEW: added ability to leave item name empty.
  • NEW: added debug view for already exported.
  • REFACTOR: Get orders by id: not relying on ‘exclude’ parameter anymore.

1.9.0

  • NEW: Support for variant attributes long description
  • REFACTOR: improved updater class
  • FIX: Now exports the variation id if available

1.8.0

  • NEW: Added setting to run export at a specific time.

1.7.0

  • NEW: E-Mail export: all orders in one file.
  • REFACTOR: Better handling of tmp directory needed for export.

1.6.3

  • IMPROVEMENT: Adding Blog Name to E-Mail subject
  • FIX: Hardening Filesystem permissions

1.6.2

  • FIX: For new installation there was a PHP notice.
  • FIX: Fatal Error in some multisite installations
  • FIX: Improved access to filesystem for Cronjob. Please make sure that the sending of orders still works if you have other FS methods, then “direct”. Check the logs.

1.6.1

  • FIX: With cron job the shipping cost were not always exported.

1.6.0

  • BREAKING CHANGE: In automated Export you need to specify a start order date now. Please check your settings after install.
  • NEW: Convert country iso-2 to short name
  • NEW: Shipping cost as order remark
  • NEW: Fill empty shipping or billing e-mail
  • NEW: More export schedules
  • NEW: compatible with WP Multisite
  • NEW: License key is now masked
  • FIX: Minor security fixes.

1.5.0

  • support for new WooCommerce Versions

1.4.1

  • compatibility with 6.2

1.4.0

  • NEW: Value of <NAME\>, <NAME2\>, <NAME3\> is now configurable.
  • FIX: shipping address is not always overwritten anymore
  • FIX: sometimes order time was not exported correctly
  • FIX: error message in admin not correctly shown
  • IMPROVEMENT: Removed in PHP8.1 deprecated strftime()

1.3.5

  • NO changes. 1.3.4 zip file was outdated.

1.3.4

  • IMPROVEMENT: more debug logging.
  • FIX: automated export was not always working.

1.3.2

  • Fix: minor security
  • Refactor: improved updater

1.3.1

  • FIX: broken translations

1.3.0

  • company name is now <name3>. And first name tags are used for personal name.
  • replaced invoice_recipient with buyer

1.2.4

  • FEATURE: added one file per order setting
  • Improved logging

1.2.3

  • FIX: after deactivation and activation scheduler was not resumed
  • IMPROVEMENT: Better debug logs

1.2.2

  • added config for custom log.
  • fix filesystem access

1.2.1

  • added debug tab, to show last exported orders

1.2.0

  • complete refactor of automated export.
  • added order status filter and more
  • no hook directly in woo order anymore
  • use scheduler now.

1.1.0

  • added automated exports per mail

1.0.1

  • fixing a notice error for prepare.

1.0.0

  • initial Version