mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 03:59:39 +08:00
Release v1.2
This commit is contained in:
parent
44414c227e
commit
08aec419d2
@ -1,5 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
## [1.2.0](https://github.com/flarum/tags/compare/v1.1.0...v1.2.0)
|
||||
|
||||
### Added
|
||||
- Bypass tag requirements toggle button for able actors (https://github.com/flarum/tags/pull/153).
|
||||
|
||||
### Changed
|
||||
- Eager load tags state with actor id (https://github.com/flarum/tags/pull/149, https://github.com/flarum/tags/pull/151).
|
||||
- Slashes in tag slug break routing (https://github.com/flarum/tags/pull/150).
|
||||
- Stop loading tag last posted discussion relation on admin side (https://github.com/flarum/tags/pull/152).
|
||||
|
||||
### Fixed
|
||||
- UI does not reflect bypass tag requirements permission (https://github.com/flarum/tags/pull/148).
|
||||
- Occassional errors when deleting flagged posts (https://github.com/flarum/tags/pull/154)
|
||||
- Tag discussion count doesn't adjust when deleting first/only post of the discussion (https://github.com/flarum/tags/pull/154)
|
||||
|
||||
## [1.1.0](https://github.com/flarum/tags/compare/v1.0.3...v1.1.0)
|
||||
|
||||
### Added
|
||||
|
@ -19,7 +19,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"flarum/core": "^1.1"
|
||||
"flarum/core": "^1.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user