|
27 | 27 | // ------------------- Informations ------------------- // |
28 | 28 | $modversion = [ |
29 | 29 | 'version' => 2.34, |
30 | | - 'module_status' => 'RC-1', |
31 | | - 'release_date' => '2018/09/22', |
| 30 | + 'module_status' => 'RC-2', |
| 31 | + 'release_date' => '2019/02/11', |
32 | 32 | 'name' => _MI_TAG_NAME, |
33 | 33 | 'description' => _MI_TAG_DESC, |
34 | 34 | 'official' => 0, |
35 | 35 | //1 indicates official XOOPS module supported by XOOPS Dev Team, 0 means 3rd party supported |
36 | 36 | 'author' => 'Taiwen Jiang <phppp@users.sourceforge.net>', |
37 | 37 | 'author_website_url' => 'https://xoops.org', |
38 | 38 | 'author_website_name' => 'XOOPS', |
39 | | - 'credits' => 'XOOPS Development Team, Trabis, Mamba', |
| 39 | + 'credits' => 'XOOPS Development Team, Trabis, Mamba, Aerograf, Mage, Alfredx', |
40 | 40 | 'license' => 'GPL 2.0 or later', |
41 | 41 | 'license_url' => 'www.gnu.org/licenses/gpl-2.0.html/', |
42 | 42 | 'help' => 'page=help', |
|
52 | 52 | 'iconbig' => 'assets/images/iconbig.png', |
53 | 53 | 'dirname' => $moduleDirName, |
54 | 54 | //Frameworks |
55 | | - // 'dirmoduleadmin' => 'Frameworks/moduleclasses/moduleadmin', |
56 | | - // 'sysicons16' => 'Frameworks/moduleclasses/icons/16', |
57 | | - // 'sysicons32' => 'Frameworks/moduleclasses/icons/32', |
58 | 55 | // Local path icons |
59 | 56 | 'modicons16' => 'assets/images/icons/16', |
60 | 57 | 'modicons32' => 'assets/images/icons/32', |
|
0 commit comments