Versioning and copyright update

This commit is contained in:
Daniel Saunders 2019-03-14 23:47:18 -04:00
parent 9cfd6daba0
commit c000d4e04a
4 changed files with 7 additions and 4 deletions

View File

@ -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());

View File

@ -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 &copy; 2010-2018 Tinyboard Development Group
<br>Tinyboard Copyright &copy; 2010-2019 Tinyboard Development Group
<br><a href="https://engine.vichan.net/">vichan</a> Copyright &copy; 2012-2016 vichan-devel</p>
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
</footer>

View File

@ -25,7 +25,7 @@
<hr>
<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by Tinyboard {{ config.version }}
<br>Tinyboard Copyright &copy; 2010-2018 Tinyboard Development Group
<br>Tinyboard Copyright &copy; 2010-2019 Tinyboard Development Group
<br><a href="https://engine.vichan.net/">vichan</a> Copyright &copy; 2012-2016 vichan-devel</p>
</footer>
</body>

View File

@ -84,7 +84,7 @@
<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by Tinyboard {{ config.version }}
<br>Tinyboard Copyright &copy; 2010-2014 Tinyboard Development Group
<br>Tinyboard Copyright &copy; 2010-2019 Tinyboard Development Group
<br><a href="https://engine.vichan.net/">vichan</a> Copyright &copy; 2012-2016 vichan-devel</p>
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
</footer>