Skip to content

v1.1.1 Release

Compare
Choose a tag to compare
@cbornhoft cbornhoft released this 05 Sep 14:46
· 211 commits to master since this release

The following changes have been made to this release:

Important

  • Removed support for PHP 5.3
  • Added support for PHP 7.1

Code Improvements

  • Added PHP native type conversion option to all FluentPDO select statements (@BenLorantfy)
  • Check for STDERR now uses is_resource() to ensure it is not defined but empty, as well as avoiding an E_NOTICE (@joy2fun)
  • CommonQuery::where() is now able to handle empty arrays (@jadatkins)
  • Query strings can now be echoed (should've done this a long time ago)! (@StefanYohansson)

Miscellaneous

  • Updated and improved docs (much more to come on this)