Skip to content

Releases: in2code-de/in2publish_core

13.4.0

12 Mar 08:01
5a3a5b8

Choose a tag to compare

✨ Features

  • improve message output for unfulfilled dependencies
  • avoid unnecessary publishing blocks by skipping dependency checks for records being deleted

Full Changelog: 13.3.0...13.4.0

13.3.0

17 Feb 08:22
92856f6

Choose a tag to compare

✨ 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

17 Feb 10:24
6928718

Choose a tag to compare

✨ 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

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