This repository was archived by the owner on Sep 10, 2023. It is now read-only.
Releases: TextControl/txtextcontrol-reportingcloud-php
Releases · TextControl/txtextcontrol-reportingcloud-php
txtextcontrol-reportingcloud 1.5.0
- Implemented the key culture in
mergeSettings. - Restructured the
resourcesdirectory.
txtextcontrol-reportingcloud 1.4.0
- Implemented end-points:
/v1/proofing/check/v1/proofing/availabledictionaries/v1/proofing/suggestions
- Updated
AccountSettingsproperty map with keys:proofing_transactionsmax_proofing_transactions
- Refactored
Validatorunit tests. - Added script to download and build available dictionaries resource file.
txtextcontrol-reportingcloud 1.3.4
- Implemented the
mergeSettingsoptionmerge_html. - Minor updates to DocBlock documentation.
- Improved code formatting quality.
txtextcontrol-reportingcloud 1.3.2
- Unified auto-loading for files in
/bin,/demoand/test. - Updated and added documentation.
txtextcontrol-reportingcloud 1.3.1
- Updated and added documentation.
- Removed Travis Building. See
/doc/travis.md.
txtextcontrol-reportingcloud 1.3.0
- Implemented end-point
/v1/fonts/list.
txtextcontrol-reportingcloud 1.2.0
- Updated
zendframework/zend-servicemanagerto^3.2. - Added an image merging
mergeDocument()demo. - Added script to
/bindirectory 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
- Added new tests to check properties returned by
getTemplateInfo()andgetAccountSettings(). - Minor refactoring of
StaticFilterandStaticValidatorcomponents. - 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
/testand related setter and getter. - Added unit tests for
findAndReplaceDocument()method. - Refactored
mergeDocument()andfindAndReplaceDocument()methods. - Implemented end-point
/v1/document/findandreplace. - Set default
Content-TypeHTTP header.
txtextcontrol-reportingcloud 1.0.12
- Implemented end-point
/v1/templates/info.
txtextcontrol-reportingcloud 1.0.11
- Removed non-essential development dependencies from
composer.json. - Set scrutinizer-ci to run tests and report on code coverage.