Skip to content

Commit d07f398

Browse files
committed
3.1.3 FINAL
1 parent 70ef28f commit d07f398

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

api.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
$xlanguage['action'] = false;
4141
$langTag = Request::getString(XLANGUAGE_LANG_TAG, '', 'GET');
4242
if (!empty($langTag)) {
43-
//comment out the line 45 and line 128 if you want to switch also the Admin's language.
44-
//Otherwise the Admin will remain using your default language set in Site Preferences
4543
if (!empty($_GET[XLANGUAGE_LANG_TAG])) {
4644
$cookie_path = '/';
4745
setcookie($cookie_var, $langTag, time() + 3600 * 24 * 30, $cookie_path, '', 0);

docs/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<h5>3.1.3 FINAL [2021-08-20]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.9
2+
<hr>
3+
4+
15
<h5>3.1.3 RC-1 [2021-08-18]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.9
26
<hr>
37
- fix site stays on English instead of going to local default language (liomj/mamba)

xoops_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
// ------------------- Informations ------------------- //
3131
$modversion = [
3232
'version' => '3.1.3',
33-
'module_status' => 'RC-1',
34-
'release_date' => '2021/08/18',
33+
'module_status' => 'Final',
34+
'release_date' => '2021/08/20',
3535
'name' => _MI_XLANGUAGE_NAME,
3636
'description' => _MI_XLANGUAGE_DESC,
3737
'official' => 1, //1 indicates official XOOPS module supported by XOOPS Dev Team, 0 means 3rd party supported

0 commit comments

Comments
 (0)