1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-22 16:33:00 +00:00

Bump version :D

This commit is contained in:
Starbeamrainbowlabs 2020-01-10 17:23:35 +00:00
parent f0659ee1fc
commit 5ab4a8616e
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
3 changed files with 15 additions and 13 deletions

View file

@ -1,9 +1,11 @@
# Changelog # 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. 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 ## v0.20.1-hotfix1
- Fixed logic error in peppermint.json access checker (thanks, @nivex! #179) - Fixed logic error in peppermint.json access checker (thanks, @nivex! #179)
## v0.20 ## v0.20
_Just 1 change since the previous beta release._ _Just 1 change since the previous beta release._

View file

@ -5,7 +5,7 @@
"version": "0.7", "version": "0.7",
"author": "Starbeamrainbowlabs", "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.", "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, "optional": false,
"extra_data": [] "extra_data": []
}, },
@ -45,7 +45,7 @@
"version": "0.1", "version": "0.1",
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "Provides a basic JSON status action that provides a few useful bits of information for API consumption.", "description": "Provides a basic JSON status action that provides a few useful bits of information for API consumption.",
"lastupdate": 1530565418, "lastupdate": 1578676709,
"optional": false, "optional": false,
"extra_data": [] "extra_data": []
}, },
@ -75,7 +75,7 @@
"version": "0.1", "version": "0.1",
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "Displays a special page to aid in setting up a new wiki for the first time.", "description": "Displays a special page to aid in setting up a new wiki for the first time.",
"lastupdate": 1574596170, "lastupdate": 1578676871,
"optional": false, "optional": false,
"extra_data": [] "extra_data": []
}, },
@ -85,7 +85,7 @@
"version": "0.1.7", "version": "0.1.7",
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "The module everyone has been waiting for! Adds a web based gui that lets mods change the wiki settings.", "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, "optional": false,
"extra_data": [] "extra_data": []
}, },
@ -105,7 +105,7 @@
"version": "0.1.1", "version": "0.1.1",
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "Adds interwiki link support. Set the interwiki_index_location setting at an index file to activate support.", "description": "Adds interwiki link support. Set the interwiki_index_location setting at an index file to activate support.",
"lastupdate": 1572089223, "lastupdate": 1578676709,
"optional": false, "optional": false,
"extra_data": [] "extra_data": []
}, },
@ -135,7 +135,7 @@
"version": "0.10.1", "version": "0.10.1",
"author": "Starbeamrainbowlabs", "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.", "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, "optional": false,
"extra_data": [] "extra_data": []
}, },
@ -145,7 +145,7 @@
"version": "0.2.2", "version": "0.2.2",
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "An extensible statistics calculation system. Comes with a range of built-in statistics, but can be extended by other modules too.", "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, "optional": false,
"extra_data": [] "extra_data": []
}, },
@ -165,7 +165,7 @@
"version": "0.6.2", "version": "0.6.2",
"author": "Starbeamrainbowlabs", "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.",
"lastupdate": 1571603165, "lastupdate": 1578676709,
"optional": false, "optional": false,
"extra_data": [] "extra_data": []
}, },
@ -175,7 +175,7 @@
"version": "0.3.3", "version": "0.3.3",
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "Adds a user preferences page, letting people do things like change their email address and password.", "description": "Adds a user preferences page, letting people do things like change their email address and password.",
"lastupdate": 1566671167, "lastupdate": 1578676709,
"optional": false, "optional": false,
"extra_data": [] "extra_data": []
}, },
@ -195,7 +195,7 @@
"version": "0.7.10", "version": "0.7.10",
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "Adds the credits page. You *must* have this module :D", "description": "Adds the credits page. You *must* have this module :D",
"lastupdate": 1569097208, "lastupdate": 1578676871,
"optional": false, "optional": false,
"extra_data": [] "extra_data": []
}, },
@ -225,7 +225,7 @@
"version": "0.17.6", "version": "0.17.6",
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "Allows you to edit pages by adding the edit and save actions. You should probably include this one.", "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, "optional": false,
"extra_data": { "extra_data": {
"diff.min.js": "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jsdiff\/2.2.2\/diff.min.js" "diff.min.js": "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jsdiff\/2.2.2\/diff.min.js"
@ -337,7 +337,7 @@
"version": "0.10", "version": "0.10",
"author": "Emanuil Rusev & Starbeamrainbowlabs", "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.", "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, "optional": false,
"extra_data": { "extra_data": {
"Parsedown.php": "https:\/\/raw.githubusercontent.com\/erusev\/parsedown\/fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955\/Parsedown.php", "Parsedown.php": "https:\/\/raw.githubusercontent.com\/erusev\/parsedown\/fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955\/Parsedown.php",

View file

@ -1 +1 @@
v0.20 v0.20.1-hotfix1