Revision 2643,
787 bytes
checked in by kwon, 13 years ago
(diff) |
Newsletter 3.7.9 :
' closes #538 : ajoute une date unique de dernier envoi
' correction dans l'utilisation du tri des dates
' corrections dans les styles
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # This file is part of Newsletter, a plugin for Dotclear. |
---|
4 | # |
---|
5 | # Copyright (c) 2009-2010 Benoit de Marne. |
---|
6 | # benoit.de.marne@gmail.com |
---|
7 | # Many thanks to Association Dotclear and special thanks to Olivier Le Bris |
---|
8 | # |
---|
9 | # Licensed under the GPL version 2.0 license. |
---|
10 | # A copy of this license is available in LICENSE file or at |
---|
11 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
12 | # -- END LICENSE BLOCK ------------------------------------ |
---|
13 | |
---|
14 | $this->registerModule( |
---|
15 | /* Name */ "Newsletter", |
---|
16 | /* Description*/ "Manage your newsletters in Dotclear 2", |
---|
17 | /* Author */ "Benoit de Marne", |
---|
18 | /* Version */ "3.7.9", |
---|
19 | /* Permissions */ "usage,contentadmin", |
---|
20 | /* Priority */ null |
---|
21 | ); |
---|
22 | |
---|
23 | /* Original Author (3.4.2) : Olivier Le Bris */ |
---|
24 | |
---|
25 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.