Releases: ongr-io/RouterBundle
Releases · ongr-io/RouterBundle
v2.0.1
Changes in this release
- Fix wrong elasticsearch bundle required version in the composer
v2.0.0
Changes in this release
Breaking changes
- 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.
v1.0.2
Changes in this release
- BUGFIX In compiler pass tags are already processed, so it has to be set in the extension. #96
v1.0.1
Changes in this release
- 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 VersatileGeneratorInterface
interface description. Now it returns false instead. #92
v1.0.0
First major release
Finally, all dependencies are stable and it's time to release Router bundle. If you want easy SEO url's support for your project with Elasticsearch, this is the right bundle you need ;)
v0.5.0
CHANGES
- Symfony CMF Chain router implementation (#39)
v0.4.3
CHANGES
- Improved documentation #30, #32
FIXES
- In UrlGenerator changed direct access to id with getter. #40
v0.4.2
CHANGES
- Changed minimum elasticsearch bundle version requirement to ~0.9
v0.4.1
FIXES
- Document type is used for matching routes #37.
v0.4.0
CHANGES
- Old behavior has been returned with analyzed url property.
- Composer now requires
ongr/elasticsearch-bundle ~ 0.9
.
- Deprecated UrlObject.
- Implemented UrlNested which replaces UrlObject without BC breaks.