Skip to content

Releases: visma-meglerfront/slim3-init

v4.1.2

26 Sep 12:53
v4.1.2
a7957da

Choose a tag to compare

  • Improves compatibility with PHP 8.2 thanks to #4 and #5 (thanks to @dioncodes)
  • Updates dependencies (but not requirements)

v4.1.1 - Bugfix for CORS

24 Jun 12:21
v4.1.1
19fb28c

Choose a tag to compare

  • Merges #2 to fix CORS headers not being added when an exception handler was called (thanks to @dioncodes)

v4.1.0 - Requires PHP 7.4+, last to support 7.4

12 May 14:52
v4.1.0
5f189fc

Choose a tag to compare

This release only adds typings for PHP 7.4. It is also the last release to support PHP 7.4. Next releases will require PHP 8.1.

v4.0.0 - Migration to Slim4

03 Jan 10:23
v4.0.0
fd30bab

Choose a tag to compare

This is a big release that changes quite a lot. Refer to the migration guide to learn more.

v4.0-beta2

16 Dec 12:57
221a48a

Choose a tag to compare

v4.0-beta2 Pre-release
Pre-release
  • Fixes debug header being ignored and details always being displayed

v4.0-beta

15 Dec 13:03
052ec09

Choose a tag to compare

v4.0-beta Pre-release
Pre-release

Pre-release version for 4.0, compatible with Slim 4.x. Full release notes coming with the full release. Use README.md in the meantime.

v1.8.0

08 Jan 12:01
612a16c

Choose a tag to compare

  • Replace Interop\Container with Psr\Container
  • Update Slim to 3.12.x

v1.6.2

22 Jun 16:10

Choose a tag to compare

  • Inform about uncallable routes
  • Fix E_NOTICE for unknown exceptions
  • Update dependencies