v0.9.4
This commit is contained in:
parent
8d75378785
commit
c9844b86bf
@ -820,8 +820,8 @@
|
|||||||
$config['mod']['bumplock'] = MOD;
|
$config['mod']['bumplock'] = MOD;
|
||||||
// View whether a thread has been bumplocked ("-1" to allow non-mods to see too)
|
// View whether a thread has been bumplocked ("-1" to allow non-mods to see too)
|
||||||
$config['mod']['view_bumplock'] = MOD;
|
$config['mod']['view_bumplock'] = MOD;
|
||||||
// "Move" a thread to another board
|
// "Move" a thread to another board (EXPERIMENTAL; has some known bugs)
|
||||||
$config['mod']['move'] = MOD;
|
$config['mod']['move'] = DISABLED;
|
||||||
// Post bypass unoriginal content check on robot-enabled boards
|
// Post bypass unoriginal content check on robot-enabled boards
|
||||||
$config['mod']['postunoriginal'] = ADMIN;
|
$config['mod']['postunoriginal'] = ADMIN;
|
||||||
// Bypass flood check
|
// Bypass flood check
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
// Installation/upgrade file
|
// Installation/upgrade file
|
||||||
define('VERSION', 'v0.9.4-dev-3');
|
define('VERSION', 'v0.9.4');
|
||||||
|
|
||||||
require 'inc/functions.php';
|
require 'inc/functions.php';
|
||||||
require 'inc/display.php';
|
require 'inc/display.php';
|
||||||
|
2
mod.php
2
mod.php
@ -226,7 +226,7 @@
|
|||||||
$latest['massive'] . '.' .
|
$latest['massive'] . '.' .
|
||||||
$latest['major'] . '.' .
|
$latest['major'] . '.' .
|
||||||
$latest['minor'] .
|
$latest['minor'] .
|
||||||
'</strong>) is available! See <a href="http://tinyboard.org">http://tinyboard.org/</a> for download instructions.</li>';
|
'</strong>) is available! See <a href="http://tinyboard.org">http://tinyboard.org/</a> for upgrade instructions.</li>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user