Releases: AaronDDM/XMLBuilder
Releases · AaronDDM/XMLBuilder
v2.0.3
Changes
- Fixed PHP 8.1 compatibility issue @PendalF89
- Small code-clean up @PendalF89
v2.0.2
v2.0.1
v2.0.0
- 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.
v1.0.2
- Regex fix for "XML Tag Name" @deniskoronets