File rubygem-ahoy_email.changes of Package rubygem-ahoy_email
------------------------------------------------------------------- Mon Nov 4 16:02:52 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - ## 2.3.1 (2024-09-09) - Fixed deprecation warning with Rails 7.1 ------------------------------------------------------------------- Fri Jun 21 09:17:06 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - ## 2.3.0 (2024-06-01) - Added support for secret token rotation - Improved secret token generation ------------------------------------------------------------------- Fri Nov 3 07:32:39 UTC 2023 - Dan Čermák <dan.cermak@posteo.net> - ## 2.2.0 (2023-07-02) - Removed support for Ruby < 3 and Rails < 6.1 ------------------------------------------------------------------- Thu Aug 4 12:53:44 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 2.1.3 see installed CHANGELOG.md ## 2.1.3 (2022-06-12) - Updated messages generator for Lockbox 1.0 - Fixed deprecation warning with Redis 4.6+ ------------------------------------------------------------------- Tue Feb 15 07:14:20 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 2.1.2 see installed CHANGELOG.md ## 2.1.2 (2022-02-09) - Fixed external redirects with Rails 7 ------------------------------------------------------------------- Tue Jan 25 06:27:40 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 2.1.1 see installed CHANGELOG.md ## 2.1.1 (2021-12-13) - Added experimental support for Active Record encryption ## 2.1.0 (2021-09-25) - Fixed mailer `default_url_options` not being applied to click links ------------------------------------------------------------------- Thu Jun 24 16:53:03 UTC 2021 - Stephan Kulow <coolo@suse.com> updated to version 2.0.3 see installed CHANGELOG.md ------------------------------------------------------------------- Fri Jul 19 08:52:27 UTC 2019 - Stephan Kulow <coolo@suse.com> - updated to version 1.1.0 see installed CHANGELOG.md ## 1.1.0 - Made `opened_at` optional with click tracking - Fixed secret token for environment variables - Removed support for Rails 4.2 ------------------------------------------------------------------- Sat Mar 2 15:03:21 UTC 2019 - Stephan Kulow <coolo@suse.com> - updated to version 1.0.3 see installed CHANGELOG.md ## 1.0.3 - Fixed custom message model - Fixed `message` option with proc ------------------------------------------------------------------- Thu Nov 22 04:57:44 UTC 2018 - Stephan Kulow <coolo@suse.com> - updated to version 1.0.2 see installed CHANGELOG.md ## 1.0.2 - Fixed error with Ruby < 2.5 - Fixed UTM parameters storage on model ## 1.0.1 - Use observer instead of interceptor ## 1.0.0 - Removed support for Rails < 4.2 Breaking changes - UTM tagging, open tracking, and click tracking are no longer enabled by default - Only sent emails are recorded - Proc options are now executed in the context of the mailer and take no arguments - Invalid options now throw an `ArgumentError` - `AhoyEmail.track` was removed in favor of `AhoyEmail.default_options` - The `heuristic_parse` option was removed and is now the default ------------------------------------------------------------------- Thu Apr 26 18:00:45 UTC 2018 - factory-auto@kulow.org - updated to version 0.5.2 see installed CHANGELOG.md ## 0.5.2 - Fixed secret token for Rails 5.2 - Added `heuristic_parse` option ------------------------------------------------------------------- Fri Apr 20 08:00:45 UTC 2018 - factory-auto@kulow.org - updated to version 0.5.1 see installed CHANGELOG.md ## 0.5.1 - Fixed deprecation warning in Rails 5.2 - Added `unsubscribe_links` option - Allow `message_model` to accept a proc - Use `references` in migration ------------------------------------------------------------------- Sat Jul 8 05:52:00 UTC 2017 - differentreality@gmail.com - Initial package