diff --git a/classes/DepositPackage.inc.php b/classes/DepositPackage.inc.php index 99c381b..57bb930 100644 --- a/classes/DepositPackage.inc.php +++ b/classes/DepositPackage.inc.php @@ -644,9 +644,12 @@ public function updateDepositStatus() { case '': // do nothing. break; + // WARNING: The usage of 'received' is unknown and it may be removed in the future case 'received': $this->_deposit->setLockssReceivedStatus(); break; + // WARNING: The usage of 'syncing' is unknown and it may be removed in the future + case 'syncing': case 'inProgress': $this->_deposit->setLockssSyncingStatus(); break; diff --git a/version.xml b/version.xml index ef37951..b0de6fc 100644 --- a/version.xml +++ b/version.xml @@ -13,7 +13,7 @@ pln plugins.generic - 2.0.5.0 + 3.0.0.0 2022-05-08 1 0