mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 07:22:08 +00:00
new version 1.1.4
This commit is contained in:
parent
e3c545ef36
commit
2440fd4e65
|
@ -1,3 +1,8 @@
|
|||
Changes in version 1.1.4
|
||||
==========================
|
||||
|
||||
- fix regression in searching documents
|
||||
|
||||
Changes in version 1.1.3
|
||||
==========================
|
||||
|
||||
|
|
4
conf.php
4
conf.php
|
@ -3,8 +3,8 @@ $EXT_CONF['paperless'] = array(
|
|||
'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.',
|
||||
'disable' => false,
|
||||
'version' => '1.1.3',
|
||||
'releasedate' => '2023-09-13',
|
||||
'version' => '1.1.4',
|
||||
'releasedate' => '2023-09-30',
|
||||
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
|
||||
'config' => array(
|
||||
'rootfolder' => array(
|
||||
|
|
Loading…
Reference in New Issue
Block a user