Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
A major bug was fixed (a call to a private class function was rewritten to use the public function).
The TCPDF class was extended so that $pdf->Rotate is available to print out rotated text.
Example code to use the rotation
$pdf->SetFont('freemono', '', 40);
$pdf->Rotate(-90, 270, 0);
$pdf->setxy(30,30);
$pdf->Write(10,"Hello World", NULL, 0);
This is the latest beta release of the BitTorrent module. This release has a number of new features, major bug fixes, and performance enhancements. Editing a torrent node no longer causes issues (it also doesn't delete the metadata from the database anymore). For performance scrape requests (and statistics on the site) can be served from a cache of statistics causing little load on the server when requesting them or the data can be pulled directly from the active users table where the information (should be) up to date.