All Versions
23
Latest Version
Avg Release Cycle
87 days
Latest Release
593 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.0
July 16, 2019- Made
opened_at
optional with click tracking - ๐ Fixed secret token for environment variables
- โ Removed support for Rails 4.2
- Made
-
v1.0.3
February 19, 2019- ๐ Fixed custom message model
- ๐ Fixed
message
option with proc
-
v1.0.2
October 02, 2018- ๐ Fixed error with Ruby < 2.5
- ๐ Fixed UTM parameters storage on model
-
v1.0.1
September 27, 2018- ๐ Use observer instead of interceptor
-
v1.0.0
September 27, 2018- โ Removed support for Rails < 4.2
๐ฅ Breaking changes
- 0๏ธโฃ 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 ofAhoyEmail.default_options
- ๐ The
heuristic_parse
option was removed and is now the default
-
v0.5.2
April 26, 2018- ๐ Fixed secret token for Rails 5.2
- โ Added
heuristic_parse
option
-
v0.5.1
April 20, 2018- ๐ Fixed deprecation warning in Rails 5.2
- โ Added
unsubscribe_links
option - ๐ Allow
message_model
to accept a proc - ๐ Use
references
in migration
-
v0.5.0
May 01, 2017- โ Added support for Rails 5.1
- Added
invalid_redirect_url
-
v0.4.0
September 01, 2016- ๐ Fixed
belongs_to
error in Rails 5 - Include
safely_block
gem without polluting global namespace
- ๐ Fixed
-
v0.3.2
July 28, 2016- ๐ Fixed deprecation warning for Rails 5
- 0๏ธโฃ Do not track content by default on fresh installations