dcLatestVersions/_define.php

29 lines
1004 B
PHP
Raw Normal View History

2015-04-22 15:07:20 +00:00
<?php
2022-11-20 17:33:02 +00:00
/**
2023-10-11 19:49:44 +00:00
* @file
* @brief The plugin dcLatestVersions definition
* @ingroup dcLatestVersions
2022-11-20 17:33:02 +00:00
*
2023-10-11 19:49:44 +00:00
* @defgroup dcLatestVersions Plugin dcLatestVersions.
2022-11-20 17:33:02 +00:00
*
2023-10-11 19:49:44 +00:00
* Show the latest available versions of Dotclear.
2022-11-20 17:33:02 +00:00
*
2023-10-11 19:49:44 +00:00
* @author Jean-Christian Denis
* @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
2022-11-20 17:33:02 +00:00
*/
2015-04-22 15:07:20 +00:00
$this->registerModule(
2022-12-20 21:21:48 +00:00
"Dotclear's latest versions",
2021-08-27 15:53:07 +00:00
'Show the latest available versions of Dotclear',
'Jean-Christian Denis, Pierre Van Glabeke',
2023-10-15 20:48:23 +00:00
'2023.10.15',
2021-08-27 15:53:07 +00:00
[
2023-10-11 19:49:44 +00:00
'requires' => [['core', '2.28']],
'permissions' => 'My',
'type' => 'plugin',
'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
2021-08-27 15:53:07 +00:00
]
2022-11-16 22:03:38 +00:00
);