Update version numbers of modules.

I forgot to do this before.... :P
This commit is contained in:
Starbeamrainbowlabs 2016-03-24 13:11:05 +00:00
parent 512eec7ec2
commit cec847fd67
10 changed files with 31 additions and 31 deletions

View File

@ -1542,7 +1542,7 @@ function render_sidebar($pageindex, $root_pagename = "")
register_module([
"name" => "Recent Changes",
"version" => "0.1",
"version" => "0.2.0",
"author" => "Starbeamrainbowlabs",
"description" => "Adds recent changes. Access through the 'recent-changes' action.",
"id" => "feature-recent-changes",
@ -1679,7 +1679,7 @@ register_module([
register_module([
"name" => "Search",
"version" => "0.2",
"version" => "0.2.1",
"author" => "Starbeamrainbowlabs",
"description" => "Adds proper search functionality to Pepperminty Wiki using an inverted index to provide a full text search engine. If pages don't show up, then you might have hit a stop word. If not, try requesting the `invindex-rebuild` action to rebuild the inverted index from scratch.",
"id" => "feature-search",
@ -2563,7 +2563,7 @@ function resize_image($image, $size)
register_module([
"name" => "Credits",
"version" => "0.6",
"version" => "0.7.1",
"author" => "Starbeamrainbowlabs",
"description" => "Adds the credits page. You *must* have this module :D",
"id" => "page-credits",
@ -3099,7 +3099,7 @@ register_module([
register_module([
"name" => "Help page",
"version" => "0.8.1",
"version" => "0.9.1",
"author" => "Starbeamrainbowlabs",
"description" => "Adds a rather useful help page. Access through the 'help' action. This module also exposes help content added to Pepperminty Wiki's inbuilt invisible help section system.",
"id" => "page-help",
@ -3172,7 +3172,7 @@ register_module([
register_module([
"name" => "Page list",
"version" => "0.9",
"version" => "0.10.1",
"author" => "Starbeamrainbowlabs",
"description" => "Adds a page that lists all the pages in the index along with their metadata.",
"id" => "page-list",
@ -3620,7 +3620,7 @@ register_module([
register_module([
"name" => "Page viewer",
"version" => "0.11",
"version" => "0.12.0",
"author" => "Starbeamrainbowlabs",
"description" => "Allows you to view pages. You reallyshould include this one.",
"id" => "page-view",
@ -3738,7 +3738,7 @@ register_module([
register_module([
"name" => "Parsedown",
"version" => "0.3.1",
"version" => "0.5.3",
"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",

View File

@ -37,11 +37,11 @@
},
{
"name": "Recent Changes",
"version": "0.1",
"version": "0.2.0",
"author": "Starbeamrainbowlabs",
"description": "Adds recent changes. Access through the 'recent-changes' action.",
"id": "feature-recent-changes",
"lastupdate": 1458577217,
"lastupdate": 1458824847,
"optional": false
},
{
@ -55,11 +55,11 @@
},
{
"name": "Search",
"version": "0.2",
"version": "0.2.1",
"author": "Starbeamrainbowlabs",
"description": "Adds proper search functionality to Pepperminty Wiki using an inverted index to provide a full text search engine. If pages don't show up, then you might have hit a stop word. If not, try requesting the `invindex-rebuild` action to rebuild the inverted index from scratch.",
"id": "feature-search",
"lastupdate": 1457809261,
"lastupdate": 1458824925,
"optional": false
},
{
@ -73,11 +73,11 @@
},
{
"name": "Credits",
"version": "0.6",
"version": "0.7.1",
"author": "Starbeamrainbowlabs",
"description": "Adds the credits page. You *must* have this module :D",
"id": "page-credits",
"lastupdate": 1458588145,
"lastupdate": 1458824994,
"optional": false
},
{
@ -118,20 +118,20 @@
},
{
"name": "Help page",
"version": "0.8.1",
"version": "0.9.1",
"author": "Starbeamrainbowlabs",
"description": "Adds a rather useful help page. Access through the 'help' action. This module also exposes help content added to Pepperminty Wiki's inbuilt invisible help section system.",
"id": "page-help",
"lastupdate": 1458578126,
"lastupdate": 1458824937,
"optional": false
},
{
"name": "Page list",
"version": "0.9",
"version": "0.10.1",
"author": "Starbeamrainbowlabs",
"description": "Adds a page that lists all the pages in the index along with their metadata.",
"id": "page-list",
"lastupdate": 1458577390,
"lastupdate": 1458824815,
"optional": false
},
{
@ -172,29 +172,29 @@
},
{
"name": "Page viewer",
"version": "0.11",
"version": "0.12.0",
"author": "Starbeamrainbowlabs",
"description": "Allows you to view pages. You reallyshould include this one.",
"id": "page-view",
"lastupdate": 1458574289,
"lastupdate": 1458824824,
"optional": false
},
{
"name": "Old Default Parser",
"version": "0.9",
"version": "0.10",
"author": "Johnny Broadway & Starbeamrainbowlabs",
"description": "The *old* default parser for Pepperminty Wiki. Based on Johnny Broadway's Slimdown (with more than a few modifications). This parser's features are documented in the help page. Superceded by a customised extension of parsedown extra.",
"id": "parser-default-old",
"lastupdate": 1457796247,
"lastupdate": 1458824880,
"optional": true
},
{
"name": "Parsedown",
"version": "0.3.1",
"version": "0.5.3",
"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": 1458496628,
"lastupdate": 1458824859,
"optional": false
}
]

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Recent Changes",
"version" => "0.1",
"version" => "0.2.0",
"author" => "Starbeamrainbowlabs",
"description" => "Adds recent changes. Access through the 'recent-changes' action.",
"id" => "feature-recent-changes",

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Search",
"version" => "0.2",
"version" => "0.2.1",
"author" => "Starbeamrainbowlabs",
"description" => "Adds proper search functionality to Pepperminty Wiki using an inverted index to provide a full text search engine. If pages don't show up, then you might have hit a stop word. If not, try requesting the `invindex-rebuild` action to rebuild the inverted index from scratch.",
"id" => "feature-search",

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Credits",
"version" => "0.6",
"version" => "0.7.1",
"author" => "Starbeamrainbowlabs",
"description" => "Adds the credits page. You *must* have this module :D",
"id" => "page-credits",

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Help page",
"version" => "0.8.1",
"version" => "0.9.1",
"author" => "Starbeamrainbowlabs",
"description" => "Adds a rather useful help page. Access through the 'help' action. This module also exposes help content added to Pepperminty Wiki's inbuilt invisible help section system.",
"id" => "page-help",

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Page list",
"version" => "0.9",
"version" => "0.10.1",
"author" => "Starbeamrainbowlabs",
"description" => "Adds a page that lists all the pages in the index along with their metadata.",
"id" => "page-list",

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Page viewer",
"version" => "0.11",
"version" => "0.12.0",
"author" => "Starbeamrainbowlabs",
"description" => "Allows you to view pages. You reallyshould include this one.",
"id" => "page-view",

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Old Default Parser",
"version" => "0.9",
"version" => "0.10",
"author" => "Johnny Broadway & Starbeamrainbowlabs",
"description" => "The *old* default parser for Pepperminty Wiki. Based on Johnny Broadway's Slimdown (with more than a few modifications). This parser's features are documented in the help page. Superceded by a customised extension of parsedown extra.",
"id" => "parser-default-old",

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Parsedown",
"version" => "0.3.1",
"version" => "0.5.3",
"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",