Skip to content

Releases: mettle/sendportal-core

v1.0.10

15 Oct 15:31
68cc2f4
Compare
Choose a tag to compare

v1.0.10

v1.0.9

09 Oct 13:22
78c15a0
Compare
Choose a tag to compare

v1.0.9

v1.0.8

17 Aug 10:26
7739682
Compare
Choose a tag to compare

v1.0.8

v1.0.7

14 Aug 14:52
f4d911e
Compare
Choose a tag to compare

v1.0.7

v1.0.6

07 Aug 13:47
a37563b
Compare
Choose a tag to compare

v1.0.6

v1.0.5

03 Aug 14:24
90235e9
Compare
Choose a tag to compare
Merge pull request #54 from mettle/bugfix/fix-dispatching-campaigns-s…

v1.0.4

21 Jul 08:11
b2f2686
Compare
Choose a tag to compare

v1.0.4

v1.0.3

11 Jul 11:04
ad75ebd
Compare
Choose a tag to compare

v1.0.3

v1.0.2

22 Jun 12:58
b254805
Compare
Choose a tag to compare

Added

  • Added GitHub actions (#30)

Changed

  • Changed setup command success outputs to use info instead of line (#33)
  • Increased content length in the campaign and template tables (#32)
  • Replaced relative URLs with route helpers when linking to the dashboard (#29)

Fixed

  • Renamed and cleaned up model factories (#31)

v1.0.1

11 Jun 14:10
d483815
Compare
Choose a tag to compare

Fixed

  • The dashboard subscriber growth chart now works correctly in PostgreSQL environments (#15)
  • The correct namespace has been applied to layouts that are extended in subscriber/unsubscribe views (#16)
  • Deprecated helper methods have been removed (#17)
  • A database constraint error that would be thrown when dispatching campaigns in environments that use the SES provider have has been addressed (#18)
  • A subscriber email validation rule that would fail in PostgreSQL environments has been corrected (#19)
  • Behaviour surrounding the dispatch of scheduled campaigns has been corrected (#20)
  • The registration toggle is now properly respected. Previously, a typo was causing unexpected results. (#21)
  • Updated an incorrect docblock (#25)
  • Bold text is now rendered correctly in subscriber/unsubscribe views (#27)