Skip to content

Commit 1cb43e6

Browse files
committed
2.35.0 Beta 4
1 parent 6fc3a65 commit 1cb43e6

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/changelog.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h5>2.35.0 Beta 4 [NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.25, PHP 8.0.12, PHP 8.1.0 Beta 5
1+
<h5>2.35.0 Beta 4 [2021-12-15]</h5> Dev: XOOPS 2.5.11, PHP 7.4.26, PHP 8.1.0
22
<hr>
33
- refactor tagBar() function into a class (mamba)
44
- various cosmetics (mamba)
@@ -14,10 +14,14 @@
1414
- added Blocksadmin (mamba)
1515
- PHP 8.1 cosmetics and type hinting (mamba)
1616
- $module_name in tag_index.tpl (alain01/mamba)
17-
- fix for int required in TagHandler (mamba)
17+
- fix for int required in TagHandler (alain01/mamba) https://github.com/mambax7/tag/issues/12
1818
- added pull for summary for Publisher (alain01/mamba)
1919
- deleted include/functions.php (mamba)
20-
-
20+
- fixed bug Number of tags (alain01/mamba) https://github.com/mambax7/tag/issues/13
21+
- fixed bug in tag_block_cloud.php (alain01/mamba) https://github.com/mambax7/tag/issues/15
22+
- deleted /test folder (alain01/mamba) https://github.com/mambax7/tag/issues/17
23+
- commented out the code for the new flash cumules block (alain01/mamba)
24+
2125

2226

2327
<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

xoops_version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$modversion = [
2828
'version' => '2.35.0',
2929
'module_status' => 'Beta 4',
30-
'release_date' => '2021/11/11',
30+
'release_date' => '2021/12/15',
3131
'name' => _MI_TAG_NAME,
3232
'description' => _MI_TAG_DESC,
3333
'official' => 0, //1 indicates official XOOPS module supported by XOOPS Dev Team, 0 means 3rd party supported

0 commit comments

Comments
 (0)