Skip to content

0.18.0 (2021-02-12)

Full Changelog

Enhancements

Bug fixes

  • Fix image stroke in libreoffice 7.x #1992 (@Adizbek)
  • Fix deprecated warning for non-hexadecimal number #1988 (@Ciki)
  • Fix limit not taken into account when adding image in template #1967 (@jsochor)
  • Add null check when setComplexValue is not found #1936 (@YannikFirre)
  • Some document have non-standard locale code #1824 (@ErnestStaug)
  • Fixes PHPDoc @param and @return types for several Converter methods #1818 (@caugner)
  • Update the regexp to avoid catastrophic backtracking #1809 (@juzser)
  • Fix PHPUnit tests on develop branch #1771 (@mdupont)
  • TemplateProcessor cloneBlock wrongly clones images #1763 (@alarai)

Miscellaneous