This repository was archived by the owner on Sep 10, 2023. It is now read-only.
txtextcontrol-reportingcloud 1.7.0
·
364 commits
to master
since this release
- Added method
uploadTemplateFromBase64($data, $templateName)to upload templates stored in a string, in addition to on the filesystem. - Added
Base64Datavalidator to validate$datapassed touploadTemplateFromBase64($data, $templateName). - Refactored
uploadTemplate($templateFilename)to useuploadTemplateFromBase64($data, $templateName).