start version 1.1.3

This commit is contained in:
Uwe Steinmann 2023-05-30 10:08:10 +02:00
parent 1205b32572
commit ce540d3e24
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Changes in version 1.1.3
==========================
- fix color of labels
- return json array with element `non_field_errors` when login with
token failed
Changes in version 1.1.2 Changes in version 1.1.2
========================== ==========================

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.1.2', 'version' => '1.1.3',
'releasedate' => '2023-05-11', 'releasedate' => '2023-05-30',
'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(