Skip to content

Releases: openedx/edx-ace

v1.6.0

07 Dec 07:05
76f2067
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

18 Feb 07:08
5cecee2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...v1.5.0

1.4.1

06 Dec 14:54
462483a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

08 Nov 16:41
7def1a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.4.0

1.3.1

17 Aug 15:07
0a285ff
Compare
Choose a tag to compare
  • Adjust name handles_delivery_for_message to overrides_delivery_for_message

1.3.0

17 Aug 15:02
9cb76e8
Compare
Choose a tag to compare
  • New channel method handles_delivery_for_message for allowing a default channel
    to claim a message, even if it would normally be delivered to the configured
    transactional channel.
  • Braze: Will handle any message defined in ACE_CHANNEL_BRAZE_CAMPAIGNS (using the
    above new feature) to steal campaign messages from the transactional channel as
    needed.

Added support for Django 3.2

29 Jul 08:43
d8fd602
Compare
Choose a tag to compare

Added support for Django 3.2

1.1.1

09 Jul 06:41
d335bb3
Compare
Choose a tag to compare
  • Removed upper constraint from Django

1.1.0

26 Mar 13:49
77d3a4c
Compare
Choose a tag to compare
  • Drops the braze rollout waffle switch
  • Adds the ACE_CHANNEL_BRAZE_FROM_EMAIL setting, which lets you override the from address email for Braze-sent emails

1.0.1

15 Mar 15:41
afd1b18
Compare
Choose a tag to compare
  • Braze: Add an unsubscribe action link
  • Braze: Don't ask Braze to inline css, as ACE templates already have inline css