Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.39 KB

CHANGES.md

File metadata and controls

54 lines (41 loc) · 1.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.6.3] - 2022-09-07

Added

  • Ability to use custom subscriber lists

[0.6.2] - 2022-08-23

Added

  • Ability to pass a subscriber list when sending a campaign

[0.6.1] - 2021-10-15

Fixed

  • Fixed a problem with Django 3 compatibility

[0.6.0] - 2021-09-15

Added

  • Added support for Django 3.x

Removed

  • Removed support for Python 2.x

[0.5.1] - 2021-02-20

Added

  • Added 'campaign_sent' signal, triggered whenever a Campaign is sent

Fixed

  • Use hardcoded app_label 'campaign' in template resolution so app_label overrides via custom AppConfig don't interfere with our admin template overrides.

[0.5.0] - 2021-01-29

Added

  • Validation of SubscriberList filter condition
  • Validation of SubscriberList email field name
  • Preview of SubscriberList recipients
  • Basic skeleton for a test suite

[0.4.1] - 2019-05-21

Fixed

  • Fix a packaging problem

[0.4.0] - 2019-05-21 [YANKED]

Added

  • Management command to fetch bounces from Mailgun
  • Introduced a "send_campaign" permission
  • Support for Python 3

Changed

  • Compatiblity for more Django versions
  • Use DISTINCT in subscriber query

Start of Changelog