mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
start new version 5.1.24
This commit is contained in:
parent
fa8356d729
commit
160f427bea
|
@ -404,7 +404,7 @@ class SeedDMS_Core_DMS {
|
||||||
$this->lasterror = '';
|
$this->lasterror = '';
|
||||||
$this->version = '@package_version@';
|
$this->version = '@package_version@';
|
||||||
if($this->version[0] == '@')
|
if($this->version[0] == '@')
|
||||||
$this->version = '5.1.23';
|
$this->version = '5.1.24';
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
<email>uwe@steinmann.cx</email>
|
<email>uwe@steinmann.cx</email>
|
||||||
<active>yes</active>
|
<active>yes</active>
|
||||||
</lead>
|
</lead>
|
||||||
<date>2021-04-13</date>
|
<date>2021-08-20</date>
|
||||||
<time>13:44:55</time>
|
<time>13:44:55</time>
|
||||||
<version>
|
<version>
|
||||||
<release>5.1.23</release>
|
<release>5.1.24</release>
|
||||||
<api>5.1.23</api>
|
<api>5.1.24</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
<release>stable</release>
|
<release>stable</release>
|
||||||
|
@ -24,19 +24,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>
|
||||||
- SeedDMS_Core_DMS::getTimeline() uses status log instead of document content
|
- in SeedDMS_Core_DocumentContent::removeWorkflow() remove records from tblWorklflowLog before tblDWorkflowDocumentContent
|
||||||
- add methods SeedDMS_Core_DocumentContent::getReviewers() and SeedDMS_Core_DocumentContent::getApprovers()
|
|
||||||
- add methods SeedDMS_Core_DocumentContent::getApproveLog() and SeedDMS_Core_DocumentContent::getReviewLog()
|
|
||||||
- better handling of document with an empty workflow state
|
|
||||||
- fix checking of email addresses by using filter_var instead of regex
|
|
||||||
- add new method SeedDMS_Core_Document::hasCategory()
|
|
||||||
- add new method SeedDMS_Core_DocumentContent::removeReview()
|
|
||||||
- add new method SeedDMS_Core_DocumentContent::removeApproval()
|
|
||||||
- add new method SeedDMS_Core_User::getFolders()
|
|
||||||
- add new method SeedDMS_Core_User::getDocumentContents()
|
|
||||||
- add new method SeedDMS_Core_User::getDocumentFiles()
|
|
||||||
- add new method SeedDMS_Core_User::getDocumentLinks()
|
|
||||||
- add new type 'foldersperuser' to method SeedDMS_Core_DMS::getStatisticalData()
|
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="SeedDMS" name="/">
|
<dir baseinstalldir="SeedDMS" name="/">
|
||||||
|
@ -1895,5 +1883,33 @@ add method SeedDMS_Core_DatabaseAccess::setLogFp()
|
||||||
problem when removing a document
|
problem when removing a document
|
||||||
</notes>
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
|
<release>
|
||||||
|
<date>2021-08-19</date>
|
||||||
|
<time>13:44:55</time>
|
||||||
|
<version>
|
||||||
|
<release>5.1.23</release>
|
||||||
|
<api>5.1.23</api>
|
||||||
|
</version>
|
||||||
|
<stability>
|
||||||
|
<release>stable</release>
|
||||||
|
<api>stable</api>
|
||||||
|
</stability>
|
||||||
|
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||||
|
<notes>
|
||||||
|
- SeedDMS_Core_DMS::getTimeline() uses status log instead of document content
|
||||||
|
- add methods SeedDMS_Core_DocumentContent::getReviewers() and SeedDMS_Core_DocumentContent::getApprovers()
|
||||||
|
- add methods SeedDMS_Core_DocumentContent::getApproveLog() and SeedDMS_Core_DocumentContent::getReviewLog()
|
||||||
|
- better handling of document with an empty workflow state
|
||||||
|
- fix checking of email addresses by using filter_var instead of regex
|
||||||
|
- add new method SeedDMS_Core_Document::hasCategory()
|
||||||
|
- add new method SeedDMS_Core_DocumentContent::removeReview()
|
||||||
|
- add new method SeedDMS_Core_DocumentContent::removeApproval()
|
||||||
|
- add new method SeedDMS_Core_User::getFolders()
|
||||||
|
- add new method SeedDMS_Core_User::getDocumentContents()
|
||||||
|
- add new method SeedDMS_Core_User::getDocumentFiles()
|
||||||
|
- add new method SeedDMS_Core_User::getDocumentLinks()
|
||||||
|
- add new type 'foldersperuser' to method SeedDMS_Core_DMS::getStatisticalData()
|
||||||
|
</notes>
|
||||||
|
</release>
|
||||||
</changelog>
|
</changelog>
|
||||||
</package>
|
</package>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user