Added
- Nothing.
Changed
- #37 changes some internal logic in how the UrlHelper and ServerUrlHelper are exposed as Plates functions, reducing the number of nested calls and improving performance.
Deprecated
-
#37 deprecates the method
Zend\Expressive\Plates\Extension\UrlExtension::generateServerUrl(). Originally, the extension registered this method with the Plates engine as the functionserverurl(); we now register theZend\Expressive\Helper\ServerUrlHelperinstance directly (as it is callable), making the method obsolete. It will be removed in version 3.0.0. -
#37 deprecates the method
Zend\Expressive\Plates\Extension\UrlExtension::generateUrl(). Originally, the extension registered this method with the Plates engine as the functionurl(); we now register theZend\Expressive\Helper\UrlHelperinstance directly (as it is callable), making the method obsolete. It will be removed in version 3.0.0. -
#37 deprecates the method
Zend\Expressive\Plates\Extension\UrlExtension::getRouteResult(). Originally, the extension registered this method with the Plates engine as the functionroute(); we now register theZend\Expressive\Helper\UrlHelper::getRouteResult()method directly, making the method obsolete. It will be removed in version 3.0.0.
Removed
- Nothing.
Fixed
- Nothing.