|
1 | 1 | # In2publish Core Change Log |
2 | 2 |
|
| 3 | +12.1.0: |
| 4 | + |
| 5 | +- **Everything included in the 11.0.4 release** |
| 6 | +- [CLEANUP] Remove the redundant declaration of Record::getChildren() |
| 7 | +- [BUGFIX] Restore the breadcrumb feature |
| 8 | +- [DEV] Remove backslashes from the testing docker-compose.yml |
| 9 | +- [BUGFIX] Remove buggy record child recursion when adding new records to the index |
| 10 | +- [REFACTOR] Move the DbRecordFactoryFactoryCompilerPass into the core component folder |
| 11 | +- [BUGFIX] Remove non-existent table tx_in2publishcore_remotefaldriver_file from default ignored tables |
| 12 | +- [BUGFIX] Trigger event RecordRelationsWereResolved also for Publish Files Module operations |
| 13 | +- [FEATURE] Add new event DemandsWereResolved after resolving the demands |
| 14 | +- [CLEANUP] Remove unused injection trait |
| 15 | +- [BUGFIX] Set the correct default value for DatabaseSchemaService::$tables |
| 16 | +- [BUGFIX] Always append a slash at the targetDir for drivers which don't canonicalize the dir name |
| 17 | +- [DEV] Use docker compose instead of docker-compose |
| 18 | +- [BUGFIX] Catch all driver exception to prevent errors when files don't exist |
| 19 | +- [BUGFIX] Fix sys_redirect query when there are no deleted redirects on foreign |
| 20 | +- [TESTS] Ignore code coverage of the exceptions, middlewares and compiler passes |
| 21 | +- [CLEANUP] Remove unused ForeignFileInfoExecutionFailedException |
| 22 | +- [TYPO] Correct "slitted" to "split" |
| 23 | +- [BUGFIX] Correctly inject the deps of the ReplaceMarkersService mock |
| 24 | +- [TESTS] Ignore code coverage for all event classes |
| 25 | +- [CLEANUP] Remove unused imports from tests |
| 26 | +- [TESTS] Update code coverage annotations for all PreProcessors |
| 27 | +- [TESTS] Ignore code coverage for dumb PreProcessors |
| 28 | +- [DEPRECATION] Deprecate ArrayUtility::getValueByPath |
| 29 | +- [TESTS] Remove incorrect covers annotation from EnvironmentServiceTest |
| 30 | +- [TEST] Set correct coversDefaultClass for DbInitQueryEncodedCommand |
| 31 | +- [DEPRECATION] Deprecate AbstractTask::getConfiguration |
| 32 | +- [BUGFIX] Remove duplicate recursion prevention to actually register records in publishing |
| 33 | +- [TEST] Import class Testbase in FunctionalTestsBootstrap |
| 34 | +- [DEV] Update PHPUnit XSD version |
| 35 | +- [TESTS] Don't mock Connection::createSchemaManager when it does not exist |
| 36 | +- [DOC] Minor editorial changes in documentation |
| 37 | +- [DOC] Fix typo in documentation |
| 38 | +- [DOC] Edit documentation for 25505-BreakingChanges-QueryAggregation.md |
| 39 | +- [DOCS] Explain how to exclude a record by its parent state and property |
| 40 | +- [DOCS] Add missing docs for the events DemandsWereCollected and DemandsForTextWereCollected |
| 41 | +- [BUGFIX] Prevent infinite recursion when rendering the overview tree |
| 42 | +- [RELEASE] Version 12.0.0 with Query Aggregation |
| 43 | + |
| 44 | + |
3 | 45 | 12.0.0: |
4 | 46 |
|
5 | 47 | - [META] Set the branch alias version number to 12.0.x-dev |
|
0 commit comments