mirror of
https://github.com/humhub/humhub.git
synced 2025-04-20 23:21:54 +02:00
Refactoring from https://github.com/humhub/humhub/pull/7392
This commit is contained in:
parent
716170ba9e
commit
8fd472de95
@ -5,13 +5,16 @@ Version 1.18 (Unreleased)
|
||||
-------------------------
|
||||
|
||||
### New
|
||||
- `\humhub\captcha\AltchaCaptchaInput` which is now the default captcha form input
|
||||
- `\humhub\captcha\AltchaCaptchaValidator`
|
||||
- `\humhub\captcha\AltchaCaptchaAction`
|
||||
- `\humhub\captcha\AltchaCaptchaAsset`
|
||||
- `\humhub\captcha\YiiCaptchaInput`
|
||||
- `\humhub\captcha\YiiCaptchaValidator`
|
||||
- `Yii::$app->params['captcha']['inputClass']` and `Yii::$app->params['captcha']['validatorClass']` to get the default captcha input and validator classes
|
||||
- `\humhub\components\captcha\CaptchaInterface`
|
||||
- `\humhub\components\captcha\AltchaCaptcha`
|
||||
- `\humhub\components\captcha\AltchaCaptchaInput`
|
||||
- `\humhub\components\captcha\AltchaCaptchaValidator`
|
||||
- `\humhub\components\captcha\AltchaCaptchaAction`
|
||||
- `\humhub\components\captcha\AltchaCaptchaAsset`
|
||||
- `\humhub\components\captcha\YiiCaptcha`
|
||||
- `\humhub\components\captcha\YiiCaptchaInput`
|
||||
- `\humhub\components\captcha\YiiCaptchaValidator`
|
||||
- `Yii::$app->captcha` component
|
||||
|
||||
Version 1.17 (January 2024)
|
||||
-------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user