Skip to content

Commit 9a68240

Browse files
authored
Merge pull request #61 from mambax7/master
4.34 Final
2 parents 51f7685 + 321bc08 commit 9a68240

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.34 Final (XOOPS 2.5.10) 2019-05-07
2+
===========================================
3+
- 4.34 Final release
4+
15
4.34 RC1 (XOOPS 2.5.10) 2019-02-09
26
===========================================
37
- fix for Criteria('1', 1) (geekwright/mamba)

xoops_version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111

1212
$modversion['version'] = 4.34;
13-
$modversion['module_status'] = 'RC1';
14-
$modversion['release_date'] = '2019/02/09';
13+
$modversion['module_status'] = 'Final';
14+
$modversion['release_date'] = '2019/05/07';
1515
$modversion['name'] = _MI_NEWBB_NAME;
1616
$modversion['description'] = _MI_NEWBB_DESC;
1717
$modversion['credits'] = 'NewBB 2 developed by Marko Schmuck (predator) / D.J. (phppp) / Alfred(dhcst)';
@@ -26,9 +26,9 @@
2626
$modversion['module_website_url'] = 'www.xoops.org/';
2727
$modversion['module_website_name'] = 'XOOPS';
2828
$modversion['min_php'] = '5.5';
29-
$modversion['min_xoops'] = '2.5.8';
29+
$modversion['min_xoops'] = '2.5.9';
3030
$modversion['min_admin'] = '1.2';
31-
$modversion['min_db'] = ['mysql' => '5.1'];
31+
$modversion['min_db'] = ['mysql' => '5.5'];
3232
$modversion['system_menu'] = 1;
3333
$modversion['dirmoduleadmin'] = 'Frameworks/moduleclasses/moduleadmin';
3434
$modversion['sysicons16'] = 'Frameworks/moduleclasses/icons/16';

0 commit comments

Comments
 (0)