1.3
- 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 thebanners
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.