Skip to content

Version 0.15

Compare
Choose a tag to compare
@Ronef Ronef released this 26 Apr 06:28
· 465 commits to master since this release
  • + \ddTools::copyDir: The new method. It allows copying a folder with all its contents recursively.
  • * \ddTools::updateDocument: The method now uses mysqli_info instead of mysql_info.
  • * \ddTools::getDocuments: user access options are now completely ignored while retrieving. It’s done because the method is supposed to be a low level implementation, so it’s implied that a structure of a higher level will be dealing with user access.
  • * The library now depends on dd/composer-plugin-modxevo-library-ddtools-installer v1.0.5
  • + A new helper class called \ddTools\Response was added. It’s recommended to be used as a skeleton for the response to a client request or as the result of a snippet supporting AJAX output.