#115: ACP option to hide / show the columns "views" and "replies" in compact mode for news and announcements.

RC3 preparation.
This commit is contained in:
Kevin
2008-08-29 18:56:37 +00:00
parent 34764d111d
commit e256e9a039
12 changed files with 99 additions and 58 deletions

View File

@@ -10,7 +10,7 @@
*
*/
$current_version = '1.0.0RC2';
$current_version = '1.0.0RC3';
// If only checking version, exit.
if( defined('IN_PHPBB') )
@@ -39,7 +39,7 @@ $page_title = 'Board3portal v' . $current_version;
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', '1.0.0RC1', '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', '1.0.0RC2', 'p3p1.2.2', 'p3p1.2.1', 'p3p1.2.0', 'p3p1.1.0b');
$old_version = 0;
$phpbb3portal = false;