start new version 1.3.0

This commit is contained in:
Uwe Steinmann 2024-11-11 14:41:10 +01:00
parent eef4f46687
commit 0ee9bfee6b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Changes in version 1.3.0
==========================
- add page listing stored views
Changes in version 1.2.3 Changes in version 1.2.3
========================== ==========================

View File

@ -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.2.3', 'version' => '1.3.0',
'releasedate' => '2024-07-16', 'releasedate' => '2024-11-11',
'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(