Releases: spryker-shop/shop-router
Releases · spryker-shop/shop-router
1.1.0
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 withsymfony/routing:^5.0.0 || ^6.0.0
.
Improvements
- Adjusted
SprykerShop\Yves\ShopRouter\Plugin\Router\AbstractRouter
for compatibility with Symfony 6 packages.
1.0.6
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
Included commits: 1.0.4...1.0.5
Fixes
- Refactored
ContainerInterface
array access usage toContainerInterface::set()
method usage.
1.0.4
Included commits: 1.0.3...1.0.4
Bugfixes
- Deprecated all classes.
- Can be removed with the support of Silex.
1.0.3
Included commits: 1.0.2...1.0.3
Bugfixes
- Replaced the constraint to
spryker/pimple
withspryker/container
.
1.0.2
1.0.1
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
Included commits: 0.1.3...1.0.0
BC Breaking Changes
- Moved
SprykerShop\Yves\ShopRouter\Dependency\Plugin\ResourceCreatorPluginInterface
toSprykerShop\Yves\ShopRouterExtension\Dependency\Plugin\ResourceCreatorPluginInterface
.