-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
* PHP version 5 | ||
* | ||
* Copyright © 2013-2016 Mélissa Djebel | ||
* Copyright © 2017-2022 The Galette Team | ||
* Copyright © 2017-2023 The Galette Team | ||
* | ||
* This file is part of Galette (http://galette.tuxfamily.org). | ||
* This file is part of Galette (https://galette.eu). | ||
* | ||
* ObjectsLend is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -31,9 +31,9 @@ | |
* @author Mélissa Djebel <[email protected]> | ||
* @author Johan Cwiklinski <[email protected]> | ||
* @copyright 2013-2016 Mélissa Djebel | ||
* @copyright 2017-2022 The Galette Team | ||
* @copyright 2017-2023 The Galette Team | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version | ||
* @link http://galette.tuxfamily.org | ||
* @link https://galette.eu | ||
*/ | ||
|
||
$this->register( | ||
|
@@ -43,7 +43,7 @@ | |
'2.0.0', //Version | ||
'1.0.0', //Galette version compatibility | ||
'objectslend', //routing name and translation domain | ||
'2022-05-29', //Date | ||
'2023-12-07', //Date | ||
[ | ||
'objectslend_preferences' => 'admin', | ||
'store_objectlend_preferences' => 'admin', | ||
|