Skip to content

Commit fac8d86

Browse files
committed
5.01 Beta 2
1 parent b40cd89 commit fac8d86

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<h5>5.01 Beta 2 [2021-01-26]</h5> Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1
2+
<hr>
3+
- Added to make jump ICON, jump and scroll to the correct "last post" (BigKev73)
4+
- Added addition modifications to make "last post" links scroll to correct location on page (BigKev73)
5+
- Added additional changes for scrolling to last post (BigKev73)
6+
- fix when trying to permanately delete a deleted post reports no selection made. (BigKev73)
7+
- Changes to fix logic issues with creating thumbnails, setting the thumbnail path and setting the img_info string (BigKev73)
8+
19
<h5>5.01 Beta 1 [2021-01-26]</h5> Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1
210
<hr>
311
- Facebook UI Style Rating (xd9527/mamba)

xoops_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
$modversion = [
1717
'version' => 5.01,
18-
'module_status' => 'Beta 1',
19-
'release_date' => '2021/01/26',
18+
'module_status' => 'Beta 2',
19+
'release_date' => '2021/01/27',
2020
'name' => _MI_NEWBB_NAME,
2121
'description' => _MI_NEWBB_DESC,
2222
'help' => 'page=help',

0 commit comments

Comments
 (0)