Releases: in2code-de/in2publish_core
Releases · in2code-de/in2publish_core
13.2.2
12.7.1
13.2.1
🐛 Fixes
- Eliminate undefined array key warning with active feature hideRecordsDeletedDifferently
Full Changelog: 13.2.0...13.2.1
13.0.2
🐛 Fixes
- adapt to API changes in SchemaInformation (starting from TYPO3 13.4.19)
The TYPO3 Core class \TYPO3\CMS\Core\Database\Schema\SchemaInformation has been refactored to improve performance.
The method introspectTable() has been removed and replaced with more specific and lightweight methods like listTableColumnNames().
This avoids fetching and caching heavy Doctrine Table objects when only a list of column names is required.
This commit updates our code to use the new listTableColumnNames() method, aligning with the recent core changes and simplifying our own implementation.
Full Changelog: 13.0.1...13.0.2
13.2.0
✨ Features
- Ensure that the deletion of a translated page is published before a new translation is published
🐛 Fixes
- Restore pre-selection of files when changing from FileList Module to PublishFiles Module
- Eliminate errors due to schema api changes in TYPO3 v 13.4.19
- Eliminate problems with "unfulfilled dependencies" if inconsistent states of content elements translated in connected mode exist on the foreign instance
Full Changelog: 13.1.1...13.2.0
12.7.0
✨ Features
- Ensure that the deletion of a translated page is published before a new translation is published
🐛 Fixes
- Eliminate problems with "unfulfilled dependencies" if inconsistent states of content elements translated in connected mode exist on the foreign instance
- Fix styling of multi-select checkboxes
Full Changelog: 12.6.3...12.7.0
13.1.1
🐛 Fixes
- Fix layout issues in the OverviewModule
- Ensure that the deletion of a translation is published if the language parent is published
- Add line breaks in modal showing dependencies
- Loosen requirement for the existence of the language parent for translations from REQ_EXISTENCE to REQ_CONSISTENT_EXISTENCE
Full Changelog: 13.1.0...13.1.1
12.6.3
🐛 Fixes
- Remove StopwatchAlreadyStartedException
- Always publish translations if language parent is deleted
- Replace requirement REQ_EXISTENCE with new requirement REQ_CONSISTENT_EXISTENCE for translated records
Full Changelog: 12.6.2...12.6.3
12.6.2
12.6.1
🐛 Fixes
- Prevent publishing of records with dependencies (only applicable in combination with enterprise features as publishAll or publishing commands)
- Avoid SQL errors when publishing records without changes
- Fix PublisherServiceTest
Full Changelog: 12.6.0...12.6.1