mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 15:32:08 +00:00
next version is 1.1.0 because of so many changes
This commit is contained in:
parent
84742f6ab6
commit
48c474a815
|
@ -1,4 +1,4 @@
|
||||||
Changes in version 1.0.1
|
Changes in version 1.1.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
- add support for correspondents and document types
|
- add support for correspondents and document types
|
||||||
|
|
4
conf.php
4
conf.php
|
@ -3,8 +3,8 @@ $EXT_CONF['paperless'] = array(
|
||||||
'title' => 'Paperless RestAPI',
|
'title' => 'Paperless RestAPI',
|
||||||
'description' => 'This extension adds additional rest api routes to make it behave like a paperless server. Just use the regular paperless apps, .e.g paperless mobile to access SeedDMS.',
|
'description' => 'This extension adds additional rest api routes to make it behave like a paperless server. Just use the regular paperless apps, .e.g paperless mobile to access SeedDMS.',
|
||||||
'disable' => false,
|
'disable' => false,
|
||||||
'version' => '1.0.1',
|
'version' => '1.1.0',
|
||||||
'releasedate' => '2023-02-08',
|
'releasedate' => '2023-03-15',
|
||||||
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
|
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
|
||||||
'config' => array(
|
'config' => array(
|
||||||
'rootfolder' => array(
|
'rootfolder' => array(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user