Skip to content

v2.0.0

Compare
Choose a tag to compare
@AaronDDM AaronDDM released this 29 Mar 21:48
  • Removed support for PHP 7.1
  • Previously, if you passed in your own instance of XMLWriter into an instance of XMLWriterService, XMLWriter::openMemory was called from within the XMLWriterService. This did not allow for customizations made to the XMLWriter object prior to it being passed into XMLWriterService. In 2.0, you are required to call XMLWriter::openMemory prior to passing an instance into XMLWriterService.