You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Feature) Added new System Email parcel type to override system emails
(API) Refactored the order in which the onBeforeSend methods are sent. The api schedule is now triggered before the api type.
(API) Added new is() method BasePlugin class and interface to test if a plugin is itself by passing a string. $plugin->is('craft') returns true or false
(Bug Fix) Fixed an issue where bcc and cc values would return an array by default
(Bug Fix) Fixed an issue with the Create Notification link redirecting to the wrong template