- Drop PHP 5.5 support. Now only PHP >=5.6 are supported.
- Drop Symfony 2.7 support. Now only Symfony >=2.8 are supported.
- Drop Elasticsearch 2.x support. Now only Elasticsearch >=5.0 are supported.
- BUGFIX In compiler pass tags are already processed, so it has to be set in the extension. #96
- Introduced option to disable router alias. This is because if a user already replaces Symfony router by alias and it conflicts with ONGR alias. #91
DocumentUrlGenerator::support()
function cannot throw exception due toVersatileGeneratorInterface
interface description. Now it returns false instead. #92
- Initial release