diff --git a/build/index.php b/build/index.php index 9a4d96c..1d6d64a 100644 --- a/build/index.php +++ b/build/index.php @@ -2472,7 +2472,7 @@ class search register_module([ "name" => "Uploader", - "version" => "0.4", + "version" => "0.5", "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", @@ -2910,7 +2910,7 @@ function errorimage($text) register_module([ "name" => "Credits", - "version" => "0.7.2", + "version" => "0.7.4", "author" => "Starbeamrainbowlabs", "description" => "Adds the credits page. You *must* have this module :D", "id" => "page-credits", @@ -4122,7 +4122,7 @@ register_module([ register_module([ "name" => "Parsedown", - "version" => "0.5.3", + "version" => "0.6", "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.", "id" => "parser-parsedown", diff --git a/module_index.json b/module_index.json index a257e18..adea918 100644 --- a/module_index.json +++ b/module_index.json @@ -64,20 +64,20 @@ }, { "name": "Uploader", - "version": "0.4", + "version": "0.5", "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": 1460102225, + "lastupdate": 1460104228, "optional": false }, { "name": "Credits", - "version": "0.7.2", + "version": "0.7.4", "author": "Starbeamrainbowlabs", "description": "Adds the credits page. You *must* have this module :D", "id": "page-credits", - "lastupdate": 1460100376, + "lastupdate": 1460104219, "optional": false }, { @@ -190,11 +190,11 @@ }, { "name": "Parsedown", - "version": "0.5.3", + "version": "0.6", "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.", "id": "parser-parsedown", - "lastupdate": 1460104064, + "lastupdate": 1460104210, "optional": false } ] \ No newline at end of file diff --git a/modules/feature-upload.php b/modules/feature-upload.php index a6e8237..15f8ec1 100644 --- a/modules/feature-upload.php +++ b/modules/feature-upload.php @@ -1,7 +1,7 @@ "Uploader", - "version" => "0.4", + "version" => "0.5", "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/modules/page-credits.php b/modules/page-credits.php index 7016b1c..960b6d2 100644 --- a/modules/page-credits.php +++ b/modules/page-credits.php @@ -1,7 +1,7 @@ "Credits", - "version" => "0.7.2", + "version" => "0.7.4", "author" => "Starbeamrainbowlabs", "description" => "Adds the credits page. You *must* have this module :D", "id" => "page-credits", diff --git a/modules/parser-parsedown.php b/modules/parser-parsedown.php index 01e486f..33b5307 100644 --- a/modules/parser-parsedown.php +++ b/modules/parser-parsedown.php @@ -1,7 +1,7 @@ "Parsedown", - "version" => "0.5.3", + "version" => "0.6", "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.", "id" => "parser-parsedown",