v1.7.1
v1.7.1 - Patch Release
Summary
v1.7.0 introduced Scheduled Posting but shipped with a broken composer install. The composer patch file referenced in composer.json (patches/intervention-image-php84.patch) was never committed, causing a fatal error on fresh checkouts and a red CI pipeline. This patch release adds the missing patch file and bumps the version. v1.7.0 remains immutable as published.
What's Fixed
- composer install now works on fresh checkouts. The missing intervention-image-php84.patch is versioned, so the cweagans/composer-patches step applies the intervention/image deprecation fixes without error. CI pipeline restored (1548 unit tests passing).
- intervention/image PHP 8.4/8.5 deprecations applied:
- strtolower() called with null for unset font align/valign (deprecated in PHP 8.5).
- Implicit float-to-int conversion in BrightnessCommand::execute() (imagefilter() brightness level).
Changed
- APP_VERSION bumped to 1.7.1. Developer and database schema guide version stamps updated.
Removed / Deprecated
- None.
Codename: Maleo Senkawor (retained). Honoring Macrocephalon maleo, the critically endangered megapode endemic to Sulawesi, Indonesia.
Previous release: v1.7.0.