Skip to content

Releases: N3Cr0N/CodeIgniter-HMVC

Update Whoops Error Handling to v2.4.0

23 Jun 20:47
Compare
Choose a tag to compare

Update Whoops Error Handling to v2.4.0

  • Allow to prepend and append handlers.
  • Various fixes from the community.

Master Release

12 Mar 21:37
Compare
Choose a tag to compare
  • Update .editorconfig for more standards
  • Delete php error reporting for production environment, added php error reporting for testing environment in index.php
  • Fix RewriteRule URL error in .htaccess
  • Added codefactor.io badge URL in readme

Master Release

18 Feb 20:14
3577bfc
Compare
Choose a tag to compare

CodeIgniter

  • Version 3.1.10

HMVC

  • Code optimisation
  • Implement PHP PSR 1 + 2 standards
  • Implement PHP backward functions to used with PHP 5.6 and PHP 7.2
    ( the functions each() and list() is deprecated in PHP 7.x )
  • Add support for http verb for each module routing

Whoops

  • Integration for development enviroment