This commit is contained in:
Marc Farré 2025-01-18 09:56:29 +00:00
parent 716170ba9e
commit 8fd472de95

View File

@ -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)
-------------------------