Skip to content

Commit

Permalink
Release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos committed Jan 20, 2022
1 parent 6342a85 commit 683ce7a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^1.1"
"flarum/core": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 683ce7a

Please sign in to comment.