Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl committed Nov 23, 2017
1 parent a15085d commit 0b41893
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
////// Do not edit below this line unless you know what you are doing! //////
/////////////////////////////////////////////////////////////////////////////
/** The version of Pepperminty Wiki currently running. */
$version = "v0.15-beta1";
$version = "v0.15-beta2";
/// Environment ///
/** Holds information about the current request environment. */
$env = new stdClass();
Expand Down Expand Up @@ -1467,7 +1467,7 @@ class page_renderer
{extra}
<footer>
<p>{footer-message}</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>Powered by Pepperminty Wiki v0.15-beta2, 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>
Expand All @@ -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-beta1.</em></p>
<p><em>Powered by Pepperminty Wiki v0.15-beta2.</em></p>
</footer>";

/**
Expand Down Expand Up @@ -1563,7 +1563,7 @@ public static function render($title, $content, $body_template = false)
"{body}" => $body_template,

"{sitename}" => $logo_html,
"v0.15-beta1" => $version,
"v0.15-beta2" => $version,
"{favicon-url}" => $settings->favicon,
"{header-html}" => self::get_header_html(),

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.15-beta1
v0.15-beta2

0 comments on commit 0b41893

Please sign in to comment.