mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
History entry for meteor/meteor#8760.
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
this is to prevent duplicate name error on reloads. Initial data is now
|
||||
properly serialized.
|
||||
|
||||
* `accounts-password` now uses `example.com` as a default "from" address instead
|
||||
of `meteor.com`. This change could break account-related e-mail notifications
|
||||
(forgot password, activation, etc.) for applications which do not properly
|
||||
configure a "from" domain since e-mail providers will often reject mail sent
|
||||
from `example.com`. Ensure that `Accounts.emailTemplates.from` is set to a
|
||||
proper domain in all applications.
|
||||
[PR #8760](https://github.com/meteor/meteor/issues/8760)
|
||||
|
||||
* Add `DDP._CurrentPublicationInvocation` and `DDP._CurrentMethodInvocation`.
|
||||
`DDP._CurrentInvocation` remains for backwards-compatibility. This change
|
||||
allows method calls from publications to inherit the `connection` from the
|
||||
|
||||
Reference in New Issue
Block a user