- Added Rector and EasyCodingStandard to improve code quality and consistency.
- Changed namespace from
TxTextControl\ReportingCloud
toTextControl\Laminas\ReportingCloud
to keep ReportingCloud PHP SDK 4.0 in sync with other PHP packages authored by Text Control GmbH. - Added support for PHP 8.2.
- Removed support for PHP version prior to 8.1.
- Minor refactoring for PHP 8.1 compatibility.
- Minor update in
composer.json
.
- Added support for PHP 8.0.
- Upgraded minimum PHP requirement to 7.4.
- Upgraded to ReportingCloud PHP SDK 3.0.
- Improved Composer 2.0 compatibility.
- Fixed PSR-4 autoloading issue in tests.
- Improved documentation for Laminas migration.
- Rewrote as Laminas Project package.
- Added support for PHP 7.4.
- Improved code quality, using static analysis.
- Updated to PHPUnit 8.
- Added strict typing to all files.
- Fixed issue in
.scrutinizer.yml
file.
- Added support for ReportingCloud PHP SDK 2.0.
- Added support for API key authorization.
- Code quality and documentation updates.
- Code quality updates.
- Removed duplicate Exceptions.
- Renamed
ReportingCloudZf3Module
toReportingCloud
.
- Renamed project
textcontrol-reportingcloud-laminas-module
totextcontrol-reportingcloud-zf-module
- Removed
Module.php
in root directory.
- Added documentation.
- Added documentation.
- Added minimum code to use ReportingCloud as a Laminas module.