Revision 3387,
875 bytes
checked in by brol, 8 years ago
(diff) |
1.6 retrocompatibilité dc2.3 à dc2.7.6
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # |
---|
4 | # This file is part of Dotclear 2 "Fake Me Up" plugin. |
---|
5 | # |
---|
6 | # Copyright (c) 2010-2015 Bruno Hondelatte, and contributors. |
---|
7 | # Many, many thanks to Olivier Meunier and the Dotclear Team. |
---|
8 | # Licensed under the GPL version 2.0 license. |
---|
9 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
10 | # |
---|
11 | # -- END LICENSE BLOCK ------------------------------------ |
---|
12 | if (!defined('DC_RC_PATH')) { return; } |
---|
13 | |
---|
14 | $this->registerModule( |
---|
15 | /* Name */ "Fake Me Up", |
---|
16 | /* Description*/ "Fakes Dotclear digest to force automatic updates", |
---|
17 | /* Author */ "Bruno Hondelatte", |
---|
18 | /* Version */ '1.6', |
---|
19 | /* Properties */ |
---|
20 | array( |
---|
21 | 'permissions' => 'admin', |
---|
22 | 'type' => 'plugin', |
---|
23 | 'dc_min' => '2.3', |
---|
24 | 'support' => 'http://forum.dotclear.org/viewtopic.php?pid=310117', |
---|
25 | 'details' => 'http://plugins.dotaddict.org/dc2/details/fakemeup' |
---|
26 | ) |
---|
27 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.