1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-01 09:53:02 +00:00

Update changelog again

This commit is contained in:
Starbeamrainbowlabs 2019-04-06 13:30:14 +01:00
parent 7f0cb1f40f
commit 68af272006
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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)
- See `parser-parsedown` and `page-edit` for examples on how to use it.
- [Module API] Added new `delete_recursive()` function. - [Module API] Added new `delete_recursive()` function.
### Changed ### Changed