All Versions
17
Latest Version
Avg Release Cycle
83 days
Latest Release
1197 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.0.0 Changes
August 15, 2016- ๐ merge "secure()" and "escape()" methods
- convert "DateTime"-object to "DateTime"-string via "escape()"
- check magic method "__toString" for "escape()"-input
WARNING: Use "set_convert_null_to_empty_string(true)" to be compatible with the <= 2.0.x tags.
-
v2.0.5 Changes
August 12, 2016- ๐ use new version of "portable-utf8" (3.0)
-
v2.0.4 Changes
July 20, 2016- ๐ use "assertSame" instead of "assertEquals" (PhpUnit)
- ๐ fix "DB->escape()" usage with arrays
-
v2.0.3 Changes
July 11, 2016- fix used of "MYSQLI_OPT_INT_AND_FLOAT_NATIVE" -> "Type: Notice Message: Use of undefined constant MYSQLI_OPT_INT_AND_FLOAT_NATIVE"
-
v2.0.2 Changes
July 11, 2016- ๐ fixed return from "DB->qry()" -> e.g. if an update-query updated zero rows, then we return "0" instead of "true" now
-
v2.0.1 Changes
July 11, 2016- ๐ fixed return from "DB->query()" and "Prepare->execute()" -> e.g. if an update-query updated zero rows, then we return "0" instead of "true" now
-
v2.0.0 Changes
July 11, 2016โฌ๏ธ INFO: There was no breaking API changes, so you can easily upgrade from 1.x.
- use "MYSQLI_OPT_INT_AND_FLOAT_NATIVE" + fallback
- ๐ fixed return statements from "DB"-Class e.g. from "query()", "execSQL()"
- don't use "UTF8::html_entity_decode()" by default
- added "Prepare->bind_param_debug()" for debugging and logging prepare statements