- Added a new file,
includes/Version.php,which holds the version number of the update server. It defines the class constantWpup_Version::VERSION. See #129.
Unclaimed project
Are you a maintainer of wp-update-server? Claim this project to take control of your public changelog and roadmap.
Changelog
A custom update API for WordPress plugins and themes. Intended to be used in conjunction with my plugin-update-checker library.
includes/Version.php, which holds the version number of the update server. It defines the class constant Wpup_Version::VERSION. See #129.Fixed a number of PHP 8 deprecation notices in Wpup_Headers.
Backwards incompatible changes
icons and banners directories to a new package-assets subdirectory to fix a conflict with some Apache versions.filterLogInfo() method now receives an associative array with string keys instead of an array with numeric indexes.Other changes
/icons/readme.md for details.$slug-772x250.png or $slug-772x250.jpg and put it in the banners subdirectory.enableLogRotation() and specify the rotation period and the number of old log files to keep. Example:
$server->enableLogRotation(Wpup_UpdateServer::FIL...