Skip to content

Releases: mvc5/mvc5-application

PHP 8.1

04 Jul 02:43
Compare
Choose a tag to compare

PHP 8

11 May 05:35
Compare
Choose a tag to compare

PHP 8

Traefik v2 (Docker)

18 Apr 16:17
Compare
Choose a tag to compare

Update the docker-compose file to use Traefik v2 configuration.

Final Classes

12 Apr 03:47
Compare
Choose a tag to compare

Classes have been defined as final where applicable. The new mvc5/namespace.php file contains the Mvc5 constants, template render function and next & rewind iterator functions.

Namespaced Constants

27 Mar 04:44
Compare
Choose a tag to compare

Namespaced constants are in effect.

Sponsorship, Static Analysis Tools

21 Mar 16:18
Compare
Choose a tag to compare

A Github Sponsors funding file has been added. Static analysis tools Psalm, PHPStan and PhpMetrics have been added as dev dependencies.

PHP 7.4 New Features and Improvements

07 Mar 14:31
Compare
Choose a tag to compare

This is for the 12.0 release.

add yarn to docker compose

24 Feb 03:34
Compare
Choose a tag to compare

Add yarn to docker compose.

PHP 7.4

22 Feb 16:57
Compare
Choose a tag to compare

Minimum version PHP 7.4

Login Redirect Controller

02 Jan 18:28
Compare
Choose a tag to compare

The login redirect now uses a controller to store the current URL in the session and to return a HTTP redirect response. This allows the HTTP redirect class to be configured as a service with the URL to redirect to.

'login\redirect\response' => [Mvc5\Http\HttpRedirect::class, '/login']