diff --git a/source/releasenotes/2025-02-10-wordpress-composer-managed-1-32-5.md b/source/releasenotes/2025-02-10-wordpress-composer-managed-1-32-5.md index 4b9049fb76..808539a0dc 100644 --- a/source/releasenotes/2025-02-10-wordpress-composer-managed-1-32-5.md +++ b/source/releasenotes/2025-02-10-wordpress-composer-managed-1-32-5.md @@ -4,7 +4,7 @@ published_date: "2025-02-10" categories: [wordpress, action-required] --- -The 1.32.5 update is now available for the [WordPress (composer managed)](/guides/wordpress-composer/wordpress-composer-managed) upstream. This quick follow-on release to [1.32.4](/release-notes/2024/02/wordpress-composer-managed-1-32-4) extends the previous update that added handling for the `index.php` file in the `web/` directory on `composer install` actions to `composer update` as well. Previously, the Composer script `maybe-install-symlinks` was only run on `composer install` (Git push). Applying upstream updates would not run this script, which could lead to files being missing from the `web/` directory and resulting in your site failing to load. +The 1.32.5 update is now available for the [WordPress (composer managed)](/guides/wordpress-composer/wordpress-composer-managed) upstream. This quick follow-on release to [1.32.4](/release-notes/2025/02/wordpress-composer-managed-1-32-4) extends the previous update that added handling for the `index.php` file in the `web/` directory on `composer install` actions to `composer update` as well. Previously, the Composer script `maybe-install-symlinks` was only run on `composer install` (Git push). Applying upstream updates would not run this script, which could lead to files being missing from the `web/` directory and resulting in your site failing to load. The 1.32.5 update applies a change to your `composer.json` file that adds this Composer script to the `post-update-cmd` Composer hook, ensuring that it runs on all Composer actions (`install` and `update`).