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

Releases: TextControl/txtextcontrol-reportingcloud-php

txtextcontrol-reportingcloud 1.5.0

25 Feb 06:43
Compare
Choose a tag to compare
  • Implemented the key culture in mergeSettings.
  • Restructured the resources directory.

txtextcontrol-reportingcloud 1.4.0

25 Feb 06:43
Compare
Choose a tag to compare
  • Implemented end-points:
    • /v1/proofing/check
    • /v1/proofing/availabledictionaries
    • /v1/proofing/suggestions
  • Updated AccountSettings property map with keys:
    • proofing_transactions
    • max_proofing_transactions
  • Refactored Validator unit tests.
  • Added script to download and build available dictionaries resource file.

txtextcontrol-reportingcloud 1.3.4

25 Feb 06:43
Compare
Choose a tag to compare
  • Implemented the mergeSettings option merge_html.
  • Minor updates to DocBlock documentation.
  • Improved code formatting quality.

txtextcontrol-reportingcloud 1.3.2

25 Feb 06:43
Compare
Choose a tag to compare
  • Unified auto-loading for files in /bin, /demo and /test.
  • Updated and added documentation.

txtextcontrol-reportingcloud 1.3.1

25 Feb 06:44
Compare
Choose a tag to compare
  • Updated and added documentation.
  • Removed Travis Building. See /doc/travis.md.

txtextcontrol-reportingcloud 1.3.0

25 Feb 06:44
Compare
Choose a tag to compare
  • Implemented end-point /v1/fonts/list.

txtextcontrol-reportingcloud 1.2.0

25 Feb 06:45
Compare
Choose a tag to compare
  • Updated zendframework/zend-servicemanager to ^3.2.
  • Added an image merging mergeDocument() demo.
  • Added script to /bin directory that reports on the environment in which it is running.
  • Added a basic mergeDocument() demo.
  • Renamed the advanced mergeDocument() demo.
  • Added documentation.

txtextcontrol-reportingcloud 1.1.0

25 Feb 06:45
Compare
Choose a tag to compare
  • Added new tests to check properties returned by getTemplateInfo() and getAccountSettings().
  • Minor refactoring of StaticFilter and StaticValidator components.
  • Minor refactoring, mainly of array iterations.
  • Added filter to convert boolean true and false to string 'true' and 'false' (required for compatibilty with backend).
  • Implemented 'test' parameter with property /test and related setter and getter.
  • Added unit tests for findAndReplaceDocument() method.
  • Refactored mergeDocument() and findAndReplaceDocument() methods.
  • Implemented end-point /v1/document/findandreplace.
  • Set default Content-Type HTTP header.

txtextcontrol-reportingcloud 1.0.12

25 Feb 06:46
Compare
Choose a tag to compare
  • Implemented end-point /v1/templates/info.

txtextcontrol-reportingcloud 1.0.11

25 Feb 06:46
Compare
Choose a tag to compare
  • Removed non-essential development dependencies from composer.json.
  • Set scrutinizer-ci to run tests and report on code coverage.