Skip to content

Releases: SoboLAN/flpoker

v1.4.0: Switched to a global exception handler.

09 Mar 18:14
Compare
Choose a tag to compare

This new release brings the following features:

  • Switched to using PDO's associative-array fetching mode (FETCH_ASSOC) instead of object fetching mode (FETCH_OBJ)
  • The Site class is no longer responsible for rendering the main parts of the site; instead, a dedicated renderer was added
  • Switched to a global exception handler. This removes the need for each page to handle its exceptions

Released version 1.3.7

18 Jul 18:56
Compare
Choose a tag to compare
  • Some improvements to exception handling
  • Upgraded jQuery UI: 1.10.4 -> 1.11.0