1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Release v0.1.0-beta.16

This commit is contained in:
Daniel Klabbers
2021-03-15 12:33:03 +01:00
parent b14d24964f
commit 4805b7d2ee
3 changed files with 5144 additions and 22 deletions

View File

@@ -1,5 +1,16 @@
# Changelog
## [0.1.0-beta.16](https://github.com/flarum/sticky/compare/v0.1.0-beta.15.1...v0.1.0-beta.16)
### Changed
- Updated admin category from moderation to feature (https://github.com/flarum/sticky/pull/27)
- Moved locale files from translation pack to extension (https://github.com/flarum/sticky/pull/21)
- Make `is_sticky` and `last_posted_at` columns an index for improved performance (https://github.com/flarum/sticky/pull/23)
### Fixed
- Rendering of excerpts failing (https://github.com/flarum/sticky/pull/24)
- Excerpts showing on user profile page for stickied discussions looks erratic (https://github.com/flarum/sticky/pull/25)
## [0.1.0-beta.15.1](https://github.com/flarum/sticky/compare/v0.1.0-beta.14...v0.1.0-beta.15.1)
### Fixed

View File

@@ -17,7 +17,7 @@
}
],
"require": {
"flarum/core": "^0.1.0-beta.15"
"flarum/core": "^0.1.0-beta.16"
},
"autoload": {
"psr-4": {

File diff suppressed because it is too large Load Diff