5.13.1
Release Notes for 5.13.1
5.13.x bugfix release (patch)
5.13.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
- 35: UrlHelperMiddleware: depend on the new interface thanks to @Slamdunk. Because the concrete
URLHelper
was marked as@final
in5.13
,URLHelperMiddleware
, its factory and relevant tests should have been updated to consume the interface instead of the implementation.