Skip to content

Commit

Permalink
1.07 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Jun 9, 2019
1 parent 8b1c788 commit aa807e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<h5>1.07 Final [2019-06-08]</h5> Dev: XOOPS 2.5.10, PHP 7.3.6
<hr>
- Unnecessary closures (mamba)
- fix: delete $publisherIsAdmin check (mamba)


<h5>1.07 RC2 [2019-06-08]</h5> Dev: XOOPS 2.5.10, PHP 7.3.6
<hr>
- reverted in_array() true check (mamba)
Expand Down
2 changes: 1 addition & 1 deletion xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

$modversion = [
'version' => '1.07',
'module_status' => 'RC2',
'module_status' => 'Final',
'release_date' => '2019/06/08',
'name' => _MI_PUBLISHER_MD_NAME,
'description' => _MI_PUBLISHER_MD_DESC,
Expand Down

0 comments on commit aa807e9

Please sign in to comment.