forked from digicademy/cobj_xpath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.txt
64 lines (50 loc) · 1.45 KB
/
ChangeLog.txt
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
61
62
63
64
1.9.0
=====
* Version compatibility set to 8.7.0-9.5.99
* Extension namespace switched from adwlm/cobj_xpath to digicademy/cobj_path
* Add deprecation layer for namespace switch
* Refactor QueryViewHelper vor TYPO3 v9
* Update manual
1.8.0
=====
* Version compatibility set to 7.6.0-8.7.99
* Drop old class migrations
* PSR refactoring and code compliance
* Update manual
* CKEditor plugin for <xpath> TypoTag in TYPO3 8.7+
1.7.0
=====
* Version compatibility set to 6.2.0-7.9.99
* Namespace and class refactoring
1.6.0
=====
* Version compatibility set to 4.5.0-6.2.99
* Some corrections in manual
1.5.0
=====
* Version compatibility set to 4.5.0-6.1.99
* ReST based manual
1.4.0
=====
* Skipped (a little problem with TER upload)
1.3.0
=====
* Skipped (a little problem with TER upload)
1.2.0
=====
* New query view helper for Fluid templates
* New TypoScript property implodeResult
* New tutorial about XPATH, FLUIDTEMPLATE and XSLT
* New tutorial about <xpath> TypoTag
1.1.1
=====
* Bugfix: Loading XML files from a path could fail in certain circumstances. Fixed the manual.
1.1.0
=====
* TypoScript change: The former 'source.url' property is dropped and the functionality now fused into the parent property 'source'. This makes it possible to use stdWrap for constructing URLs.
1.0.1
=====
CGL cleanup, bugfix when loading source from relative path, updated manual. Big thanks to Phillipp Gampe for code review.
1.0.0
=====
* First public version. Manual included.