Ver 1.0.0
This commit is contained in:
@@ -66,7 +66,7 @@ Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3por
|
|||||||
<mod-version>
|
<mod-version>
|
||||||
<major>1</major>
|
<major>1</major>
|
||||||
<minor>0</minor>
|
<minor>0</minor>
|
||||||
<revision>0 RC1</revision>
|
<revision>0</revision>
|
||||||
</mod-version>
|
</mod-version>
|
||||||
<installation>
|
<installation>
|
||||||
<level>easy</level>
|
<level>easy</level>
|
||||||
@@ -83,7 +83,7 @@ Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3por
|
|||||||
<rev-version>
|
<rev-version>
|
||||||
<major>1</major>
|
<major>1</major>
|
||||||
<minor>0</minor>
|
<minor>0</minor>
|
||||||
<revision>0 RC1</revision>
|
<revision>0</revision>
|
||||||
</rev-version>
|
</rev-version>
|
||||||
<changelog lang="en-GB">
|
<changelog lang="en-GB">
|
||||||
<change>Many bugfixes, view: http://www.board3.de/bugtracker/viewcat.php?c=6</change>
|
<change>Many bugfixes, view: http://www.board3.de/bugtracker/viewcat.php?c=6</change>
|
||||||
@@ -291,4 +291,4 @@ Deny from All
|
|||||||
<diy-instructions lang="en-gb">Browse to install_portal/install.php and run the installer, after successfull installation delete the installer.</diy-instructions>
|
<diy-instructions lang="en-gb">Browse to install_portal/install.php and run the installer, after successfull installation delete the installer.</diy-instructions>
|
||||||
<diy-instructions lang="de">install_portal/install.php aufrufen und ausführen, nach erfolgreicher Installation löschen</diy-instructions>
|
<diy-instructions lang="de">install_portal/install.php aufrufen und ausführen, nach erfolgreicher Installation löschen</diy-instructions>
|
||||||
</action-group>
|
</action-group>
|
||||||
</mod>
|
</mod>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$current_version = '1.0.0RC1';
|
$current_version = '1.0.0';
|
||||||
|
|
||||||
// If only checking version, exit.
|
// If only checking version, exit.
|
||||||
if( defined('IN_PHPBB') )
|
if( defined('IN_PHPBB') )
|
||||||
@@ -29,7 +29,7 @@ $page_title = 'Board3portal v' . $current_version;
|
|||||||
|
|
||||||
if( $user->data['is_registered'] && $auth->acl_get('a_board') )
|
if( $user->data['is_registered'] && $auth->acl_get('a_board') )
|
||||||
{
|
{
|
||||||
$version_array = array('0.1.0', '0.2.0', '0.2.1', '0.2.2', '0.3.0', 'p3p1.2.2', 'p3p1.2.1', 'p3p1.2.0', 'p3p1.1.0b');
|
$version_array = array('0.1.0', '0.2.0', '0.2.1', '0.2.2', '0.3.0', '1.0.0RC1', 'p3p1.2.2', 'p3p1.2.1', 'p3p1.2.0', 'p3p1.1.0b');
|
||||||
|
|
||||||
$old_version = 0;
|
$old_version = 0;
|
||||||
$phpbb3portal = false;
|
$phpbb3portal = false;
|
||||||
@@ -1044,4 +1044,4 @@ if( $user->data['is_registered'] && $auth->acl_get('a_board') )
|
|||||||
include($phpbb_root_path . 'install_portal/style/layout_footer.'.$phpEx);
|
include($phpbb_root_path . 'install_portal/style/layout_footer.'.$phpEx);
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3por
|
|||||||
<mod-version>
|
<mod-version>
|
||||||
<major>1</major>
|
<major>1</major>
|
||||||
<minor>0</minor>
|
<minor>0</minor>
|
||||||
<revision>0 RC1</revision>
|
<revision>0</revision>
|
||||||
</mod-version>
|
</mod-version>
|
||||||
<installation>
|
<installation>
|
||||||
<level>easy</level>
|
<level>easy</level>
|
||||||
@@ -137,4 +137,4 @@ Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3por
|
|||||||
</open>
|
</open>
|
||||||
<diy-instructions lang="en-gb">see normal install-file</diy-instructions>
|
<diy-instructions lang="en-gb">see normal install-file</diy-instructions>
|
||||||
</action-group>
|
</action-group>
|
||||||
</mod>
|
</mod>
|
||||||
|
|||||||
Reference in New Issue
Block a user