docx4j 11.5.11 is now available.
(docx4j 11.5.10 is identical and that release number is skipped)
To get this release, please see https://www.docx4java.org/downloads.html
Changes in this release:
OLE handling:
- change default, so OleObjectBinaryPart is compressed by default on save for reduced file sizes.
If you need the old behaviour (eg for playing WMV files in 32-bit Powerpoint 2010),
then set new property docx4j.openpackaging.io3.stores.ZipPartStore.shouldCompress.OleObjectBinaryPart=false
- refresh of POI poifs code
Import "Strict" docx|pptx|xlsx - correct font size handling; sectPr pgSz pgMar cols points to twips
Mechanism to allow the user to supplement the standard MicrosoftFonts.xml with additional entries
Bump certain deps; various bug fixes

