Releases: carlbennett/php-mvc
Releases · carlbennett/php-mvc
2.4.0
- aa78efc Add GitHub lint check, remove Travis CI
- 4fbf1c6 Refactor autoload psr-4 path
- e6d7e94 Move ext-memcached to optional
- 5a5d667 Update GlobalErrorHandler for php 8.x
- 5d1af40 The 'master' branch was renamed to 'main'
- f0da884 Update php from 7.4 to 8.1
- 97b958d Fix build status link
- dc09d2a Fix test autoloader
- 643592d Update Readme with better examples and summary
2.3.14
- a872728 Remove unused versionProperties() in Common class
2.3.13
- 3a272fa Fix display_errors condition in GlobalErrorHandler
2.3.12
- fbf8c3b Add DateTimeZoneTranslator class
- 4e0f91f Update DateTime object with latest from bnetdocs
- 7e2b429 Add ArrayFlattener class
2.3.11
- 9ec97c2 Fix relativeUrlToAbsolute detection of https
2.3.10
- b202aba Use geoip-1.1.1 in travis ci config
2.3.9
- 631cc8e Support ttl parameter in Session::initialize()
2.3.8
- 469f553 Fix build status markdown code
- 8d31117 Add *.tgz to gitignore
- f518a05 Add Term library for php-cli stuff
2.3.7
- d8389a6 Fix typo in deleteRoute function
- 6234851 Add getRoutes function that copies the array
2.3.6
- e5003f1 Allow chaining error handlers