mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-04-22 15:21:57 +02:00
Versioning and copyright update
This commit is contained in:
parent
9cfd6daba0
commit
c000d4e04a
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
// Installation/upgrade file
|
||||
define('VERSION', 'v0.10.0-dev-1');
|
||||
define('VERSION', 'v0.10.0-dev-2');
|
||||
require 'inc/functions.php';
|
||||
loadConfig();
|
||||
|
||||
@ -131,6 +131,9 @@ if (file_exists($config['has_installed'])) {
|
||||
case '5.2.0-dev-1':
|
||||
// Back to Tinyboard versioning at this point.
|
||||
// PHP 7.0 and MySQL/MariaDB 5.5.3 or newer are now requirements.
|
||||
case 'v0.10.0-dev-1':
|
||||
// Replaced longtable with tablesorter, updated copyright years, PHP 7.3 fixes implemented
|
||||
// Next update will feature some nice surprises!
|
||||
case false:
|
||||
// TODO: enhance Tinyboard -> vichan upgrade path.
|
||||
query("CREATE TABLE IF NOT EXISTS ``search_queries`` ( `ip` varchar(39) NOT NULL, `time` int(11) NOT NULL, `query` text NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=utf8;") or error(db_error());
|
||||
|
@ -38,7 +38,7 @@
|
||||
{% include "boardlist.html" with {"bottom": true} %}
|
||||
<footer>
|
||||
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by Tinyboard {{ config.version }}
|
||||
<br>Tinyboard Copyright © 2010-2018 Tinyboard Development Group
|
||||
<br>Tinyboard Copyright © 2010-2019 Tinyboard Development Group
|
||||
<br><a href="https://engine.vichan.net/">vichan</a> Copyright © 2012-2016 vichan-devel</p>
|
||||
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
|
||||
</footer>
|
||||
|
@ -25,7 +25,7 @@
|
||||
<hr>
|
||||
<footer>
|
||||
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by Tinyboard {{ config.version }}
|
||||
<br>Tinyboard Copyright © 2010-2018 Tinyboard Development Group
|
||||
<br>Tinyboard Copyright © 2010-2019 Tinyboard Development Group
|
||||
<br><a href="https://engine.vichan.net/">vichan</a> Copyright © 2012-2016 vichan-devel</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
@ -84,7 +84,7 @@
|
||||
|
||||
<footer>
|
||||
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by Tinyboard {{ config.version }}
|
||||
<br>Tinyboard Copyright © 2010-2014 Tinyboard Development Group
|
||||
<br>Tinyboard Copyright © 2010-2019 Tinyboard Development Group
|
||||
<br><a href="https://engine.vichan.net/">vichan</a> Copyright © 2012-2016 vichan-devel</p>
|
||||
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
|
||||
</footer>
|
||||
|
Loading…
x
Reference in New Issue
Block a user