From 5ab4a8616e25295c4dfcebec4f1aa70d12c2f288 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 10 Jan 2020 17:23:35 +0000 Subject: [PATCH] Bump version :D --- Changelog.md | 2 ++ module_index.json | 24 ++++++++++++------------ version | 2 +- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Changelog.md b/Changelog.md index 534181c..f116433 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,11 @@ # Changelog This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on GitHub too. + ## v0.20.1-hotfix1 - Fixed logic error in peppermint.json access checker (thanks, @nivex! #179) + ## v0.20 _Just 1 change since the previous beta release._ diff --git a/module_index.json b/module_index.json index 2983e70..a5dbd77 100755 --- a/module_index.json +++ b/module_index.json @@ -5,7 +5,7 @@ "version": "0.7", "author": "Starbeamrainbowlabs", "description": "Adds a utility action (that anyone can use) called hash that hashes a given string. Useful when changing a user's password.", - "lastupdate": 1549840565, + "lastupdate": 1578676709, "optional": false, "extra_data": [] }, @@ -45,7 +45,7 @@ "version": "0.1", "author": "Starbeamrainbowlabs", "description": "Provides a basic JSON status action that provides a few useful bits of information for API consumption.", - "lastupdate": 1530565418, + "lastupdate": 1578676709, "optional": false, "extra_data": [] }, @@ -75,7 +75,7 @@ "version": "0.1", "author": "Starbeamrainbowlabs", "description": "Displays a special page to aid in setting up a new wiki for the first time.", - "lastupdate": 1574596170, + "lastupdate": 1578676871, "optional": false, "extra_data": [] }, @@ -85,7 +85,7 @@ "version": "0.1.7", "author": "Starbeamrainbowlabs", "description": "The module everyone has been waiting for! Adds a web based gui that lets mods change the wiki settings.", - "lastupdate": 1571583667, + "lastupdate": 1578676709, "optional": false, "extra_data": [] }, @@ -105,7 +105,7 @@ "version": "0.1.1", "author": "Starbeamrainbowlabs", "description": "Adds interwiki link support. Set the interwiki_index_location setting at an index file to activate support.", - "lastupdate": 1572089223, + "lastupdate": 1578676709, "optional": false, "extra_data": [] }, @@ -135,7 +135,7 @@ "version": "0.10.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.", - "lastupdate": 1569096292, + "lastupdate": 1578676709, "optional": false, "extra_data": [] }, @@ -145,7 +145,7 @@ "version": "0.2.2", "author": "Starbeamrainbowlabs", "description": "An extensible statistics calculation system. Comes with a range of built-in statistics, but can be extended by other modules too.", - "lastupdate": 1568296731, + "lastupdate": 1578676709, "optional": false, "extra_data": [] }, @@ -165,7 +165,7 @@ "version": "0.6.2", "author": "Starbeamrainbowlabs", "description": "Adds the ability to upload files to Pepperminty Wiki. Uploaded files act as pages and have the special 'File\/' prefix.", - "lastupdate": 1571603165, + "lastupdate": 1578676709, "optional": false, "extra_data": [] }, @@ -175,7 +175,7 @@ "version": "0.3.3", "author": "Starbeamrainbowlabs", "description": "Adds a user preferences page, letting people do things like change their email address and password.", - "lastupdate": 1566671167, + "lastupdate": 1578676709, "optional": false, "extra_data": [] }, @@ -195,7 +195,7 @@ "version": "0.7.10", "author": "Starbeamrainbowlabs", "description": "Adds the credits page. You *must* have this module :D", - "lastupdate": 1569097208, + "lastupdate": 1578676871, "optional": false, "extra_data": [] }, @@ -225,7 +225,7 @@ "version": "0.17.6", "author": "Starbeamrainbowlabs", "description": "Allows you to edit pages by adding the edit and save actions. You should probably include this one.", - "lastupdate": 1573400642, + "lastupdate": 1578676709, "optional": false, "extra_data": { "diff.min.js": "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jsdiff\/2.2.2\/diff.min.js" @@ -337,7 +337,7 @@ "version": "0.10", "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 some weight to your installation.", - "lastupdate": 1572090277, + "lastupdate": 1578676709, "optional": false, "extra_data": { "Parsedown.php": "https:\/\/raw.githubusercontent.com\/erusev\/parsedown\/fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955\/Parsedown.php", diff --git a/version b/version index ef27085..10a7e9d 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.20 +v0.20.1-hotfix1