This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
forked from dmitryd/typo3-pagepath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
60 lines (39 loc) · 1.73 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
58
59
60
2014-04-04 Jacob Rasmussen <[email protected]>
* Add additional domain resolver logic from BEfunc
* Add compatibility layer to enable easier upgrade path
2013-09-16 Jacob Rasmussen <[email protected]>
* Migration to namespaces
* Refactored deprecated methods - 6.x compatibility
* Updated TYPO3 dependency version
* Added useCacheHash option
* Removed autoloader script
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