Skip to content

Commit efc752e

Browse files
committed
updates
1 parent c052eb3 commit efc752e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

xlanguage/preloads/core.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
* @copyright XOOPS Project (http://xoops.org)
1313
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License
1414
* @package xlanguage
15-
* @author trabis <lusopoemas@gmail.com>
16-
* @version $Id: core.php 9674 2012-06-19 15:12:44Z beckmi $
15+
* @author trabis <lusopoemas@gmail.com>
1716
*/
1817

1918
// defined('XOOPS_ROOT_PATH') || exit('XOOPS root path not defined');

xlanguage/xoops_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
$modversion["module_website_url"] = "www.xoops.org/";
3939
$modversion["module_website_name"] = "XOOPS";
4040
$modversion["module_status"] = "Beta 1";
41-
$modversion['min_php']='5.3.7';
42-
$modversion['min_xoops']="2.5.7";
41+
$modversion['min_php']='5.5';
42+
$modversion['min_xoops']="2.5.7.2";
4343
$modversion['min_admin']='1.1';
4444
$modversion['min_db']= array('mysql'=>'5.0.7', 'mysqli'=>'5.0.7');
4545

0 commit comments

Comments
 (0)