mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 07:22:08 +00:00
new version 1.2.1
This commit is contained in:
parent
f68dd2e483
commit
b18bedd004
|
@ -1,3 +1,8 @@
|
|||
Changes in version 1.2.1
|
||||
==========================
|
||||
|
||||
- implement /api/documents/{id}/
|
||||
|
||||
Changes in version 1.2.0
|
||||
==========================
|
||||
|
||||
|
|
6
conf.php
6
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.2.0',
|
||||
'releasedate' => '2023-10-10',
|
||||
'version' => '1.2.1',
|
||||
'releasedate' => '2023-11-03',
|
||||
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
|
||||
'config' => array(
|
||||
'rootfolder' => array(
|
||||
|
@ -73,7 +73,7 @@ $EXT_CONF['paperless'] = array(
|
|||
),
|
||||
),
|
||||
'constraints' => array(
|
||||
'depends' => array('php' => '7.4.0-', 'seeddms' => array('5.1.33-5.1.99', '6.0.26-6.0.99')),
|
||||
'depends' => array('php' => '7.4.0-', 'seeddms' => array('5.1.33-5.1.99', '6.0.26-6.0.99', '6.1.0-6.1.99')),
|
||||
),
|
||||
'icon' => 'icon.svg',
|
||||
'changelog' => 'changelog.md',
|
||||
|
|
Loading…
Reference in New Issue
Block a user