Skip to content

Releases: roaldnefs/django-sms

0.7.0 (2023-12-31)

31 Dec 11:52
Compare
Choose a tag to compare

Changed

  • Add support for Django 4.2 and 5.0.
  • Add support for Python 3.12.

Deprecated

  • Drop support for Django 2.2, 3.1 and 4.0.
  • Drop support for Python 3.6 and 3.7.

0.6.0 (2022-12-15)

15 Dec 08:18
e203c76
Compare
Choose a tag to compare

Changed

  • Add support for Django 3.2, 4.0 and 4.1.
  • Add support for Python 3.11.

Deprecated

  • Drop support for Django 3.0.

0.5.0 (2021-02-19)

19 Feb 20:37
0127d6c
Compare
Choose a tag to compare

Added

  • The sms.backends.twilio.SmsBackend to send text messages using Twilio (#7).

0.4.0 (2021-02-14)

14 Feb 08:21
354e64a
Compare
Choose a tag to compare

Added

  • The sms.backends.messagebird.SmsBackend to send text messages using MessageBird (#6).

Changed

  • Simplified the attributes of the sms.signals.post_send signal to include the instance of the originating Message instead of all attributes (#11).

0.3.0 (2021-01-30)

30 Jan 22:10
dfbbd71
Compare
Choose a tag to compare

Added

  • The sms.signals.post_send signal to let user code get notified by Django itself after send() is called on a Message instance.

0.2.0 (2021-01-21)

21 Jan 07:12
aab5476
Compare
Choose a tag to compare

Added

  • The file backend that writes text messages to a file (#1).

0.1.0 (2021-01-15)

15 Jan 20:28
f0d8a40
Compare
Choose a tag to compare

Added

  • The CHANGELOG.md file to be able to list all notable changes for each version of django-sms.