Releases: mettle/sendportal-core
Releases · mettle/sendportal-core
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
Added
- Added GitHub actions (#30)
Changed
- Changed setup command success outputs to use
info
instead ofline
(#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
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)