Skip to content

Commit

Permalink
1.06 Beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Dec 9, 2017
1 parent 91b9e17 commit c57f814
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/admin_header.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@

if (!isset($GLOBALS['xoopsTpl']) || !($GLOBALS['xoopsTpl'] instanceof XoopsTpl)) {
require_once $GLOBALS['xoops']->path('class/template.php');
$xoopsTpl = new XoopsTpl();
$GLOBALS['xoopsTpl'] = new XoopsTpl();
}
4 changes: 4 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<h5>1.06 Beta 2 [NOT RELEASED]</h5>
<hr>
- addded missing common traits (goffy/mamba)

<h5>1.06 Beta 1 [NOT RELEASED]</h5>
<hr>
- namespaces (mamba)
Expand Down
4 changes: 2 additions & 2 deletions xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

$modversion = [
'version' => '1.06',
'module_status' => 'Beta 1',
'release_date' => '2017/12/08',
'module_status' => 'Beta 2',
'release_date' => '2017/12/09',
'name' => _MI_PUBLISHER_MD_NAME,
'description' => _MI_PUBLISHER_MD_DESC,
'author' => 'Trabis (www.Xuups.com)',
Expand Down

0 comments on commit c57f814

Please sign in to comment.