Skip to content

Releases: pentacent/keila

Keila v0.15.1

10 Nov 07:29
Compare
Choose a tag to compare

Version 0.15.1

Added

  • Button for creating new users as admin (thanks @pmareke and @hellehata)
  • Contacts can now re-subscribe or update their data by submitting a form again
    (thanks @Lislegaard for suggesting)
  • Honeypot fields to block bot subscriptions

Changed

  • Limited first_name and last_name fields to 50 characters.
    Implements #342 (thanks @Lislegaard for suggesting)

Fixed

  • Updated broken tzdata library. Fixes #336. (thanks @VincentSC for reporting)
  • Deletion of shared senders from the UI is now working.
    Fixes #326 (thanks @bpivk for reporting)

Keila v0.15.0

21 Aug 07:38
Compare
Choose a tag to compare

Version 0.15.0

Added

  • Support for MJML campaigns.
  • Forms can now be configured to redirect users after successful submission and when double opt-in
    is required.
  • Forms can now be configured with a custom message when double opt-in is required

Improved

  • New email scheduler and rate limiter with significantly improved performance. (thanks @dompie
    for supporting the development of this feature)

Fixed

  • Show correct state while campaign is being prepared for sending on stats page
  • Marking custom checkboxes as required actually requires users to check them now.
    Fixes #328. (thanks @cyberwuulf for reporting)

Keila v0.14.11

09 Jul 11:03
Compare
Choose a tag to compare

Version 0.14.11

Changed

  • Increased database timeout when inserting recipients to 60 seconds

Keila v0.14.10

05 Jul 10:33
Compare
Choose a tag to compare

Version 0.14.10

Changed

  • The analytics UI now shows a maximum of 20 links to avoid performance issues
    with large campaigns and individualized links

Keila v0.14.9

23 Jun 19:56
Compare
Choose a tag to compare

Version 0.14.9

Fixed

  • Enabled translation of system strings on public forms.

Keila v0.14.8

12 Jun 19:11
Compare
Choose a tag to compare

Version 0.14.8

Added

  • Campaigns with type block and json_body can now be created via the API. Implements #300 (thanks @dompie for suggesting)

Keila v0.14.7

29 May 20:43
Compare
Choose a tag to compare

Version 0.14.7

Added

  • Image blocks now allow the use of Liquid in src and other attributes.
    Fixes #297 (thanks @dompie for reporting)

Fixed

  • Separators are now rendered more faithfully in the block editor

Keila v0.14.6

27 May 15:28
Compare
Choose a tag to compare

Version 0.14.6

Added

  • Added PATCH and POST API endpoints for updating just the data field of a
    contact

Fixed

  • Liquid tags are now correctly rendered in layout blocks in the Block Editor
    (thanks @dompie for reporting)
  • Fixed bug that caused "starts with" and "ends with" to be inverted in
    segment editor (thanks @dompie for reporting)

Keila v0.14.5

18 May 13:36
Compare
Choose a tag to compare

Version 0.14.5

Changed

  • Creating and updating contacts via the API now allows setting the status
    field.
  • Contacts list is now sorted in decending order by default

Fixed

  • Segments are now guaranteed to be initialized with a valid (empty) filter,
    avoiding potential crashes with nil filters.
  • MAILER_SMTP_FROM_EMAIL is now used for sending system emails again.

Keila v0.14.4

24 Apr 09:17
Compare
Choose a tag to compare

Version 0.14.4

Fixed

  • Avoid potential partial merging of system sender config with user-configured senders