Starting from this version, the bundle correctly use the EasyAdminBundle
domain to translate its own contents and fallbacks to messages
domain for everything else. In other words, translate the backend elements in messages.xx.xlf
files.
Fixes
[e820189] Fixed the way we handle translation domains (@javiereguiluz)
[ea6bdcc] Fixed the flash messages template when the application doesn't define a session (@COil)
Minor changes
[0c7e3b6][747aeeb] Speedup Travis builds by disabling Xdebug when possible (@xabbuh, @javiereguiluz)