mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Update build
This commit is contained in:
parent
967eb1ad13
commit
8746ce833d
2 changed files with 12 additions and 12 deletions
|
@ -2110,7 +2110,7 @@ function render_sidebar($pageindex, $root_pagename = "")
|
|||
|
||||
register_module([
|
||||
"name" => "Page Comments",
|
||||
"version" => "0.2",
|
||||
"version" => "0.2.1",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Adds threaded comments to the bottom of every page.",
|
||||
"id" => "feature-comments",
|
||||
|
@ -3819,7 +3819,7 @@ class search
|
|||
|
||||
register_module([
|
||||
"name" => "Uploader",
|
||||
"version" => "0.5.8",
|
||||
"version" => "0.5.9",
|
||||
"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",
|
||||
|
@ -4435,7 +4435,7 @@ function errorimage($text, $target_size = null)
|
|||
|
||||
register_module([
|
||||
"name" => "User Preferences",
|
||||
"version" => "0.2.1",
|
||||
"version" => "0.3.1",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Adds a user preferences page, letting pople do things like change their email address and password.",
|
||||
"id" => "feature-user-preferences",
|
||||
|
@ -6241,7 +6241,7 @@ register_module([
|
|||
|
||||
register_module([
|
||||
"name" => "Page viewer",
|
||||
"version" => "0.16.4",
|
||||
"version" => "0.16.5",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Allows you to view pages. You really should include this one.",
|
||||
"id" => "page-view",
|
||||
|
|
|
@ -46,11 +46,11 @@
|
|||
},
|
||||
{
|
||||
"name": "Page Comments",
|
||||
"version": "0.2",
|
||||
"version": "0.2.1",
|
||||
"author": "Starbeamrainbowlabs",
|
||||
"description": "Adds threaded comments to the bottom of every page.",
|
||||
"id": "feature-comments",
|
||||
"lastupdate": 1497797540,
|
||||
"lastupdate": 1497797558,
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
|
@ -100,20 +100,20 @@
|
|||
},
|
||||
{
|
||||
"name": "Uploader",
|
||||
"version": "0.5.8",
|
||||
"version": "0.5.9",
|
||||
"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": 1497793903,
|
||||
"lastupdate": 1497797573,
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
"name": "User Preferences",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.1",
|
||||
"author": "Starbeamrainbowlabs",
|
||||
"description": "Adds a user preferences page, letting pople do things like change their email address and password.",
|
||||
"id": "feature-user-preferences",
|
||||
"lastupdate": 1497796098,
|
||||
"lastupdate": 1497797564,
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
|
@ -226,11 +226,11 @@
|
|||
},
|
||||
{
|
||||
"name": "Page viewer",
|
||||
"version": "0.16.4",
|
||||
"version": "0.16.5",
|
||||
"author": "Starbeamrainbowlabs",
|
||||
"description": "Allows you to view pages. You really should include this one.",
|
||||
"id": "page-view",
|
||||
"lastupdate": 1497794006,
|
||||
"lastupdate": 1497797582,
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue