mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-16 03:06:09 +01:00
Daniel Siepmann
19b7fff24f
Ignore false positives for extension scanner. Migrate TCA and keep old v11 within condition for backwards compatibility. Relates: #110
36 lines
620 B
ReStructuredText
36 lines
620 B
ReStructuredText
2.5.1
|
|
=====
|
|
|
|
Breaking
|
|
--------
|
|
|
|
Nothing
|
|
|
|
Features
|
|
--------
|
|
|
|
Fixes
|
|
-----
|
|
|
|
Nothing
|
|
|
|
Tasks
|
|
-----
|
|
|
|
* Ignore PHP version when executing cs fixer.
|
|
As cs fixer officially does not seem to support PHP 8.2 yet.
|
|
|
|
* Make sql within tests on CI more robust.
|
|
Wait until server has started before executing tests.
|
|
|
|
* Migrate test fixtures to PHP Data Sets using `codappix/typo3-php-datasets <https://packagist.org/packages/codappix/typo3-php-datasets>`_
|
|
|
|
* Remove false positives of extension scanner in v12.
|
|
|
|
* Remove TCA migrations in v12.
|
|
Stay compatible with v11 via condition within code.
|
|
|
|
Deprecation
|
|
-----------
|
|
|
|
Nothing
|