Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

92 lines (69 loc) · 2.59 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.

[Unreleased]

[0.12.0] - 2024-10-25

Added

  • --skip-previews and --skip-views flags to skip mail previews and views (#276, @HenriqueMorato)

[0.11.0] - 2024-09-16

Added

  • Support Rails 7.2 (#270, @jbennett)

Fixed

  • Fix a typo in message.html.erb.tt.

[0.10.0] - 2024-03-18

Added

  • Add lambda support for from, bcc, and reply_to campaign options (#233, @armiiller)

Fixed

  • Fix a Rails startup bug when validating steps that use translations from locale files. (#211)

[0.9.0] - 2023-10-06

Added

  • Rails 7.1 support

[0.8.0] - 2023-03-28

Added

  • Add :headers mail option (#202, @montekaka)

Fixed

  • Delete user-orphaned campaign memberships in scheduler (#180)
  • Fix a bug where the campaign fails to resume immediately when adding a user who had previously received earlier steps in the campaign. (#197)

[0.7.0] - 2022-02-03

Fixed

  • Automatically include Rails url helpers from application in campaign mailer templates (#158, @feliperaul)

Added

  • Allow the customization of the to field (#155, @feliperaul)

[0.6.1] - 2022-01-05

Fixed

  • Support Rails 7 (#151, @800a7b32)

[0.6.0] - 2021-11-02

Added

  • Optional layout parameter for steps; allowing override from default heya/campaign_mailer

[0.5.3] - 2021-08-18

Added

  • Create bcc: optional parameter for steps; use case is quality control

[0.5.2] - 2021-08-11

Fixed

  • Fix typo in initializer (#139, @800a7b32)

[0.5.1] - 2021-07-13

Fixed

  • Fix compatibility with Rails 6.1.4 (introduced by this change to build_arel) (#137, @retsef)

[0.5.0] - 2021-06-17

Added

  • Create @campaign_name instance var accessible in email templates (#135)

[0.4.0] - 2021-02-04

Changed

  • Added the step_gid column to the heya_campaign_memberships table. This change requires running a migration to upgrade. Instructions. (#83)

[0.3.0] - 2020-06-02

Added

  • Support I18n translations for email subjects (#81)

[0.2.1] - 2020-04-23

Fixed

  • Update the install and campaign generators.

[0.2.0] - 2020-04-14

Added

  • Added licensing.
  • Added rescue_from (rescuable) in campaigns.

[0.1.0] - 2020-03-19

Added

  • Initial release. 👋