Skip to content

Commit

Permalink
Released version 3.4.6 for Omeka S v3 and v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Jan 9, 2023
1 parent 8e89438 commit 02d171b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.txt
* @copyright John Flatness, Center for History and New Media, 2013-2014
* @copyright BibLibre, 2016
* @copyright Daniel Berthereau, 2014-2020
* @copyright Daniel Berthereau, 2014-2023
*/
namespace OaiPmhRepository;

Expand Down
4 changes: 2 additions & 2 deletions config/module.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ author_link = "https://gitlab.com/Daniel-KM"
module_link = "https://gitlab.com/Daniel-KM/omeka-s-module-OaiPmhRepository"
support_link = "https://gitlab.com/Daniel-KM/omeka-s-module-OaiPmhRepository/-/issues"
configurable = true
version = "3.3.6"
omeka_version_constraint = "^3.0.0"
version = "3.4.6"
omeka_version_constraint = "^3.0.0 || ^4.0.0"
2 changes: 1 addition & 1 deletion src/Controller/RequestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author John Flatness, Yu-Hsun Lin
* @copyright Copyright 2009 John Flatness, Yu-Hsun Lin
* @copyright BibLibre, 2016
* @copyright Daniel Berthereau, 2014-2018
* @copyright Daniel Berthereau, 2014-2023
* @license http://www.gnu.org/licenses/gpl-3.0.txt
*/
namespace OaiPmhRepository\Controller;
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/OaiPmhRepositoryToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author Julian Maurice <[email protected]>
* @copyright BibLibre, 2016
* @author Daniel Berthereau <[email protected]>
* @copyright Daniel Berthereau, 2017-2018
* @copyright Daniel Berthereau, 2017-2023
* @license http://www.gnu.org/licenses/gpl-3.0.txt
*/
namespace OaiPmhRepository\Entity;
Expand Down
2 changes: 1 addition & 1 deletion src/OaiPmh/AbstractXmlGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author John Flatness, Yu-Hsun Lin
* @copyright Copyright 2009 John Flatness, Yu-Hsun Lin
* @copyright BibLibre, 2016
* @copyright Daniel Berthereau, 2014-2018
* @copyright Daniel Berthereau, 2014-2023
* @license http://www.gnu.org/licenses/gpl-3.0.txt
*/
namespace OaiPmhRepository\OaiPmh;
Expand Down
2 changes: 1 addition & 1 deletion src/OaiPmh/Plugin/Date.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author John Flatness
* @copyright Copyright 2012 John Flatness
* @copyright BibLibre, 2016
* @copyright Daniel Berthereau, 2014-2018
* @copyright Daniel Berthereau, 2014-2023
* @license http://www.gnu.org/licenses/gpl-3.0.txt
*/
namespace OaiPmhRepository\OaiPmh\Plugin;
Expand Down
2 changes: 1 addition & 1 deletion src/OaiPmh/Plugin/OaiIdentifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author John Flatness, Yu-Hsun Lin
* @copyright Copyright 2009 John Flatness, Yu-Hsun Lin
* @copyright BibLibre, 2016
* @copyright Daniel Berthereau, 2014-2018
* @copyright Daniel Berthereau, 2014-2023
* @license http://www.gnu.org/licenses/gpl-3.0.txt
*/
namespace OaiPmhRepository\OaiPmh\Plugin;
Expand Down
2 changes: 1 addition & 1 deletion src/OaiPmh/ResponseGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author John Flatness, Yu-Hsun Lin
* @copyright Copyright 2009 John Flatness, Yu-Hsun Lin
* @copyright BibLibre, 2016-2017
* @copyright Daniel Berthereau, 2014-2018
* @copyright Daniel Berthereau, 2014-2023
* @license http://www.gnu.org/licenses/gpl-3.0.txt
*/
namespace OaiPmhRepository\OaiPmh;
Expand Down

0 comments on commit 02d171b

Please sign in to comment.