Skip to content

Releases: enniosousa/server-error-pages

v1.1.0

22 Jan 18:32
c264f40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.1.0

Add compatibility to newest Laravel and PHP version

01 Aug 22:31
4d67c9b
Compare
Choose a tag to compare
  • Add compatibility with Laravel 6.* and 7.*
  • Fix PHP 7.4 syntaxe: Uncaught ErrorException: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

Compatible with Laravel 5.8

02 Apr 12:50
0eaf6dc
Compare
Choose a tag to compare
v1.0.5

Compatible with Laravel 5.8

HTTP error 400, 401; Alter license; Support to Laravel 5.5 or higher

29 Oct 23:58
5634b6d
Compare
Choose a tag to compare

1. Added two new erros in English and Portuguese f6316b5

  • 400 Bad Request
  • 401 Unauthorized

2. Altered license 7994600

License was altered from Apache 2.0 to MIT

3. Allow Laravel 5.5 or higher 7297bd8

4. Doesn't show exception message when application is in production 850605f

Add HTTP error "405 Method not allowed"

21 May 22:15
c997137
Compare
Choose a tag to compare
  • Add HTTP error "405 Method not allowed"
  • Improvements in 419 error button

First release

06 Feb 14:01
e7210a2
Compare
Choose a tag to compare
v1.0.0

Update composer.json