mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
This reverts commit abcdd8d367e8db430119f847f029e9cc94e62cb6.
This commit is contained in:
@ -7,18 +7,12 @@ in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.12.0] - 2023-09-06
|
||||
|
||||
### Added
|
||||
|
||||
- Adds `addPostAdminMenuButton` which allows to register a new button in the post admin menu.
|
||||
|
||||
## [1.11.0] - 2023-08-30
|
||||
|
||||
### Added
|
||||
|
||||
- Adds `addBeforeAuthCompleteCallback` which allows plugins and themes to add functions to be
|
||||
evaluated before the auth-complete logic is run. If any of these callbacks return false, the
|
||||
- Adds `addBeforeAuthCompleteCallback` which allows plugins and themes to add functions to be
|
||||
evaluated before the auth-complete logic is run. If any of these callbacks return false, the
|
||||
auth-complete logic will be aborted.
|
||||
|
||||
## [1.10.0] - 2023-08-25
|
||||
@ -45,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
## [1.8.0] - 2023-07-18
|
||||
|
||||
### Added
|
||||
- Adds `addSidebarPanel` which is experimental, and adds a Sidebar panel by returning a class which extends from the
|
||||
- Adds `addSidebarPanel` which is experimental, and adds a Sidebar panel by returning a class which extends from the
|
||||
BaseCustomSidebarPanel class.
|
||||
|
||||
- Adds `setSidebarPanel` which is experimental, and sets the current sidebar panel.
|
||||
|
Reference in New Issue
Block a user