diff --git a/build/index.php b/build/index.php index 2fc67a1..55feb48 100644 --- a/build/index.php +++ b/build/index.php @@ -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 @@ -966,7 +966,7 @@ class page_renderer

From {sitename}, which is managed by {admin-details-name}.

{footer-message}

Timed at {generation-date}

-

Powered by Pepperminty Wiki v0.10-dev.

+

Powered by Pepperminty Wiki v0.10-beta1.

"; // 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 .= "

" . $section["title"] . "

\n"; diff --git a/module_index.json b/module_index.json index 910a52d..3d55529 100644 --- a/module_index.json +++ b/module_index.json @@ -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 }, { diff --git a/version b/version index cef96a2..85fa87c 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.10-dev +v0.10-beta1