diff --git a/README.md b/README.md index b028059..52c95e7 100644 --- a/README.md +++ b/README.md @@ -158,4 +158,4 @@ Here's a list of things that I want to add at some point (please feel free to [s Is the feature you want to see not on this list? [Open an issue](//github.com/sbrl/Pepperminty-Wiki/issues/new) or [send a pull request](//github.com/sbrl/Pepperminty-Wiki/pulls)! # License -Pepperminty Wiki is released under the Mozilla Public License 2.0. The full license text is included in the `LICENSE` fiel in this repository. +Pepperminty Wiki is released under the Mozilla Public License 2.0. The full license text is included in the `LICENSE` file in this repository. diff --git a/build/index.php b/build/index.php index 4aaf8f8..530889e 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-beta2"; +$version = "v0.11"; /// 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-beta2.
+Powered by Pepperminty Wiki v0.11.
"; // 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-beta2" => $version, + "v0.11" => $version, "{favicon-url}" => $settings->favicon, "{header-html}" => self::get_header_html(), @@ -4273,9 +4273,9 @@ register_module([ register_module([ "name" => "Parsedown", - "version" => "0.7.2s", + "version" => "0.7.2", "author" => "Emanuil Rusev & Starbeamrainbowlabs", - "description" => "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https://github.com/erusev/parsedown-extra), which is licensed MIT. Please be careful, as this module adds a some weight to your installation, and also *requires* write access to the disk on first load.", + "description" => "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https://github.com/erusev/parsedown-extra), which is licensed MIT. Please be careful, as this module adds some weight to your installation, and also *requires* write access to the disk on first load.", "id" => "parser-parsedown", "code" => function() { global $settings; diff --git a/module_index.json b/module_index.json index 705772a..d93333a 100644 --- a/module_index.json +++ b/module_index.json @@ -190,11 +190,11 @@ }, { "name": "Parsedown", - "version": "0.7.2s", + "version": "0.7.2", "author": "Emanuil Rusev & Starbeamrainbowlabs", - "description": "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https:\/\/github.com\/erusev\/parsedown-extra), which is licensed MIT. Please be careful, as this module adds a some weight to your installation, and also *requires* write access to the disk on first load.", + "description": "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https:\/\/github.com\/erusev\/parsedown-extra), which is licensed MIT. Please be careful, as this module adds some weight to your installation, and also *requires* write access to the disk on first load.", "id": "parser-parsedown", - "lastupdate": 1460285426, + "lastupdate": 1460442444, "optional": false } ] \ No newline at end of file diff --git a/modules/parser-parsedown.php b/modules/parser-parsedown.php index 53cf3c6..4a3061f 100644 --- a/modules/parser-parsedown.php +++ b/modules/parser-parsedown.php @@ -1,9 +1,9 @@ "Parsedown", - "version" => "0.7.2s", + "version" => "0.7.2", "author" => "Emanuil Rusev & Starbeamrainbowlabs", - "description" => "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https://github.com/erusev/parsedown-extra), which is licensed MIT. Please be careful, as this module adds a some weight to your installation, and also *requires* write access to the disk on first load.", + "description" => "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https://github.com/erusev/parsedown-extra), which is licensed MIT. Please be careful, as this module adds some weight to your installation, and also *requires* write access to the disk on first load.", "id" => "parser-parsedown", "code" => function() { global $settings;