new version 1.0.2

This commit is contained in:
Uwe Steinmann 2016-01-10 14:25:46 +01:00
parent 62cd6e0602
commit 1635cb92ba

View File

@ -11,10 +11,10 @@
<email>uwe@steinmann.cx</email> <email>uwe@steinmann.cx</email>
<active>yes</active> <active>yes</active>
</lead> </lead>
<date>2015-11-16</date> <date>2016-01-10</date>
<time>09:07:07</time> <time>09:07:07</time>
<version> <version>
<release>1.0.1</release> <release>1.0.2</release>
<api>1.0.1</api> <api>1.0.1</api>
</version> </version>
<stability> <stability>
@ -23,7 +23,7 @@
</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 __get() to SQLiteFTS_Document because class.IndexInfo.php access class variable title which doesn't exists check if index exists before removing it when creating a new one
</notes> </notes>
<contents> <contents>
<dir baseinstalldir="SeedDMS" name="/"> <dir baseinstalldir="SeedDMS" name="/">
@ -82,5 +82,21 @@ add __get() to SQLiteFTS_Document because class.IndexInfo.php access class varia
initial release initial release
</notes> </notes>
</release> </release>
<release>
<date>2015-11-16</date>
<time>09:07:07</time>
<version>
<release>1.0.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
add __get() to SQLiteFTS_Document because class.IndexInfo.php access class variable title which doesn't exists
</notes>
</release>
</changelog> </changelog>
</package> </package>