Skip to content

Commit 2a6750d

Browse files
committed
2.35.0 Beta 3
1 parent b3789fa commit 2a6750d

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

docs/changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<h5>2.35.0 Beta 3 [2021-11-11]</h5> Dev: XOOPS 2.5.11, PHP 7.4.25, PHP 8.0.12, PHP 8.1.0 Beta 5
2+
<hr>
3+
- reverse refactoring (mamba)
4+
- Condition can be replaced with 'min()'/'max()' call (mamba)
5+
- Redundant cast to boolean (mamba)
6+
- check for CriteriaCompo (mamba)
7+
- refactor check for language file (mamba)
8+
- Non-optimal if conditions (mamba)
9+
- 'array_values(...)' misused (mamba)
10+
- Unqualified function/constant reference (mamba)
11+
- Method 'getTagData' is undefined (mamba)
12+
13+
114
<h5>2.35.0 Beta 2 [2021-11-03]</h5> Dev: XOOPS 2.5.11, PHP 7.4.25, PHP 8.0.12, PHP 8.1.0 Beta 5
215
<hr>
316
- various updates/cosmetics (mamba)

xoops_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
// ------------------- Information ------------------- /
2828
$modversion = [
2929
'version' => '2.35.0',
30-
'module_status' => 'Beta 2',
31-
'release_date' => '2021/11/03',
30+
'module_status' => 'Beta 3',
31+
'release_date' => '2021/11/11',
3232
'name' => _MI_TAG_NAME,
3333
'description' => _MI_TAG_DESC,
3434
'official' => 0, //1 indicates official XOOPS module supported by XOOPS Dev Team, 0 means 3rd party supported

0 commit comments

Comments
 (0)