mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Bump moar module version numbers.
This commit is contained in:
parent
e3683f218f
commit
d72cd50ba1
5 changed files with 12 additions and 12 deletions
|
@ -3201,7 +3201,7 @@ function errorimage($text, $target_size)
|
|||
|
||||
register_module([
|
||||
"name" => "Credits",
|
||||
"version" => "0.7.4",
|
||||
"version" => "0.7.5",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Adds the credits page. You *must* have this module :D",
|
||||
"id" => "page-credits",
|
||||
|
@ -3518,7 +3518,7 @@ register_module([
|
|||
|
||||
register_module([
|
||||
"name" => "Page editor",
|
||||
"version" => "0.14",
|
||||
"version" => "0.15",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Allows you to edit pages by adding the edit and save actions. You should probably include this one.",
|
||||
"id" => "page-edit",
|
||||
|
@ -4010,7 +4010,7 @@ register_module([
|
|||
|
||||
register_module([
|
||||
"name" => "Page list",
|
||||
"version" => "0.10.1",
|
||||
"version" => "0.10.2",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Adds a page that lists all the pages in the index along with their metadata.",
|
||||
"id" => "page-list",
|
|
@ -82,11 +82,11 @@
|
|||
},
|
||||
{
|
||||
"name": "Credits",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"author": "Starbeamrainbowlabs",
|
||||
"description": "Adds the credits page. You *must* have this module :D",
|
||||
"id": "page-credits",
|
||||
"lastupdate": 1471548456,
|
||||
"lastupdate": 1471632910,
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
|
@ -109,11 +109,11 @@
|
|||
},
|
||||
{
|
||||
"name": "Page editor",
|
||||
"version": "0.14",
|
||||
"version": "0.15",
|
||||
"author": "Starbeamrainbowlabs",
|
||||
"description": "Allows you to edit pages by adding the edit and save actions. You should probably include this one.",
|
||||
"id": "page-edit",
|
||||
"lastupdate": 1471596690,
|
||||
"lastupdate": 1471632938,
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
|
@ -136,11 +136,11 @@
|
|||
},
|
||||
{
|
||||
"name": "Page list",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.2",
|
||||
"author": "Starbeamrainbowlabs",
|
||||
"description": "Adds a page that lists all the pages in the index along with their metadata.",
|
||||
"id": "page-list",
|
||||
"lastupdate": 1471546961,
|
||||
"lastupdate": 1471632969,
|
||||
"optional": false
|
||||
},
|
||||
{
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
register_module([
|
||||
"name" => "Credits",
|
||||
"version" => "0.7.4",
|
||||
"version" => "0.7.5",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Adds the credits page. You *must* have this module :D",
|
||||
"id" => "page-credits",
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
register_module([
|
||||
"name" => "Page editor",
|
||||
"version" => "0.14",
|
||||
"version" => "0.15",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Allows you to edit pages by adding the edit and save actions. You should probably include this one.",
|
||||
"id" => "page-edit",
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
register_module([
|
||||
"name" => "Page list",
|
||||
"version" => "0.10.1",
|
||||
"version" => "0.10.2",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Adds a page that lists all the pages in the index along with their metadata.",
|
||||
"id" => "page-list",
|
Loading…
Reference in a new issue