DEV: Add setUserMenuNotificationsLimit plugin-api method (#25119)

This commit is contained in:
Mark VanLandingham
2024-01-08 18:38:00 -06:00
committed by GitHub
parent be46acce8f
commit b3791a2be0
5 changed files with 59 additions and 2 deletions

View File

@ -7,6 +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.22.0] - 2024-01-03
### Added
- Added `setUserMenuNotificationsLimit` function which is used to specify a new limit for the notifications query when the user menu is opened.
## [1.21.0] - 2023-12-22
### Added