-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathchangelog.txt
145 lines (143 loc) · 5.21 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
= Changelog archive =
This is an archive of older changelog entries. Most recent entries are maintained in readme.txt
= 3.2.2 =
* Fixed admin menu call
= 3.2.1 =
* Fixed options menu with recent Wordpress versions (thanks to NickGreen)
* Removed a call to a deprecated method
= 3.2 =
* Added option to replace the pdf button images
* Fixed a bug where 0 for pdf margin was interpreted as no value set
= 3.1.3 =
* Added removed font folder (again...)
= 3.1.2 =
* Added missing files
* Fixed a php warning (thanks to Menelao)
* Fixed a temp folder issue (thanks to shortster)
= 3.1.1 =
* Fixed cache dir guessing
= 3.1 =
* Added nofollow option to the pdf download buttons (default: not enabled)
* If cache folder within the plugin folder is not writable check for cache folder within the mpdf template folder
= 3.0.1 =
* Added missing font folder
* Updated mpdf lib to version 3.7.1
= 3.0 =
* Fixed some issues with wordpress 3.7
* Changed template loading (templates loaded from the custom template folder. If it can't find a template there it tries to load it from the plugin template folder.)
* Updated mpdf lib to version 5.7
* Moved all tmp directories to one folder (plugin_direcotry/tmp. Don't forget to give write permission for this folder)
* Removed not needed files and directories for the mpdf lib
= 2.12.0 =
* Removed some deprecated calls (thanks to Permarad)
* Fixed some php warnings (thanks to Jason Judge)
* Fixed the readme
* Added the possibility to translate the ui (at the moment frontend only)
= 2.11.0 =
* Added some hooks and actions to the plugin (thanks to Danny)
= 2.10.0 =
* Updating mpdf lib to version 5.6.1
= 2.9.4 =
* Fixed category link in the templates
= 2.9.3 =
* Fixed pdf link id to class (thanks to ZilverDragOn)
= 2.9.2 =
* Fixed project homepage link again
= 2.9.1 =
* Fixed project homepage link
= 2.9 =
* Disable printing of password protected posts without entering passwort first
= 2.8 =
* Add french language templates (thanks to Patrick)
= 2.7 =
* Add template option to enable HTML in Header and Footer
= 2.6 =
* Updateing mpdf lib to version 5.3
* Add a small fix for image paths. Thanks to Mário Kašuba.
= 2.5 =
* Disable wrong anotations in PDFs (thanks to misenko)
* Fix image printing for multi instance wordpress setups (thanks to stephen7cohen)
= 2.4.5 =
* Fix version number
= 2.4.4 =
* Add a debug option (You must create a folder called debug in the wp-mpdf root folder)
= 2.4.3 =
* Set the tmp path for mpdf
* Add codepage selection to the admin menu
= 2.4.2 =
* Update the german template translation (Thank you for your help Andreas)
* Updateing mpdf lib to version 4.6
* Fix formating for the default english template
= 2.4.1 =
* Fix a small image bug
= 2.4 =
* Updating mpdf lib
* Add option to select a user for cron generating of pdfs for cache
= 2.3.8 =
* Now the content filter would be added to the pdf file. So all content plugins should work at pdf print now.
* Remove some broaken wp-mpdf filters
= 2.3.7 =
* There goes somthing worng. This version should work correct again.
= 2.3.6 =
* Fix a copy and paste bug
= 2.3.5 =
* Fix relativ links
= 2.3.4 =
* Fix a encoding problem (Thanks to swwwolf)
* Add geshi line number print as a option
= 2.3.3 =
* Now the bug is completly fixed :)
= 2.3.2 =
* The bug is at the moment not fixed.
= 2.3.1 =
* Spaces and Tabs are now correct at pre tags. (Thanks to mark for his help)
= 2.3 =
* Now to add new Posts to the black-/white-list, you only must select it from a dropdown
= 2.2 =
* Added the option to add a text if you have checked "need login" and a user isn't logged in
* Added an option to set "need login" per post
* Added an option to set an own pdf name
* Added an optional download statistic
* Now removing cache file and database entry when a post/page is deleted
= 2.1.1 =
* Fixed a new image print bug
= 2.1 =
* Added the option to allow pdf print only to users who are logged in
* Added a script that you can call by cron to create templates in the background (if you have caching enabled)
= 2.0.2 =
* Added a missing file
= 2.0.1 =
* Fixed two small include bugs
* Fixed a php4 issiue
= 2.0 =
* Some small bugfixes
* PDF Template support (now you can also use a pdf file as a template): If you need this please write me a mail so I can tell you how it works.
= 1.9.2 =
* Added two vars to the templates for using PDF Templates
= 1.9 =
* Added option to make a black list instead of a white list
* Added button to clear all selected posts on the black/white list
= 1.8 =
* Fixed the pdf button function e.g. when using this function on the archive page
= 1.7 =
* Fixed a small pre html tag problem
= 1.6 =
* Fixed an image printing bug
* Cleaned some code parts which aren't needed
* Changed PDF author and creator string
* Moved the theme dir from the plugin dir to wp-content/wp-mpdf-themes
* Now you can access the plugin config under settings and not any longer under plugins
= 1.5 =
* Fixed an encoding problem again
= 1.4 =
* Added function parameter for pdfbutton to link to a new page for PDF Print
* Added function to display only for some Posts and Pages the PDF print
= 1.3 =
* Fixed a <pre> problem with newlines
= 1.2 =
* Fixed an encoding problem
* Converted <pre> to <div class="pre"> to prevent a pdf print bug
= 1.1 =
* Created an admin panel
= 1.0 =
* Released the Plugin