forked from brol/lastBlogUpdate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_define.php
More file actions
28 lines (28 loc) · 950 Bytes
/
_define.php
File metadata and controls
28 lines (28 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
/**
* @file
* @brief The plugin lastBlogUpdate definition
* @ingroup lastBlogUpdate
*
* @defgroup lastBlogUpdate Plugin lastBlogUpdate.
*
* Show the dates of last updates of your blog in a widget.
*
* @author Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
$this->registerModule(
'Last blog update',
'Show the dates of last updates of your blog in a widget',
'Jean-Christian Denis, Pierre Van Glabeke',
'2025.09.13',
[
'requires' => [['core', '2.36']],
'permissions' => 'My',
'type' => 'plugin',
'support' => 'https://github.com/JcDenis/' . $this->id . '/issues',
'details' => 'https://github.com/JcDenis/' . $this->id . '/',
'repository' => 'https://raw.githubusercontent.com/JcDenis/' . $this->id . '/master/dcstore.xml',
'date' => '2025-09-13T14:18:30+00:00',
]
);