---
title: "4.1.0"
manual: "TYPO3 EXT:thuecat"
version: "main"
source: "Changelog/4.1.0.rst"
rendered: "2026-09-19T09:50:46+00:00"
---

# 4.1.0 {#4-1-0}

## Breaking {#breaking}

Nothing

## Features {#features}

-   Add TYPO3 wizard to select pages in configuration.
    That should ease live of editors, compared to manually inserting proper page uid.
-   Add title to static import configuration.
    This title is auto filled on save with the titles of provided URLs.

## Fixes {#fixes}

-   Prevent `Error: Call to undefined method TYPO3CMSCoreDatabaseSchemaSchemaInformation::introspectTable()` with newer TYPO3 v13 versions.
    We now check for the old API, falling back to the new.
    All of this is still `@internal` TYPO3 API.

    The corresponding core change was commit `45a50e455955c78f6baa2aec3af3865101ee06b9`.
    We also need to update `codappix/typo3-php-datasets` dev dependency for the same reason.
-   Handle 404 during import.
    Imports that would import a no longer existing resource resulted in a 503 Server Error.
    Those are now properly catched and logged. Those errors will no longer fail.

## Tasks {#tasks}

-   Prevent creation of `composer.lock` file.
    As this is an extension without a lock state.
    We have different TYPO3 versions as supported versions and it should be easy to switch between them for testing and development.
-   Streamline `phpstan.neon` formatting.

## Deprecation {#deprecation}

Nothing
