mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
parent
b0e1418175
commit
c6fb3cdd6e
2 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
|
|||
## v0.24-beta2
|
||||
- **Added:** `filter` GET parameter to the `list` action, which filters the list of pages to contain only those containing the specified substring.
|
||||
- **Fixed:** [Rest API] Documented `redirect` and `redirected_from` GET params to the `view` action.
|
||||
- **Fixed:** Typo on credits page
|
||||
|
||||
## v0.24-beta1
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
register_module([
|
||||
"name" => "Credits",
|
||||
"version" => "0.8.1",
|
||||
"version" => "0.8.2",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Adds the credits page. You *must* have this module :D",
|
||||
"id" => "page-credits",
|
||||
|
@ -31,7 +31,7 @@ register_module([
|
|||
"Code" => [
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"author_url" => "https://starbeamrainbowlabs.com/",
|
||||
"thing_url" => "https://github.com/sbrl/Pepprminty-Wiki",
|
||||
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/",
|
||||
"icon" => "https://avatars0.githubusercontent.com/u/9929737?v=3&s=24"
|
||||
],
|
||||
"Mime type to file extension mapper" => [
|
||||
|
|
Loading…
Reference in a new issue