Skip to content

Commit

Permalink
fix year typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Feb 10, 2025
1 parent d1ba520 commit becc43d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

Expand Down

0 comments on commit becc43d

Please sign in to comment.