Skip to content

Commit

Permalink
Release v0.1.0-beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos committed Mar 15, 2021
1 parent 978e0b5 commit 21b885f
Show file tree
Hide file tree
Showing 3 changed files with 5,144 additions and 22 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.0-beta.16](https://github.com/flarum/mentions/compare/v0.1.0-beta.15...v0.1.0-beta.16)

### Changed
- Editor Driver implementation (https://github.com/flarum/mentions/pull/61)
- Updated admin category from discussion to feature (https://github.com/flarum/mentions/pull/62)
- Moved locale files from translation pack to extension (https://github.com/flarum/mentions/pull/56)

### Fixed
- Reply notifications showing post author instead of replying author (https://github.com/flarum/mentions/pull/59)
- Dropdown going off top of screen ([e39c798](https://github.com/flarum/mentions/commit/e39c798298ba2b3130ed97945aefeff6af14a5d4))

## [0.1.0-beta.15](https://github.com/flarum/mentions/compare/v0.1.0-beta.14.1...v0.1.0-beta.15)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"flarum/core": "^0.1.0-beta.15"
"flarum/core": "^0.1.0-beta.16"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 21b885f

Please sign in to comment.