Skip to content

Changelog Version 2.4

Christian Futterlieb edited this page May 16, 2018 · 7 revisions

Upgrade

Upgrade the extension via ExtensionManager (or composer).

Upgrade in TYPO3 v7

Upgrading in TYPO3 v7 does not work smoothly, because of the vendor namespace change (see https://github.com/aaw-team/pagenotfoundhandling/commit/751f5c6abff65a0e7a673e6cbc7a865766ca9189).

Please take these steps to upgrade in TYPO3 v7:

  1. Deactivate extension in Extension Manager
  2. Upgrade the extension
  3. Re-activate extension in Extension Manager

Changes

Version 2.4.6

Release date: 2018-05-16

View changes: https://github.com/aaw-team/pagenotfoundhandling/compare/2.4.5...2.4.6

d5cb9b2 [RELEASE] Release version 2.4.6
57b5abe [TASK] Only require the TYPO3 core package
ca43966 [TASK] Add packagist package name
6705252 [TASK] Raise version to 2.4.6-dev

Version 2.4.5

Release date: 2017-11-23

View changes: https://github.com/aaw-team/pagenotfoundhandling/compare/2.4.3...2.4.5

72ca329 [RELEASE] Release version 2.4.5
f291414 [TASK] Raise version to 2.4.5-dev
014c4dd [RELEASE] Release version 2.4.4
cb18f4b [TASK] Add option requestTimeout
3e5a105 [TASK] Raise version to 2.4.4-dev

Version 2.4.3

Release date: 2017-10-10

View changes: https://github.com/aaw-team/pagenotfoundhandling/compare/2.4.2...2.4.3

980c6c2 [RELEASE] Release version 2.4.3
8511d18 [TASK] Replace tabs with spaces
be0de4d [BUGFIX] Always use RequestFactory in TYPO3 >= 8.1
ca20446 [FEATURE] Add option debugGetUrlError
6be481f [TASK] Remove old unused code
faea157 [TASK] Raise version to 2.4.3-dev

Version 2.4.2

Release date: 2017-09-21

Important note: clear the system caches (re-build TCA caches) after updating to version 2.4.2!

View changes: https://github.com/aaw-team/pagenotfoundhandling/compare/2.4.1...2.4.2

2ffd0d7 [RELEASE] Release version 2.4.2
841e3bf [TASK] Stick closer to the behaviour of GeneralUtility::getUrl()
5b9c6b9 [BUGFIX] Format headers to be understood by GuzzleHttp
17db1f2 [BUGFIX] Fix Basic Auth in TYPO3 >8.1
b3e9eb0 [BUGFIX] Correct filename
c50f651 [TASK] Add a link pointing to the changelog
ed71f9c [TASK] Raise version to 2.4.2-dev

Version 2.4.1

Release date: 2017-04-05

View changes: https://github.com/aaw-team/pagenotfoundhandling/compare/2.4.0...2.4.1

a0399b8 [RELEASE] Release version 2.4.1
70e2c1a [TASK] Add a link pointing to the changelog
3026efa [TASK] Raise version to 2.4.1-dev

Version 2.4.0

Release date: 2017-04-04

View changes: https://github.com/aaw-team/pagenotfoundhandling/compare/2.3.3...2.4.0

3605f19 [RELEASE] Release version 2.4.0
de15e05 [TASK] Move readme to markdown and add some contents
3b500ae [TASK] Update/cleanup documentation
23602a4 [TASK] Correct author
d46e34a [TASK] Do not add the requestUpdate for TYPO3 >= 8
a4efe04 [!!!][TASK] Move locallang files into Resources folder
3c7e82d [TASK] Change license header in php files and add LICENSE file
751f5c6 [!!!][TASK] Move project to github
f0f4a88 [TASK] Raise version to 2.4.0-dev
de2f541 [TASK] Remove unused files
10f7120 [BUGFIX] Do not use $_EXTKEY in TCA/Overrides/*.php
d35b611 [TASK] Raise version to 2.3.4-dev