Skip to content

1.3

Compare
Choose a tag to compare
@YahnisElsts YahnisElsts released this 01 Sep 11:08
· 24 commits to master since this release
  • Added basic support for plugin banners. To add a banner, create an 772x250 pixel image named $slug-772x250.png or $slug-772x250.jpg and put it in the banners subdirectory.
  • Added optional log rotation. To enable it, call enableLogRotation() and specify the rotation period and the number of old log files to keep. Example:
    $server->enableLogRotation(Wpup_UpdateServer::FILE_PER_MONTH, 6);
  • Added the PclZip library as an alternative to the Zip extension. Props to @dcooperdalrymple.
  • Added some more input and output sanitization.
  • Minor code cleanup.