Skip to content

Commit 504ab4e

Browse files
committed
3.1 RC 1
1 parent e8492d6 commit 504ab4e

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

docs/changelog.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1+
<h5>3.1 RC 1 [2019-12-22]</h5>
2+
<hr>
3+
- __NAMESPACE__ in Helper.php (mamba)
4+
- renamed 'PHP_SELF' to 'SCRIPT_NAME' (mamba)
5+
- cosmetics, PSR12 (mamba)
6+
- decreased index key length (mamba) (MySQL error #1071)
7+
- added few \Xmf\Request checks (mamba)
8+
9+
110
<h5>3.1 Beta 1 [NOT RELEASED]</h5>
211
<hr>
312
- cosmetics (mamba)
413
- renamed XLANG to XLANGUAGE (mamba)
514
- namespaces (mamba)
615
- autoloading (mamba)
716
- moved include/config.php to /config/config.ph (mamba)
8-
- __NAMESPACE__ in Helper.php (mamba)
9-
- renamed 'PHP_SELF' to 'SCRIPT_NAME' (mamba)
17+
1018

1119
<h5>3.05 RC 1 [2017-09-02]</h5>
1220
<hr>

xoops_version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// ------------------- Informations ------------------- //
2828
$modversion = [
2929
'version' => 3.1,
30-
'module_status' => 'Beta 1',
30+
'module_status' => 'RC 1',
3131
'release_date' => '2019/12/22',
3232
'name' => _MI_XLANGUAGE_NAME,
3333
'description' => _MI_XLANGUAGE_DESC,

0 commit comments

Comments
 (0)