Skip to content

Releases: in2code-de/in2publish_core

13.2.2

24 Nov 12:43
c2cd476

Choose a tag to compare

🐛 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

03 Nov 10:49
0523cf4

Choose a tag to compare

🐛 Fixes

  • Restore display of records in the PublishOverview module
    Resolves: #126 - many thanks to @YKWeyer

Full Changelog: 12.7.0...12.7.1

13.2.1

20 Oct 14:20
8fb6296

Choose a tag to compare

🐛 Fixes

  • Eliminate undefined array key warning with active feature hideRecordsDeletedDifferently

Full Changelog: 13.2.0...13.2.1

13.0.2

20 Oct 14:08
02bb7db

Choose a tag to compare

🐛 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

16 Oct 09:32
dd534b7

Choose a tag to compare

✨ 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

16 Oct 12:27
0ab890d

Choose a tag to compare

✨ 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

23 Sep 07:22
50fff99

Choose a tag to compare

🐛 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

23 Sep 08:49
0f9d33d

Choose a tag to compare

🐛 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

09 Sep 14:29
d008737

Choose a tag to compare

🐛 Fixes

  • Eliminate type errors in StopwatchAlreadyStartedException

Full Changelog: 12.6.1...12.6.2

12.6.1

14 Aug 10:09
6a7a40d

Choose a tag to compare

🐛 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