mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-30 21:47:30 +00:00
fix versions
This commit is contained in:
parent
7fc7ffd708
commit
b03fcc5b6a
|
@ -15,7 +15,7 @@
|
||||||
<date>2017-02-20</date>
|
<date>2017-02-20</date>
|
||||||
<time>06:23:34</time>
|
<time>06:23:34</time>
|
||||||
<version>
|
<version>
|
||||||
<release>5.1.0</release>
|
<release>6.0.0</release>
|
||||||
<api>6.0.0</api>
|
<api>6.0.0</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
|
@ -24,7 +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>
|
||||||
- all changes from 5.0.10 merged
|
- all changes from 5.1.0 merged
|
||||||
- SeedDMS_Core_User::getReceiptStatus() and SeedDMS_Core_User::getReviewStatus()
|
- SeedDMS_Core_User::getReceiptStatus() and SeedDMS_Core_User::getReviewStatus()
|
||||||
only return entries of the latest document version if not specific document and
|
only return entries of the latest document version if not specific document and
|
||||||
version is passed
|
version is passed
|
||||||
|
@ -35,7 +35,8 @@ SeedDMS_Core_DMS::getDocumentsInRevision()
|
||||||
- finishRevsion() puts all revisors into state waiting, so a new revision can be started
|
- finishRevsion() puts all revisors into state waiting, so a new revision can be started
|
||||||
- fix SeedDMS_Core_Group::getRevisionStatus(), which did not always return the last
|
- fix SeedDMS_Core_Group::getRevisionStatus(), which did not always return the last
|
||||||
log entry first
|
log entry first
|
||||||
- added postgres support
|
- add roles
|
||||||
|
- use classname from SeedDMS_Core_DMS::_classnames for SeedDMS_Core_DocumentContent
|
||||||
</notes>
|
</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir baseinstalldir="SeedDMS" name="/">
|
<dir baseinstalldir="SeedDMS" name="/">
|
||||||
|
@ -1335,41 +1336,7 @@ SeedDMS_Core_DMS::getNotificationsByUser() are deprecated
|
||||||
</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 roles
|
- added postgres support
|
||||||
- use classname from SeedDMS_Core_DMS::_classnames for SeedDMS_Core_DocumentContent
|
|
||||||
- all changes from 4.3.26 merged
|
|
||||||
</notes>
|
|
||||||
</release>
|
|
||||||
<release>
|
|
||||||
<date>2016-09-06</date>
|
|
||||||
<time>09:28:28</time>
|
|
||||||
<version>
|
|
||||||
<release>5.1.1</release>
|
|
||||||
<api>5.1.1</api>
|
|
||||||
</version>
|
|
||||||
<stability>
|
|
||||||
<release>stable</release>
|
|
||||||
<api>stable</api>
|
|
||||||
</stability>
|
|
||||||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
|
||||||
<notes>
|
|
||||||
- all changes till 5.0.6 merged
|
|
||||||
</notes>
|
|
||||||
</release>
|
|
||||||
<release>
|
|
||||||
<date>2017-02-20</date>
|
|
||||||
<time>06:23:34</time>
|
|
||||||
<version>
|
|
||||||
<release>5.0.10</release>
|
|
||||||
<api>5.0.10</api>
|
|
||||||
</version>
|
|
||||||
<stability>
|
|
||||||
<release>stable</release>
|
|
||||||
<api>stable</api>
|
|
||||||
</stability>
|
|
||||||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
|
||||||
<notes>
|
|
||||||
- all changes from 4.3.33 merged
|
|
||||||
</notes>
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
</changelog>
|
</changelog>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user