Skip to content

Changelog Version 3.0

Christian Futterlieb edited this page May 6, 2021 · 7 revisions

Upgrade

Upgrade from pagenotfoundhandling v2.5

  • Check requirements:
    • PHP: >=7.1
    • TYPO3: v8.7, v9.5 or v10.3
  • As of TYPO3 v9: feel encouraged to switch to the errorHandler options in TYPO3 Site Configuration

Changes

Version 3.0.3

Release date: 2021-05-06

View changes: https://github.com/aaw-team/pagenotfoundhandling/compare/3.0.2...3.0.3

64dafd2 [RELEASE] Release version 3.0.3
cef6a47 [TASK] Ignore "digest" authorization header
6f2011f [TASK] Just pass the Authorization header along
9cadfde [TASK] Try all possible resources when looking for authorization header
cd22027 [TASK] Add extension-key to composer.json
4f89207 [TASK] Add branch-alias 4.x-dev for dev-master
b522f31 [TASK] Require the latest TYPO3 security patchlevel
e0c4b26 [TASK] Raise version to 3.0.3-dev

Version 3.0.2

Release date: 2020-04-27

View changes: https://github.com/aaw-team/pagenotfoundhandling/compare/3.0.1...3.0.2

437e844 [RELEASE] Release version 3.0.2
501fb96 [TASK] Declare support for TYPO3 v10.4 LTS
922e9b4 [TASK] Raise version to 3.0.2-dev

Version 3.0.1

Release date: 2020-04-17

View changes: https://github.com/aaw-team/pagenotfoundhandling/compare/3.0.0...3.0.1

cbd2bd2 [RELEASE] Release version 3.0.1
ca11e21 [BUGFIX] Correct version constraint for typo3/cms-core
a6dc33c [BUGFIX] Correct image path
cf71bdc [TASK] Raise version to 3.0.1-dev

Version 3.0.0

Release date: 2020-03-11

View changes: https://github.com/aaw-team/pagenotfoundhandling/compare/2_5...3.0.0

b2718ef [RELEASE] Release version 3.0.0
dc1764c [BUGFIX] Make composer.json valid
60dc928 [FEATURE] Add TYPO3 v10 support
3af0a29 [BUGFIX] Make sure to have a valid Site object available
96f979d [BUGFIX] Correct default value of enableStatisticsModule
aef251d [BUGFIX] Register backend module config only when needed
7673b1c [TASK] Disable the unfinished backend module by default
01ad57a [TASK] Allow insertion of the current URL into the error page URL
db4fd10 [BUGFIX] Fix language handling in TYPO3 > v9.2
586d187 [BUGFIX] Do not allow setting headers beginning with HTTP/
081ae11 [FEATURE] Add basic 'statistics' backend module
1fcfc7c [TASK] Set version in documentation settings too
ab91652 [TASK] Remove siteConfiguration member
f9b89ff [TASK] Code cleanup
ec55261 [TASK] Move to short array syntax
69804ea [TASK] Streamline copyright header in php files
fff84f8 [FEATURE] Add TYPO3 v9 style PageErrorHandler
1a49f7e [TASK] Raise version to 3.0.0-dev