diff --git a/build/index.php b/build/index.php index 1299bb4..087a93d 100644 --- a/build/index.php +++ b/build/index.php @@ -418,7 +418,7 @@ Actions: /////////////////////////////////////////////////////////////////////////////////////////////// /////////////// Do not edit below this line unless you know what you are doing! /////////////// /////////////////////////////////////////////////////////////////////////////////////////////// -$version = "v0.11-beta1"; +$version = "v0.11-beta2"; /// Environment /// $env = new stdClass(); $env->action = $settings->defaultaction; @@ -1081,7 +1081,7 @@ class page_renderer @@ -1093,7 +1093,7 @@ class page_renderer

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

{footer-message}

Timed at {generation-date}

-

Powered by Pepperminty Wiki v0.11-beta1.

+

Powered by Pepperminty Wiki v0.11-beta2.

"; // An array of functions that have been registered to process the @@ -1148,7 +1148,7 @@ class page_renderer "{body}" => $body_template, "{sitename}" => $logo_html, - "v0.11-beta1" => $version, + "v0.11-beta2" => $version, "{favicon-url}" => $settings->favicon, "{header-html}" => self::get_header_html(), @@ -2547,7 +2547,7 @@ class search register_module([ "name" => "Uploader", - "version" => "0.5.3", + "version" => "0.5.4", "author" => "Starbeamrainbowlabs", "description" => "Adds the ability to upload files to Pepperminty Wiki. Uploaded files act as pages and have the special 'File:' prefix.", "id" => "feature-upload", diff --git a/module_index.json b/module_index.json index 8c314a9..bd5ec7c 100644 --- a/module_index.json +++ b/module_index.json @@ -64,11 +64,11 @@ }, { "name": "Uploader", - "version": "0.5.3", + "version": "0.5.4", "author": "Starbeamrainbowlabs", "description": "Adds the ability to upload files to Pepperminty Wiki. Uploaded files act as pages and have the special 'File:' prefix.", "id": "feature-upload", - "lastupdate": 1460283999, + "lastupdate": 1460284287, "optional": false }, {