-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog
57 lines (42 loc) · 2.14 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
2017-05-11 Robert Heel <[email protected]>
* Issue #3: Compatibility to TYPO3 8.x
* Issue #2: Deactivate update script on realurl 2.x
2016-11-07 Robert Heel <[email protected]>
* Bugfix: Use parameter L=0 if language 0 is set (Thanks to Ben Robinson).
2016-09-14 Robert Heel <[email protected]>
* Feature: check link vars before building url (Thanks to Peter Rauber).
2016-03-12 Robert Heel <[email protected]>
* Add: UID of redirect element in X-Note header.
* Update: Rewrote update script.
2016-01-11 Robert Heel <[email protected]>
* Bugfix: Compatibility to TYPO3 7.x
2014-02-06 Robert Heel <[email protected]>
* Add: Regex redirect mode.
* Add: Index on column mode to ensure the database engine process this column first.
2014-02-05 Robert Heel <[email protected]>
* Bugfix: Detect L parameter if complete domain is configured (Thanks to Ben Robinson).
* Change: Allow redirect records in all sysfolders (Thanks to Ben Robinson).
2012-03-14 Robert Heel <[email protected]>
* Change: Removed automatic / removal, because it didn't work with realurl default configuration.
2011-10-27 Robert Heel <[email protected]>
* Add: Frontend plugin for adding redirect to single page.
2011-02-15 Robert Heel <[email protected]>
* Change: Use TYPO3 cObj to generate redirect links (Thanks to Jan Bartels).
* Change: More flexible redirect detection code.
* Bugfix: Also use L parameter for language detection.
* Bugfix: Add additional parameters with & if query string exists.
2010-11-12 Robert Heel <[email protected]>
* Bugfix: Add http header "Connection: close" to avoid infinite loops in firefox.
2010-09-13 Robert Heel <[email protected]>
* Bugfix: Removed column "deleted", now it's possible to create a deleted entry again.
2010-08-09 Robert Heel <[email protected]>
* Bugfix: Correct detection of file path links.
2010-06-16 Robert Heel <[email protected]>
* Add: Support email and domain links from link wizard.
* Add: realurl support if destination is a page id.
* Add: Language detection if destination is a page id.
2010-06-07 Robert Heel <[email protected]>
* Add: Append remaining part of URL.
* Add: Documentation.
2010-06-02 Robert Heel <[email protected]>
* Initial release.