FEATURE: addBeforeAuthCompleteCallback plugin API method (#23441)

This commit is contained in:
Mark VanLandingham
2023-09-06 08:48:51 -07:00
committed by GitHub
parent 60bc4efda4
commit 576c76e4cb
5 changed files with 63 additions and 3 deletions

View File

@ -7,6 +7,14 @@ 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.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
auth-complete logic will be aborted.
## [1.10.0] - 2023-08-25
### Added