Skip to content

Releases: spryker-shop/shop-router

1.1.0

24 Jan 19:53
Compare
Choose a tag to compare

Included commits: 1.0.6...1.1.0

Fixes

  • Adjusted SprykerShop\Yves\ShopRouter\Generator\UrlGenerator, SprykerShop\Yves\ShopRouter\Plugin\Router\SilexRouter, SprykerShop\Yves\ShopRouter\Plugin\Router\StorageRouter to be compatible with symfony/routing:^5.0.0 || ^6.0.0.

Improvements

  • Adjusted SprykerShop\Yves\ShopRouter\Plugin\Router\AbstractRouter for compatibility with Symfony 6 packages.

1.0.6

24 Jul 10:33
Compare
Choose a tag to compare

Included commits: 1.0.5...1.0.6

Fixes

  • Moved spryker/silex to require-dev.

Deprecations

  • \SprykerShop\Yves\ShopRouter\ShopRouterDependencyProvider::PLUGIN_APPLICATION.
  • \SprykerShop\Yves\ShopRouter\ShopRouterDependencyProvider::addApplicationPlugin().
  • \SprykerShop\Yves\ShopRouter\ShopRouterFactory::getApplication().

1.0.5

17 Jun 15:06
Compare
Choose a tag to compare

Included commits: 1.0.4...1.0.5

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.

1.0.4

26 Sep 07:31
Compare
Choose a tag to compare

Included commits: 1.0.3...1.0.4

Bugfixes

  • Deprecated all classes.
  • Can be removed with the support of Silex.

1.0.3

25 Jan 10:20
Compare
Choose a tag to compare

Included commits: 1.0.2...1.0.3

Bugfixes

  • Replaced the constraint to spryker/pimple with spryker/container.

1.0.2

11 Dec 11:52
Compare
Choose a tag to compare

Included commits: 1.0.1...1.0.2

Bugfixes

  • Added required Pimple dependency.

1.0.1

08 Oct 09:06
Compare
Choose a tag to compare

Included commits: 1.0.0...1.0.1

Bugfixes

URL generator no longer throws an exception for missing routes, but rather returns an empty string.

1.0.0

15 Jun 10:11
Compare
Choose a tag to compare

Included commits: 0.1.3...1.0.0

BC Breaking Changes

  • Moved SprykerShop\Yves\ShopRouter\Dependency\Plugin\ResourceCreatorPluginInterface to SprykerShop\Yves\ShopRouterExtension\Dependency\Plugin\ResourceCreatorPluginInterface.

0.1.3

30 May 09:56
Compare
Choose a tag to compare

Included commits: 0.1.2...0.1.3

Improvements

  • Adjust composer.json

0.1.2

05 Mar 14:24
Compare
Choose a tag to compare

Included commits: 0.1.1...0.1.2

Bugfixes

  • update composer constraints