new version 1.4.0

This commit is contained in:
Uwe Steinmann 2025-01-02 17:11:10 +01:00
parent 6633e78ef8
commit 54d4d2c41a
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
Changes in version 1.4.0
==========================
- lots of changes to be compatible with Slim 4 which was introduced
in SeedDMS 5.1.37 and 6.0.30
Changes in version 1.3.0
==========================

View File

@ -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.3.0',
'releasedate' => '2024-12-09',
'version' => '1.4.0',
'releasedate' => '2024-12-19',
'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.34-5.1.36', '6.0.29-6.0.99', '6.1.0-6.1.99')),
'depends' => array('php' => '7.4.0-', 'seeddms' => array('5.1.34-5.1.37', '6.0.30-6.0.99', '6.1.0-6.1.99')),
),
'icon' => 'icon.svg',
'changelog' => 'changelog.md',