Skip to content

Releases: mako-framework/framework

9.1.6

21 Jul 20:57
bbef96d

Choose a tag to compare

Compatibility

  • Ensuring compatibility with future PHP versions.

8.1.6

10 Apr 20:22
a1eca25

Choose a tag to compare

Bugfixes

  • Fixed PHP 7.4 compatibility.

10.0.8

25 Jan 19:14
c83f672

Choose a tag to compare

Bugfixes

  • The app:routes command no longer fails when there is registered middleware.
  • The Environment::getWidth() method now works as expected.
  • The Environment::hasAnsiSupport() method now works as expected.

10.0.7

19 Jan 20:42
106ef3d

Choose a tag to compare

Improvements

  • Query builder update queries can now have joins.

10.0.6

07 Jan 09:06
7a694a4

Choose a tag to compare

Bugfixes

  • Fixed request bug that would occur if PATH_INFO was set but empty.

Improvements

  • The framework now uses mako\env instead of getenv.

10.0.5

07 Dec 13:48
9a029cf

Choose a tag to compare

Bugfixes

  • Fixed an issue where an uninitialized connection name in migration would throw an exception.

10.0.4

03 Dec 11:50
fb97916

Choose a tag to compare

Bugfixes

  • Fixed an issue where an uninitialized response body causes problems.

10.0.3

27 Nov 20:58
5ab3ff6

Choose a tag to compare

Bugfixes

  • The validation factory $container constructor parameter no longer accepts null.

10.0.2

25 Nov 13:21
0db7854

Choose a tag to compare

New

  • Sensitive parameters will be redacted if present in a stack trace when running on PHP 8.2+.

10.0.1

24 Nov 10:36
58c2260

Choose a tag to compare

Bugfixes

  • Ensure closing of connection when using the ConnectionManager::executeAndClose() method.