diff --git a/changelog.md b/changelog.md index bdf766f..40ad5a4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +Changes in version 1.2.3 +========================== + +- better check for fulltext index, issue warning in settings if fulltext + search is turned off + Changes in version 1.2.2 ========================== diff --git a/conf.php b/conf.php index e85b9bd..a91d1a4 100644 --- a/conf.php +++ b/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.2', - 'releasedate' => '2024-04-23', + 'version' => '1.2.3', + 'releasedate' => '2024-07-16', 'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'), 'config' => array( 'rootfolder' => array(