Releases
v0.26.0
New on this version
Added
Data Mapper
Linna\DataMapper\UUID4
class
Router
Linna\Router\Route->allowed
property
Linna\Router\Route->getAllowed()
method
Linna\Router\Router
chars accepted in route params now are 0-9 A-Z a-z ._-
Linna\Router\Exception
namespace
Linna\Router\Exception\RedirectException
exception
Changed
minimum php version 7.2
tests updated
Router
Linna\Router\Router->__construct()
now require a Linna\Router\RouteCollection
as first argument
Storage
Linna\Storage\ConnectorsInterface->getResource()
now has return type object
Linna\Storage\Connectors\PdoConnector->getResource()
now has return type object
Linna\Storage\Connectors\MysqliConnector->getResource()
now has return type object
Linna\Storage\Connectors\MongoDBConnector->getResource()
now has return type object
Fixed
Linna\Authentication\User->changePassword()
typo error in method name
Linna\Mvc\FrontController->runView()
error when $this->routeAction
value called as method and not declared on view class
You can’t perform that action at this time.