-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
38 lines (29 loc) · 1.19 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
2017-05-25 Robert Heel <[email protected]>
* Issue #1: Static calls for non-static methods (Thanks to Julien VITTE).
* Add: composer.json.
* Add: Write wkhtmltopdf output to debug log.
* Add: Link to github page.
2016-07-12 Robert Heel <[email protected]>
* Change: TYPO3 7.6 compatibility.
2016-07-10 Robert Heel <[email protected]>
* Change: REST documentation.
* Bugfix: Show pdf even if wkhtmltopdf output warnings.
2016-07-06 Robert Heel <[email protected]>
* Bugfix: Cleanup static TS.
2016-06-30 Robert Heel <[email protected]>
* Change: Use stdin and stout of wkhtmltopdf.
* Add: Debug option.
* Add: Custom wkhtmltopdf options.
2015-07-22 Robert Heel <[email protected]>
* Add: Static TS for standard installations.
2015-02-22 Jan Bartels
* Change: TYPO3 6.2 compatibility.
2013-05-30 Robert Heel <[email protected]>
* Bugfix: Conflict when creating multiple pdf's at once (Thanks to Jan Bartels).
* Change: Add page type to TS constants (Thanks to Jan Bartels).
* Bugfix: Send standard mime type on pdf error.
2012-02-20 Robert Heel <[email protected]>
* Bugfix: Add Content-type header.
* Bugfix: Also make image source absolute.
2010-09-22 Robert Heel <[email protected]>
* Initial release.