Tweak uploader module's description slightly

This commit is contained in:
Starbeamrainbowlabs 2016-06-04 12:03:01 +01:00
parent 8f564194e8
commit 2ddd157f53
4 changed files with 9 additions and 7 deletions

View File

@ -204,6 +204,7 @@ $settings->upload_allowed_file_types = [
"image/png",
"image/gif",
"image/webp",
"image/svg+xml",
"video/mp4",
"video/webm",
"audio/mp4",
@ -2646,9 +2647,9 @@ class search
register_module([
"name" => "Uploader",
"version" => "0.5.4",
"version" => "0.5.5",
"author" => "Starbeamrainbowlabs",
"description" => "Adds the ability to upload files to Pepperminty Wiki. Uploaded files act as pages and have the special 'File:' prefix.",
"description" => "Adds the ability to upload files to Pepperminty Wiki. Uploaded files act as pages and have the special 'File/' prefix.",
"id" => "feature-upload",
"code" => function() {
global $settings;

View File

@ -73,11 +73,11 @@
},
{
"name": "Uploader",
"version": "0.5.4",
"version": "0.5.5",
"author": "Starbeamrainbowlabs",
"description": "Adds the ability to upload files to Pepperminty Wiki. Uploaded files act as pages and have the special 'File:' prefix.",
"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": 1460284287,
"lastupdate": 1465038166,
"optional": false
},
{

View File

@ -1,9 +1,9 @@
<?php
register_module([
"name" => "Uploader",
"version" => "0.5.4",
"version" => "0.5.5",
"author" => "Starbeamrainbowlabs",
"description" => "Adds the ability to upload files to Pepperminty Wiki. Uploaded files act as pages and have the special 'File:' prefix.",
"description" => "Adds the ability to upload files to Pepperminty Wiki. Uploaded files act as pages and have the special 'File/' prefix.",
"id" => "feature-upload",
"code" => function() {
global $settings;

View File

@ -201,6 +201,7 @@ $settings->upload_allowed_file_types = [
"image/png",
"image/gif",
"image/webp",
"image/svg+xml",
"video/mp4",
"video/webm",
"audio/mp4",