diff --git a/build/index.php b/build/index.php index 93c89d3e..ca249619 100644 --- a/build/index.php +++ b/build/index.php @@ -380,7 +380,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////// /////////////// Do not edit below this line unless you know what you are doing! /////////////// /////////////////////////////////////////////////////////////////////////////////////////////// -$version = "v0.10-beta2"; +$version = "v0.10"; /// 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-beta2.

+

Powered by Pepperminty Wiki v0.10.

"; // An array of functions that have been registered to process the @@ -1021,7 +1021,7 @@ public static function render($title, $content, $body_template = false) "{body}" => $body_template, "{sitename}" => $logo_html, - "v0.10-beta2" => $version, + "v0.10" => $version, "{favicon-url}" => $settings->favicon, "{header-html}" => self::get_css_as_html(), @@ -2563,7 +2563,7 @@ function resize_image($image, $size) register_module([ "name" => "Credits", - "version" => "0.7.1", + "version" => "0.7.2", "author" => "Starbeamrainbowlabs", "description" => "Adds the credits page. You *must* have this module :D", "id" => "page-credits", @@ -3620,9 +3620,9 @@ function hash_password($pass) register_module([ "name" => "Page viewer", - "version" => "0.12.0", + "version" => "0.12.1", "author" => "Starbeamrainbowlabs", - "description" => "Allows you to view pages. You reallyshould include this one.", + "description" => "Allows you to view pages. You really should include this one.", "id" => "page-view", "code" => function() { /* diff --git a/module_index.json b/module_index.json index bd2d4f77..9bfe2e92 100644 --- a/module_index.json +++ b/module_index.json @@ -73,11 +73,11 @@ }, { "name": "Credits", - "version": "0.7.1", + "version": "0.7.2", "author": "Starbeamrainbowlabs", "description": "Adds the credits page. You *must* have this module :D", "id": "page-credits", - "lastupdate": 1458906018, + "lastupdate": 1458906058, "optional": false }, { @@ -172,11 +172,11 @@ }, { "name": "Page viewer", - "version": "0.12.0", + "version": "0.12.1", "author": "Starbeamrainbowlabs", - "description": "Allows you to view pages. You reallyshould include this one.", + "description": "Allows you to view pages. You really should include this one.", "id": "page-view", - "lastupdate": 1458824824, + "lastupdate": 1458906065, "optional": false }, {