added v3.0.7 changelog and API menu option

This commit is contained in:
following 2013-04-19 02:01:27 +02:00
parent cd7a6f3af7
commit 760a5706f4
3 changed files with 24 additions and 0 deletions

View File

@ -225,6 +225,14 @@ function post_config()
'visible' => true, 'visible' => true,
'filename' => 'http://geokrety.org/index.php?lang=de_DE.UTF-8' 'filename' => 'http://geokrety.org/index.php?lang=de_DE.UTF-8'
); );
$menu[] = array(
'title' => 'API',
'menustring' => 'API',
'siteid' => 'API',
'visible' => true,
'filename' => 'okapi'
);
} }
?> ?>

View File

@ -13,6 +13,14 @@
<p>Im Folgenden sind alle Veränderungen ab OC Version&nbsp;3.0 aufgelistet. Manche Kleinigkeiten wurden zur besseren Übersicht weggelassen und sind im <a href="http://forum.opencaching-network.org/index.php?board=43.0">Entwicklerforum</a> nachlesbar.</p> <p>Im Folgenden sind alle Veränderungen ab OC Version&nbsp;3.0 aufgelistet. Manche Kleinigkeiten wurden zur besseren Übersicht weggelassen und sind im <a href="http://forum.opencaching-network.org/index.php?board=43.0">Entwicklerforum</a> nachlesbar.</p>
<br /> <br />
<p><strong>Version 3.0.7</strong> &ndash; 19. April 2013</p>
<ul>
<li>Neu: <a href="okapi">OKAPI</a></li>
<li>&bdquo;Apple-Touch-Icons&ldquo; für Smartphones</li>
<li>Beim Loggen eigener Caches wird &bdquo;Hinweis&ldquo; als Logtyp vorgeschlagen statt wie bisher &bdquo;gefunden&ldquo;.</li>
</ul>
<br />
<p><strong>Version 3.0.6</strong> &ndash; 12. April 2013</p> <p><strong>Version 3.0.6</strong> &ndash; 12. April 2013</p>
<p>Neu:</p> <p>Neu:</p>
<ul> <ul>

View File

@ -13,6 +13,14 @@
<p>This page lists all changes since version 3.0. Some small items have been omitted here.</p> <p>This page lists all changes since version 3.0. Some small items have been omitted here.</p>
<br /> <br />
<p><strong>Release 3.0.7</strong> &ndash; April 19, 2013</p>
<ul>
<li>New: <a href="okapi">OKAPI</a></li>
<li>"Apple Touch Icons" for Smartphones</li>
<li>When logging own caches, the log type "Note" is preselected instead of "Found it".</li>
</ul>
<br />
<p><strong>Release 3.0.6</strong> &ndash; April 12, 2013</p> <p><strong>Release 3.0.6</strong> &ndash; April 12, 2013</p>
<p>New:</p> <p>New:</p>
<ul> <ul>