Bump version for the first beta of v0.15! :D

This commit is contained in:
Starbeamrainbowlabs 2017-11-20 19:30:56 +00:00
parent f308493a4a
commit c1686ae3d7
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Changelog
This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on Github too.
## v0.15-dev
## v0.15-beta1
### Added
- Statistics! (#97)

View File

@ -385,7 +385,7 @@ if($settings->css === "auto")
////// Do not edit below this line unless you know what you are doing! //////
/////////////////////////////////////////////////////////////////////////////
/** The version of Pepperminty Wiki currently running. */
$version = "v0.15-dev";
$version = "v0.15-beta1";
/// Environment ///
/** Holds information about the current request environment. */
$env = new stdClass();
@ -1467,7 +1467,7 @@ class page_renderer
{extra}
<footer>
<p>{footer-message}</p>
<p>Powered by Pepperminty Wiki v0.15-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.15-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 moderators are {admins-name-list}.</p>
<p>This wiki is managed by <a href='mailto:{admin-details-email}'>{admin-details-name}</a>.</p>
</footer>
@ -1485,7 +1485,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.15-dev.</em></p>
<p><em>Powered by Pepperminty Wiki v0.15-beta1.</em></p>
</footer>";
/**
@ -1563,7 +1563,7 @@ class page_renderer
"{body}" => $body_template,
"{sitename}" => $logo_html,
"v0.15-dev" => $version,
"v0.15-beta1" => $version,
"{favicon-url}" => $settings->favicon,
"{header-html}" => self::get_header_html(),

View File

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