This repository has been 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
resources
directory.
txtextcontrol-reportingcloud 1.4.0
- 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
- Implemented the
mergeSettings
optionmerge_html
. - Minor updates to DocBlock documentation.
- Improved code formatting quality.
txtextcontrol-reportingcloud 1.3.2
- Unified auto-loading for files in
/bin
,/demo
and/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-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
- Added new tests to check properties returned by
getTemplateInfo()
andgetAccountSettings()
. - Minor refactoring of
StaticFilter
andStaticValidator
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()
andfindAndReplaceDocument()
methods. - Implemented end-point
/v1/document/findandreplace
. - Set default
Content-Type
HTTP 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.