You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ \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.