Bump version

This commit is contained in:
Starbeamrainbowlabs 2016-03-21 17:12:32 +00:00
parent 705406deb9
commit 462affe0f8
3 changed files with 6 additions and 7 deletions

View File

@ -380,7 +380,7 @@ Actions:
///////////////////////////////////////////////////////////////////////////////////////////////
/////////////// Do not edit below this line unless you know what you are doing! ///////////////
///////////////////////////////////////////////////////////////////////////////////////////////
$version = "v0.10-dev";
$version = "v0.10-beta1";
/// Environment ///
$env = new stdClass();
$env->action = $settings->defaultaction;
@ -954,7 +954,7 @@ class page_renderer
<footer>
<p>{footer-message}</p>
<p>Powered by Pepperminty Wiki v0.10-dev, which was built by <a href='//starbeamrainbowlabs.com/'>Starbeamrainbowlabs</a>. Send bugs to 'bugs at starbeamrainbowlabs dot com' or <a href='//github.com/sbrl/Pepperminty-Wiki' title='Github Issue Tracker'>open an issue</a>.</p>
<p>Powered by Pepperminty Wiki v0.10-beta1, which was built by <a href='//starbeamrainbowlabs.com/'>Starbeamrainbowlabs</a>. Send bugs to 'bugs at starbeamrainbowlabs dot com' or <a href='//github.com/sbrl/Pepperminty-Wiki' title='Github Issue Tracker'>open an issue</a>.</p>
<p>Your local friendly administrators are {admins-name-list}.</p>
<p>This wiki is managed by <a href='mailto:{admin-details-email}'>{admin-details-name}</a>.</p>
</footer>
@ -966,7 +966,7 @@ class page_renderer
<p><em>From {sitename}, which is managed by {admin-details-name}.</em></p>
<p>{footer-message}</p>
<p><em>Timed at {generation-date}</em></p>
<p><em>Powered by Pepperminty Wiki v0.10-dev.</em></p>
<p><em>Powered by Pepperminty Wiki v0.10-beta1.</em></p>
</footer>";
// An array of functions that have been registered to process the
@ -1021,7 +1021,7 @@ class page_renderer
"{body}" => $body_template,
"{sitename}" => $logo_html,
"v0.10-dev" => $version,
"v0.10-beta1" => $version,
"{favicon-url}" => $settings->favicon,
"{header-html}" => self::get_css_as_html(),
@ -3143,7 +3143,6 @@ register_module([
foreach($help_sections as $index => $section)
{
// Todo add a button that you can click to get a permanent link
// to this section.
$content .= "<h2 id='$index' class='help-section-header'>" . $section["title"] . "</h2>\n";

View File

@ -122,7 +122,7 @@
"author": "Starbeamrainbowlabs",
"description": "Adds a rather useful help page. Access through the 'help' action. This module also exposes help content added to Pepperminty Wiki's inbuilt invisible help section system.",
"id": "page-help",
"lastupdate": 1458578106,
"lastupdate": 1458578126,
"optional": false
},
{

View File

@ -1 +1 @@
v0.10-dev
v0.10-beta1