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.0.10
- Moved orphaned helper functions (
reporting_cloud_*) to helper classTxTextControl\ReportingCloud\Stdlib\ConsoleUtils.
txtextcontrol-reportingcloud 1.0.9
- Various minor code fixes following Scrutinizer and Coveralls integration.
- Added unit tests to test all return formats in
mergeDocument()andconvertDocument()methods. - In unit tests migrated from
assertEquals()toassertSame().
txtextcontrol-reportingcloud 1.0.8
- Switched protocol from HTTP to HTTPS for all communication with the backend, now the backend supports it.
- Abstracted all parameter validation to
TxTextControl\ReportingCloud\Validator\StaticValidator - Made
TxTextControl\ReportingCloud\Validatorproperties consistent.
txtextcontrol-reportingcloud 1.0.7
- Made
TxTextControl\ReportingCloud\Validatorproperties consistent with those inZend\Validator. - Updated
composer.jsonto be installable on PHP 7.0.7. - Improved date/time conversion
Filtercomponents. - Added empty
CONTRIBUTING.mdfile. - Documentation update.
- Switched from
dump()tovar_dump()in/demodirectory, assymfony/var-dumperis a development dependency only. - Abstracted all date/time conversion to their own Filter components.
txtextcontrol-reportingcloud 1.0.6
- Documentation fixes.
- Added validation of file extension to all occurrences of
$templateFilenameand$documentFilename.
txtextcontrol-reportingcloud 1.0.5
- Documentation fixes.
txtextcontrol-reportingcloud 1.0.4
- First public release.
txtextcontrol-reportingcloud 1.0.3
- Implemented end-point
/v1/templates/pagecount. - Implemented end-point
/v1/templates/exists.
txtextcontrol-reportingcloud 1.0.2
- Added
sizekey to templateList.