1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Update changelog for bundled extensions

This commit is contained in:
Toby Zerner
2015-09-22 18:20:32 +09:30
parent 3020710959
commit 153655f1f1

View File

@@ -15,6 +15,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- "Debug" button to inspect the response of a failed AJAX request. - "Debug" button to inspect the response of a failed AJAX request.
- `Model::afterSave()` API to run callback after a model instance is saved. - `Model::afterSave()` API to run callback after a model instance is saved.
- Improved admin Permissions page with icons and other tweaks. - Improved admin Permissions page with icons and other tweaks.
- Sticky: Allow permission to be configured.
- Lock: Allow permission to be configured.
- Flags: New extension. Allows posts to be flagged for moderator review.
- Approval: New extension. Flags new posts to be approved by the moderation team.
- Akismet: New extension. Hides/flags spam posts for moderator approval.
### Changed ### Changed
- Migrations must be namespaced under `Flarum\Migrations\{Core|ExtensionName}`. ([#422](https://github.com/flarum/core/issues/422)) - Migrations must be namespaced under `Flarum\Migrations\{Core|ExtensionName}`. ([#422](https://github.com/flarum/core/issues/422))