Skip to content

Releases: netlogix/Netlogix.ErrorHandler

5.0.6 - Check if site is available before fetching error page

26 Feb 11:02
1c722a3
Compare
Choose a tag to compare

What's Changed

  • fix: Check if site is available before fetching error page by @paxuclus in #17

Full Changelog: 5.0.5...5.0.6

5.0.5 - Adjust settings path for templatePathAndFilename

18 Dec 10:06
03340be
Compare
Choose a tag to compare

What's Changed

  • fix: Adjust settings path for templatePathAndFilename of serverErrorE… by @paxuclus in #16

Full Changelog: 5.0.4...5.0.5

5.0.4 - Prevent "Template not found" errors in Development

19 Jun 12:29
afe14f9
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Set templatePathAndFilename for serverErrorExceptions to prevent "Template not found" by @paxuclus in #15

Full Changelog: 5.0.3...5.0.4

5.0.3 - Fix error page rendering on Flow ^7.3.2

14 Jun 13:59
d65f505
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.2...5.0.3

4.1.2 - Fix error page rendering on Flow ^6.3.16

16 May 15:26
f173ac4
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Fix static error pages on Flow 6.3.16+ by @nlx-lars in #13

Full Changelog: 4.1.1...4.1.2

5.0.2 - Add support for Neos 8.0

01 May 08:11
b27159a
Compare
Choose a tag to compare
Merge pull request #12 from netlogix/feature/neos-8

FEATURE: Neos 8.0

5.0.1 - Allow installation with PHP ^8.0

13 Dec 08:47
5fe4631
Compare
Choose a tag to compare
Merge pull request #11 from netlogix/feature/php8

FEATURE: Allow php 8

4.1.1 - BUGFIX: Override Neos Fusion Error Handling

25 Mar 16:14
8291531
Compare
Choose a tag to compare

For the static error pages to work, the Neos Fusion error handling has to be disabled. See neos/neos-development-collection#2374

5.0.0 - Add support for Neos ~7.0

01 Feb 20:52
c8d2465
Compare
Choose a tag to compare

This release adds initial support for Neos 7.0.

Fusion errors are now handled by the newly introduced nlxErrorHandler matcher in our Root.fusion.

4.1.0 - Remove sentry client dependency

01 Feb 20:50
5a7e177
Compare
Choose a tag to compare

This release removes the requirement for networkteam/neos-sentryclient.