framework/extensions/sticky/CHANGELOG.md

64 lines
2.3 KiB
Markdown
Raw Normal View History

2019-02-15 07:30:51 +08:00
# Changelog
2022-01-20 19:49:18 +08:00
## [1.2.0](https://github.com/flarum/sticky/compare/v1.1.0...v1.2.0)
No changes.
2021-10-12 09:16:13 +08:00
## [1.1.0](https://github.com/flarum/sticky/compare/v1.0.0...v1.1.0)
### Added
- Classes to sticky discussions (https://github.com/flarum/sticky/pulls/31)
### Changed
- Use css variables for badge (https://github.com/flarum/sticky/pulls/29)
- Repo maintenance (https://github.com/flarum/sticky/pulls/30)
2021-05-25 22:36:04 +08:00
## [1.0.0](https://github.com/flarum/sticky/compare/v0.1.0-beta.16...v1.0.0)
### Changed
- Compatibility with Flarum v1.0.0.
- List controller now takes into account default sort, even if it is changed from an extension
2021-03-15 19:33:03 +08:00
## [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)
2021-01-23 03:26:57 +08:00
## [0.1.0-beta.15.1](https://github.com/flarum/sticky/compare/v0.1.0-beta.14...v0.1.0-beta.15.1)
### Fixed
- Fixed security vulnerability for HTML injection in the first post of stickied discussions. See https://github.com/flarum/sticky/security/advisories/GHSA-h3gg-7wx2-cq3h.
2020-12-15 16:28:40 +08:00
## [0.1.0-beta.15](https://github.com/flarum/sticky/compare/v0.1.0-beta.14...v0.1.0-beta.15)
### Changed
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
2020-10-15 21:57:40 +08:00
## [0.1.0-beta.14](https://github.com/flarum/sticky/compare/v0.1.0-beta.13...v0.1.0-beta.14)
### Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
### Fixed
- Excerpts of unread stickied discussions triggers an error (#20)
## [0.1.0-beta.13](https://github.com/flarum/sticky/compare/v0.1.0-beta.12...v0.1.0-beta.13)
2020-05-04 16:38:45 +08:00
### Changed
- Updated JS dependencies
## [0.1.0-beta.9](https://github.com/flarum/sticky/compare/v0.1.0-beta.8...v0.1.0-beta.9)
2019-02-15 07:30:51 +08:00
### Changed
- Compatibility with Laravel 5.7 ([196b2d1](https://github.com/flarum/sticky/commit/196b2d1bfd59ccbe440b4a56bf28f9d17e3d120e))