v1.4.0
Immutable
release. Only release title and notes can be modified.
v1.4.0
Soak time now also defends against altered historical releases (force-pushed tags). Every installed name@version is pinned by git SHA and dist sha256 in composer-integrity.lock; later drift hard-fails the run. Commit the lock alongside composer.lock. Opt out with extra.soak-time-integrity: false.
Upgrading from ≤ v1.3.0? A direct
composer updatewill fail because the old plugin'sSoakTimeConfigclass is still in PHP memory when the new code activates. Reinstall instead:composer global remove innobrain/soak-time && composer global require innobrain/soak-time # or, for project-local installs: composer remove --dev innobrain/soak-time && composer require --dev innobrain/soak-time
Full Changelog: v1.3.0...v1.4.0