Skip to content

Releases: DoctorJohn/django-admob-ssv

3.1.0

11 Aug 13:40
Compare
Choose a tag to compare

This release adds support for Django 5.1

3.0.1

01 Aug 17:35
Compare
Choose a tag to compare
Bump version to 3.0.1

2.2.1

01 Aug 17:35
908f2c3
Compare
Choose a tag to compare
Bump version to 2.2.1

3.0.0

17 Jun 21:11
Compare
Choose a tag to compare

This release drops support for the deprecated Django versions 3.2 and 4.1 and adds support for Django 5.0. Django 5.0 requires at least Python version 3.10 causing us to drop support for Python 3.8 and 3.9.

Dropping support for Django 3.2 and 4.1 and Python 3.8 and 3.9 is making this a breaking change.

To migrate simply upgrade to at least Python 3.10 and at least Django 4.2.

2.2.0

17 Jun 20:23
Compare
Choose a tag to compare

This release adds support for the verification of unsorted query parameters. According to the Admob SSV documentation, query parameters that need to be verified are always sent in alphabetically order. As reported in #36, query parameters sometimes arrive unsorted and then fail the verification. This issue has been addressed in this release.

2.1.0

13 May 00:23
Compare
Choose a tag to compare
Bump version to 2.1.0

2.0.0

12 May 14:05
Compare
Choose a tag to compare
Bump version to 2.0.0