Skip to content

6.1.2

Choose a tag to compare

@joostverhoog joostverhoog released this 04 Feb 15:31
· 20 commits to master since this release
febbe79

Updated compatibility:

  • This version supports Mendix 8.12.5 and higher
  • This version is compatible with Excel Importer 9.0.1

Fixed four issues:

  • We fixed a typo: in MxSheet_NewEdit, "Colomn settings" is now "Column settings"
  • We fixed an image reference in MxSheet_NewEdit. The Search button used to show the Search image from ExcelImporter, now it shows the same image, but from the System module.
  • The Sequence text box in MxSheet_NewEdit is now editable
  • We fixed an issue when one of the values in a CSV file is empty. This used to output "null", now it outputs nothing.

Upgraded dependencies:

  • Upgraded apache poi from 4.1.1 to 4.1.2
  • Upgraded joda time from 2.10.5 to 2.10.9
  • Upgraded opencsv from 5.0 to 5.3
  • Upgraded replication to be the same as Excel Importer 9.0.1

Renamed userlib jars to have the same names as Excel Importer 9.0.1:

  • commons-codec.commons-codec-1.13.jar (used to be commons-codec-1.13.jar)
  • org.apache.commons.commons-collections4-4.4.jar (used to be commons-collections4-4.4.jar)
  • org.apache.commons.commons-compress-1.19.jar (used to be commons-compress-1.19.jar)
  • org.apache.commons.commons-math3-3.6.1.jar (used to be commons-math3-3.6.1.jar)