Skip to content

Releases: neos/redirecthandler-neosadapter

2.0.1 - Stability improvements for redirect handler

16 Oct 06:46
Compare
Choose a tag to compare
Merge pull request #15 from zaveryukha/fix_redirectHandler

BUGFIX: Fix the redirect error when copying a subtree

Sometimes nodes disappeared from DB because during creating redirect links
something stops working and it ruins the site nodes.

This wraps the existing function createRedirectsForPublishedNode with
try...catch to make sure that missing redirect features don't break the node
structure. It adds logging the error instead.

2.0.0 - Neos 3.0 compatibility

27 Jan 19:29
Compare
Choose a tag to compare
TASK: Add branch alias

1.0.3

19 Oct 10:09
Compare
Choose a tag to compare

This release solve an import bug when content dimensions are used. Previous version don't handle the content dimensions correctly and the generated redirects can be wrong.

1.0.2

30 Jan 21:17
Compare
Choose a tag to compare

1.0.1

04 May 11:04
Compare
Choose a tag to compare

Fixed documentation rendering.

1.0.0

04 May 10:42
Compare
Choose a tag to compare
Merge pull request #1 from neos/adjust-composer-manifest

TASK: Adjust composer manifest