Apostrophe2 v2.98.0 Release Notes

Release Date: 2019-10-11 // over 4 years ago
    • ๐Ÿ› Bug fix: the sendPage method now emits the apostrophe-pages:beforeSend promise event no matter which module is calling self.sendPage. This was always the intention, as shown by the fact that the legacy pageBeforeSend method is called. The purpose of sendPage has always been to allow a custom route to render a page exactly as Apostrophe normally does, and that includes calling all apostrophe-pages:beforeSend handlers.
    • ๐Ÿ› Bug fix: the title field is now required in the apostrophe-users module. Thanks to Jose Garcia of swiss4ward.
    • ๐Ÿ“ฆ The apostrophe-templates module now has an internal i18n method intended to be overridden by those who want to monitor and/or alter static internationalization results. This will be used by the forthcoming apostrophe-i18n-debugger module. You don't need to call this method, you can use the standard i18n helpers.