Releases: in2code-de/in2publish_core
13.4.0
13.3.0
✨ Features
- prevent publishing of a translation with an existing hard deleted translation on local
- use own forks of co-stack packages
- add missing composer requirements for cms-backend, cms-extbase, cms-fluid
🐛 Fixes
- merge pull request #127 fixing problems with deleted, unpublished translations
- restore export of system config in PublisherTools module
- make "in2publish_core" requirement of extension "extensionmanager" optional
- fix some undefined method exceptions, and array key undefined exceptions
Full Changelog: 13.2.2...13.3.0
12.8.0
✨ Features
- prevent publishing of a translation with an existing hard deleted translation on local
- use own forks of co-stack packages in order to fix tests
🐛 Fixes
- merge pull request #127 from zecm-via/bugfix/unpublished-translations
- exclude already deleted translations from foreign select
Full Changelog: https://github.com/in2code-de/in2publish_core/compare/12.7.1..12.8.0
13.2.2
🐛 Fixes
- Restores overriding of templates in the PublishFiles module
- Set TYPO3 minimal version to 13.4.19 due to the API adjustments to the schema information
Full Changelog: 13.2.1...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