mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-24 17:13:01 +00:00
Update changelog wording
This commit is contained in:
parent
9035851b74
commit
a00f338579
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
|
||||||
### Added
|
### Added
|
||||||
- [Module API] Added new extra data system. See `parser-parsedown` and `page-edit` for an example.
|
- [Module API] Added new extra data system. See `parser-parsedown` and `page-edit` for an example.
|
||||||
- Extra data is packed into a zip archive, which is packed into `index.php` via [`__halt_compiler();`](https://devdocs.io/php/function.halt-compiler)
|
- Extra data is packed into a zip archive, which is packed into `index.php` via [`__halt_compiler();`](https://devdocs.io/php/function.halt-compiler)
|
||||||
- See `parser-parsedown` and `page-edit` for examples on how to use it.
|
- See the `parser-parsedown` and `page-edit` modules for examples on how to use it.
|
||||||
- [Module API] Added new `delete_recursive()` function.
|
- [Module API] Added new `delete_recursive()` function.
|
||||||
- Added a new obvious link to the user table at the top of the master settings page.
|
- Added a new obvious link to the user table at the top of the master settings page.
|
||||||
- Added a new first-run wizard to help new users set up the basics of their wiki.
|
- Added a new first-run wizard to help new users set up the basics of their wiki.
|
||||||
|
|
Loading…
Reference in a new issue