2.13.0
- added support for the flags argument in the connect method.
- in support of the newly added argument, a new property was added - ssl_options. setting this argument and using
MYSQLI_CLIENT_SSLin the flags argument of the connect method will allow you to use SSL (encryption); see #90; thanks Sisytec for reporting! - fixed broken AJAX requests debugging