From e1a9c78692dcd7061e63ce45e46788ffeb3231a9 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 9 Apr 2016 07:56:09 +0100 Subject: [PATCH] Remove debug statements & bump versions --- modules/feature-upload.php | 4 +--- modules/parser-parsedown.php | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/feature-upload.php b/modules/feature-upload.php index 15f8ec1..8ab3a0b 100644 --- a/modules/feature-upload.php +++ b/modules/feature-upload.php @@ -1,7 +1,7 @@ "Uploader", - "version" => "0.5", + "version" => "0.5.1", "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", @@ -324,8 +324,6 @@ register_module([ $previewUrl = "?action=preview&size=$settings->default_preview_size&page=" . rawurlencode($env->page); $preview_html = ""; - - error_log($fileTypeDisplay); switch($fileTypeDisplay) { case "image": diff --git a/modules/parser-parsedown.php b/modules/parser-parsedown.php index d7b6a58..f3772c1 100644 --- a/modules/parser-parsedown.php +++ b/modules/parser-parsedown.php @@ -1,7 +1,7 @@ "Parsedown", - "version" => "0.6.1", + "version" => "0.6.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.", "id" => "parser-parsedown",