Releases: taylordaughtry/craft-brief
Releases · taylordaughtry/craft-brief
v2.0.0
In version 2, Brief has been cleaned up & optimized with the latest practices for Craft 2.6. It's also been updated with some great features, including custom email templates and more customization for your needs.
Here's what's changed in this version:
Added
- You can now use custom email templates, complete with variable parsing
- There's now a customizable
replyTo
address for notifications - Brief can optionally ignore changes to disabled entries
Fixed
- Various code improvments, including removing now-unused methods & variables
- Organizing various declarations and attributes for easier readability
v1.5.3
Fixed
- Fixed an issue Craft had with concatenation in the Plugin.php file
- Fixed an issue where Craft would try to process Twig tags when settings were saved
- Brief now only sends out notifications when the saved entry is enabled, or 'live'.
v1.5.0
Added
- Notifications are now controlled by Craft's native User Groups functionality. You'll see Brief's notification options for each section in Group permissions.
- Subject lines can now be customized in Brief's settings. You can also optionally use certain twig tags, such as
{{ title }}
or{{ section }}
. - Added an icon for Brief.
Fixed
- Fixed an issue where Craft would display an error if there were no User Groups defined.
v1.3.1
Fixed
- Fixed an issue where Brief would always try to notify Slack, even when there wasn't a webhook.
Added
- Brief now has an email template that uses your site's configuration to fill in a the notification that's sent to users.
v1.2.0
Added
- Slack integration — Notify a Slack channel when an entry is added or updated
v 1.1.0
Brief has been almost completely rewritten to make it more performant and easier to extend. It's suitable for use in Craft 2.5.2761 and above.
Because this was initially built as a very simple plugin for a specific client's use, it wasn't built with any extensibility in mind. As a result, a nearly complete rewrite of the code brings some great potential to the plugin, and allows for easier additions of future functionality.