Skip to content

Releases: carlbennett/php-mvc

2.4.0

01 Oct 11:36
2.4.0
Compare
Choose a tag to compare
  • 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

19 Oct 20:24
2.3.14
Compare
Choose a tag to compare
  • a872728 Remove unused versionProperties() in Common class

2.3.13

27 May 22:49
2.3.13
Compare
Choose a tag to compare
  • 3a272fa Fix display_errors condition in GlobalErrorHandler

2.3.12

27 May 22:38
2.3.12
Compare
Choose a tag to compare
  • fbf8c3b Add DateTimeZoneTranslator class
  • 4e0f91f Update DateTime object with latest from bnetdocs
  • 7e2b429 Add ArrayFlattener class

2.3.11

27 May 03:56
2.3.11
Compare
Choose a tag to compare
  • 9ec97c2 Fix relativeUrlToAbsolute detection of https

2.3.10

27 May 03:56
2.3.10
Compare
Choose a tag to compare
  • b202aba Use geoip-1.1.1 in travis ci config

2.3.9

27 May 03:55
2.3.9
Compare
Choose a tag to compare
  • 631cc8e Support ttl parameter in Session::initialize()

2.3.8

23 Sep 09:02
2.3.8
Compare
Choose a tag to compare
  • 469f553 Fix build status markdown code
  • 8d31117 Add *.tgz to gitignore
  • f518a05 Add Term library for php-cli stuff

2.3.7

09 Apr 11:44
2.3.7
Compare
Choose a tag to compare
  • d8389a6 Fix typo in deleteRoute function
  • 6234851 Add getRoutes function that copies the array

2.3.6

29 Dec 02:26
2.3.6
Compare
Choose a tag to compare
  • e5003f1 Allow chaining error handlers