Skip to content

1.14

Compare
Choose a tag to compare
@gueff gueff released this 15 Aug 07:29
· 25 commits to 1.x since this release

added

  • \MVC\Request::getHeaderValueOnKey

changed

  • \MVC\Route::getOnTag: returns always type of \MVC\DataType\DTRoute, if nothing was found it returns an DTRoute class with no values but not null.
  • deactivated #php_value session.auto_start 0 in .htaccess file as default (as it needs apache_mod to run properly)

deprecated

  • \MVC\Request::getHeader: use instead: Request::getHeaderValueOnKey() as its name is more precisely

fixed

  • \MVC\Route::getOnTag: tags on Routes which are assigned to multiple Methods (get/post) - marked as Method: * in php emvicy rtl - could not be found.

@gueff