Skip to content

1.17

Compare
Choose a tag to compare
@gueff gueff released this 30 Nov 12:44
· 11 commits to 1.x since this release

added

  • \MVC\DB\Model\Db::create: 2nd parameter bool $bAutoIncementId (default=true); if set to false the id given in object will be saved to tupel; otherwise auto increment

changed

  • config/_mvc.php:51 (MVC_BIN): set absolute paths to binaries; speeds up construction time
  • "ezyang/htmlpurifier": "v4.17.*" => `"ezyang/htmlpurifier": "v4.*"
  • "erusev/parsedown":"1.7.*" => "erusev/parsedown":"1.*"

fixed

  • dct() always shows application/init/util/functions.php as calling source; Fix: add debug_backtrace to function chains