Skip to content

Commit 081c832

Browse files
committed
Add changelog entries for v4.0.0
1 parent 8389f36 commit 081c832

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

CHANGELOG.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Changelog
22

3-
## Unreleased
4-
5-
- Added support for Django 4.1 and 4.2
6-
- Removed support for Django 4.0 and 2.2
7-
- Removed support for Python 3.7
8-
- Added support for Python 3.11
9-
- Added Ukrainian translation (uk)
3+
## 4.0.0 (XXXX-XX-XX)
4+
5+
> [!IMPORTANT]
6+
> **BREAKING**: package namespace renamed from `captcha` to `django_recaptcha` ([#317](https://github.com/torchbox/django-recaptcha/pull/317))
7+
8+
- Removed: support for Django 4.0 and 2.2
9+
- Removed: support for Python 3.7
10+
- Added: support for Django 4.1 and 4.2
11+
- Added: support for Python 3.11
12+
- Added: support for the `action` parameter in the ReCaptchaV3 widget ([#304](https://github.com/torchbox/django-recaptcha/pull/304), [#309](https://github.com/torchbox/django-recaptcha/pull/309) and [#310](https://github.com/torchbox/django-recaptcha/pull/310))
13+
- Added: Arabic translations ([#313](https://github.com/torchbox/django-recaptcha/pull/313))
14+
- Added: Indonesian translations ([#301](https://github.com/torchbox/django-recaptcha/pull/301))
15+
- Added: Ukrainian translations ([#315](https://github.com/torchbox/django-recaptcha/pull/315))
16+
- Fixed: don't display a form field label when using the ReCaptchaV3 widget as it is invisible ([#294](https://github.com/torchbox/django-recaptcha/pull/294))
17+
- Fixed: execute ReCaptcha V3 validation on form submit instead of on page load to avoid captcha errors if the form takes more than 2 minutes to complete ([#296](https://github.com/torchbox/django-recaptcha/pull/296))
18+
- Fixed: avoid outputting duplicate `class` attribute in widget html when a custom `class` attribute is passed to the widget ([#275](https://github.com/torchbox/django-recaptcha/pull/275))
19+
- Docs: update testing instructions ([#300](https://github.com/torchbox/django-recaptcha/pull/300))
20+
- Docs: add example unittest for `RECAPTCHA_TESTING` ([#289](https://github.com/torchbox/django-recaptcha/pull/289))
1021

1122
## 3.0.0 (2022-02-07)
1223

0 commit comments

Comments
 (0)