Revision 591
Added by doc almost 17 years ago
info.php | ||
---|---|---|
24 | 24 |
*/ |
25 | 25 |
|
26 | 26 |
/* History: |
27 |
2.7 - 24. Jan. 2008 - doc |
|
28 |
- added language support, changed platform to 2.7 |
|
27 | 29 |
|
28 | 30 |
2.6.1.1 - 16. Jan. 2008 - thorn |
29 | 31 |
- added table mod_menu_link |
... | ... | |
36 | 38 |
$module_directory = 'menu_link'; |
37 | 39 |
$module_name = 'Menu Link'; |
38 | 40 |
$module_function = 'page'; |
39 |
$module_version = '2.6.1.1';
|
|
40 |
$module_platform = '2.6.x';
|
|
41 |
$module_version = '2.7';
|
|
42 |
$module_platform = '2.7.x';
|
|
41 | 43 |
$module_author = 'Ryan Djurovich, thorn'; |
42 | 44 |
$module_license = 'GNU General Public License'; |
43 | 45 |
$module_description = 'This module allows you to insert a link into the menu.'; |
Also available in: Unified diff
added language support to all integrated modules (except for news and form module)