new version 1.3.2

This commit is contained in:
Uwe Steinmann 2020-12-23 06:20:07 +01:00
parent 62d19aa808
commit a4636071c7

View File

@ -4,17 +4,17 @@
<channel>pear.php.net</channel> <channel>pear.php.net</channel>
<summary>Create thumbnails from document content for SeedDMS</summary> <summary>Create thumbnails from document content for SeedDMS</summary>
<description>SeedDMS is a web based document management system (DMS). These <description>SeedDMS is a web based document management system (DMS). These
are the classes to create preview images from the document content.</description> are the classes to create preview images and pdf file from the document content.</description>
<lead> <lead>
<name>Uwe Steinmann</name> <name>Uwe Steinmann</name>
<user>steinm</user> <user>steinm</user>
<email>uwe@steinmann.cx</email> <email>uwe@steinmann.cx</email>
<active>yes</active> <active>yes</active>
</lead> </lead>
<date>2020-03-21</date> <date>2020-12-23</date>
<time>09:49:39</time> <time>09:49:39</time>
<version> <version>
<release>1.3.1</release> <release>1.3.2</release>
<api>1.3.1</api> <api>1.3.1</api>
</version> </version>
<stability> <stability>
@ -23,7 +23,8 @@
</stability> </stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license> <license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes> <notes>
add parameter $target to SeedDMS_Preview_pdfPreviewer::hasRawPreview() and SeedDMS_Preview_pdfPreviewer::getRawPreview() set header Content-Length
update package description
</notes> </notes>
<contents> <contents>
<dir baseinstalldir="SeedDMS" name="/"> <dir baseinstalldir="SeedDMS" name="/">
@ -436,5 +437,21 @@ fix creation of pdf preview if document content class is not SeedDMS_Core_Docume
add new methode getPreviewFile() add new methode getPreviewFile()
</notes> </notes>
</release> </release>
<release>
<date>2020-03-21</date>
<time>09:49:39</time>
<version>
<release>1.3.1</release>
<api>1.3.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
add parameter $target to SeedDMS_Preview_pdfPreviewer::hasRawPreview() and SeedDMS_Preview_pdfPreviewer::getRawPreview()
</notes>
</release>
</changelog> </changelog>
</package> </package>