SDK#

  • Silverstripe Search SDK 4.0.1 — fixes a dependency conflict that made 4.0.0 impossible to install. In 4.0.0, silverstripe/silverstripe-discoverer-search-ui required an older version of silverstripe/silverstripe-discoverer than the one the SDK bundled, so Composer could not resolve the packages. If your composer require or composer update to 4.0.0 failed with an unresolvable-dependencies error, update to 4.0.1:

    text
    composer update silverstripe/silverstripe-search-sdk
    

    There are no functional changes to the modules — 4.0.1 only corrects the version constraints so the bundle installs cleanly.

Maintenance#

  • Security and stability fixes. No customer action required.