mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-25 05:22:59 +00:00
Update changelog
This commit is contained in:
parent
c2b8c152bc
commit
7f0cb1f40f
1 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,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)
|
||||||
|
- [Module API] Added new `delete_recursive()` function.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Core sharding: split `core.php` into multiple files
|
- Core sharding: split `core.php` into multiple files
|
||||||
|
@ -18,7 +19,9 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
|
||||||
- Added new `all_untrusted` setting to allow treating *everything* as untrusted (default: false) - turn it on if your wiki allows anonymous edits
|
- Added new `all_untrusted` setting to allow treating *everything* as untrusted (default: false) - turn it on if your wiki allows anonymous edits
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- [Module API] Not often I have a removed section! Remove remote file system.
|
Not often I have a removed section!
|
||||||
|
|
||||||
|
- [Module API] Remove remote file system.
|
||||||
|
|
||||||
|
|
||||||
## v0.18
|
## v0.18
|
||||||
|
|
Loading…
Reference in a new issue