Skip to content

0.6.0

Compare
Choose a tag to compare
@bradyvercher bradyvercher released this 12 Jan 05:40
· 56 commits to develop since this release
  • Added the satispress_package_download_url filter. This can be used to ignore update requests from vendors with custom update routines that cause invalid artifacts to be downloaded.
  • Created missing artifacts from source for the currently installed version of a package when viewing the packages.json endpoint. This allows updates made through FTP, git, or the admin UI to be archived automatically and included in packages.json without having to perform any additional manual steps. See #131
  • Archived packages automatically when they're upgraded in the WordPress admin panel.
  • Coerced package download URLs retrieved from the update_plugins and update_themes transients to strings before using them to prevent fatal errors caused by packages that inject unexpected data. See #106
  • Updated dealerdirect/phpcodesniffer-composer-installer for Composer 2 compatibility. Props @aaronware
  • Updated composer/semver dependency to version 3.2.