Skip to content

Tags: supseven-at/canonical-files

Tags

v2.0.6

Verified

This tag was signed with the committer’s verified signature.
Release v2.0.6

* 52e01e8 [FEATURE] Add event right before a file response is sent

v2.0.5

Verified

This tag was signed with the committer’s verified signature.
Release v2.0.5

* 1b72a9d [TASK] Fix deprecation warning in TCA
* 71684b0 Merge pull request #2 from supseven-at/v2.0
* 29ccc48 [TASK] Optimize middleware
* cd749ad Merge branch 'v2.0'
* 2fafabd [TASK] Apply code style
* 769bd67 [DOCS] Add optional configuration

v2.0.4

Verified

This commit was signed with the committer’s verified signature.
helmutstrasser Helmut Strasser
[TASK] Add identifier to site select

In case an instance has multiple sites with the same title,
editors can not distinguish between provided options.
Identifiers are unique by all means, so a combination of
title and identifier solves this problem.

v1.0.9

Verified

This commit was signed with the committer’s verified signature.
helmutstrasser Helmut Strasser
[TASK] Add identifier to site select

In case an instance has multiple sites with the same title,
editors can not distinguish between provided options.
Identifiers are unique by all means, so a combination of
title and identifier solves this problem.

v2.0.3

Verified

This commit was signed with the committer’s verified signature.
helmutstrasser Helmut Strasser
[BUGFIX] Exclude index.php from request

Special requests (like ajax) might query the index.php directly.
We must prevent such requests from being handled like files
which get added a canonical url.

v1.0.8

Verified

This commit was signed with the committer’s verified signature.
helmutstrasser Helmut Strasser
[BUGFIX] Exclude index.php from request

Special requests (like ajax) might query the index.php directly.
We must prevent such requests from being handled like files
which get added a canonical url.

v1.0.7

Verified

This commit was signed with the committer’s verified signature.
helmutstrasser Helmut Strasser
[BUGFIX] Remove readonly from class definition

Not compatible with PHP v8.1

v1.0.6

Verified

This commit was signed with the committer’s verified signature.
helmutstrasser Helmut Strasser
[TASK] Lower php version requirement and update packages

v2.0.2

Verified

This commit was signed with the committer’s verified signature.
helmutstrasser Helmut Strasser
[TASK] Port improvements from v1.0 to v2.0 and add tests

v1.0.5

Verified

This commit was signed with the committer’s verified signature.
helmutstrasser Helmut Strasser
[TASK] Add service.yaml configuration for dependency injection