Skip to content

2.3.0

Compare
Choose a tag to compare
@odan odan released this 30 Dec 14:54
· 36 commits to master since this release

Added

  • Add preserveWhiteSpace to create a validator instance that does not remove redundant white spaces. #15 Thanks to @iBullRay
$signatureValidator = new XmlSignatureValidator(false);