Update credits

This commit is contained in:
Starbeamrainbowlabs 2020-04-21 15:05:25 +01:00
parent e612adb0fc
commit 6b8040b78c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 4 additions and 2 deletions

View File

@ -35,6 +35,8 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
- Trailing commas in the tags box will no longer result in empty tags being added to pages.
- Minor UI fixes
- Multiple tags in search results and on page lists now have a margin between them
- Newline characters (`\r` and `\n`) are now replaced with spaces in internal links (#186, thanks @SeanFromIT!)
- Inbuilt help documentation corrections (#185, thanks @SeanFromIT!)
### Changed
- Improved the search indexing system performance - again

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Credits",
"version" => "0.7.11",
"version" => "0.7.12",
"author" => "Starbeamrainbowlabs",
"description" => "Adds the credits page. You *must* have this module :D",
"id" => "page-credits",
@ -99,7 +99,7 @@ register_module([
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/issues/152",
"icon" => "https://avatars3.githubusercontent.com/u/16996819?s=24&v=4"
],
"Many miscellaneus bug reports over Gitter" => [
"Many miscellaneus bug reports and PRs to fix things" => [
"author" => "Sean Feeney",
"author_url" => "https://github.com/SeanFromIT",
"thing_url" => "https://gitter.im/Pepperminty-Wiki/Lobby?at=5d786927460a6f5a1600f1c1",