forked from dmitryd/typo3-pagepath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
52 lines (33 loc) · 1.47 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
2014-02-14 Dmitry Dulepov <[email protected]>
* Compatibility with TYPO3 6.2
* Released version 1.0.3
2013-03-13 Dmitry Dulepov <[email protected]>
* Updated TYPO3 dependency version
* Fixed Forge issue #6481: Add support for autoloading
* Released version 1.0.2
2012-10-12 Dmitry Dulepov <[email protected]>
* Change validation of URLs from filter_var to parse_url
* Set TYPO3 dependency to 4.5.0 minimum
* Further optimize fetching of URLs
* Released version 1.0.1
2011-12-16 Dmitry Dulepov <[email protected]>
* Fixed bug #8725: Pagepath generation does not work in CLI mode
* Released version 1.0.0
2010-01-22 Dmitry Dulepov <[email protected]>
* Updated for compatibility with TYPO3 4.3
* Released version 0.1.6
2009-12-14 Dmitry Dulepov <[email protected]>
* Removed calls to the cache framework
* Released version 0.1.5
2009-01-29 Dmitry Dulepov <[email protected]>
* Fixed bug: wrong HTTP headers array is passed to the t3lib_div::getURL()
* Released version 0.1.4
2009-01-07 Dmitry Dulepov <[email protected]>
* Added TYPO3 cookies to the request because it may affect the generated path
* Updated cache initialization to reflect latest TYPO3 4.3 changes
* Released version 0.1.3
2008-11-27 Dmitry Dulepov <[email protected]>
* Fixed problem: empty path with RealURL and no config.absRefPrefix
* Fixed problem: missing host in API part
2008-10-27 Dmitry Dulepov <[email protected]>
* Created