Skip to content

Releases: ongr-io/RouterBundle

v2.0.1

04 May 06:11
Compare
Choose a tag to compare

Changes in this release

  • Fix wrong elasticsearch bundle required version in the composer

v2.0.0

24 Mar 09:59
Compare
Choose a tag to compare

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

03 Oct 12:28
Compare
Choose a tag to compare

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

03 Oct 11:53
Compare
Choose a tag to compare

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

06 Apr 06:05
Compare
Choose a tag to compare

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

10 Sep 10:23
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

CHANGES

  • Symfony CMF Chain router implementation (#39)

v0.4.3

22 Jun 13:02
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

CHANGES

  • Improved documentation #30, #32

FIXES

  • In UrlGenerator changed direct access to id with getter. #40

v0.4.2

10 Jun 12:55
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

CHANGES

  • Changed minimum elasticsearch bundle version requirement to ~0.9

v0.4.1

28 May 12:55
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

FIXES

  • Document type is used for matching routes #37.

v0.4.0

28 Apr 11:13
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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.