Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

txtextcontrol-reportingcloud 1.7.0

Choose a tag to compare

@jonathanmaron jonathanmaron released this 25 Feb 06:21
· 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 Base64Data validator to validate $data passed to uploadTemplateFromBase64($data, $templateName).
  • Refactored uploadTemplate($templateFilename) to use uploadTemplateFromBase64($data, $templateName).