You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say you have BLT version 8.8.1. You use Composer to update to 8.8.2.
When Composer loads the BLT plugin during the composer update call, it's the 8.8.1 version of Plugin.php that is loaded an executed. The new version of Plugin.php in 8.8.2 is not actually executed during this composer update.
This creates some annoying and subtle issues in the update process.
Somehow, we need that 8.8.2 version of Plugin.php to execute during the composer update call.
The text was updated successfully, but these errors were encountered:
This is a fun one.
Say you have BLT version 8.8.1. You use Composer to update to 8.8.2.
When Composer loads the BLT plugin during the
composer update
call, it's the 8.8.1 version of Plugin.php that is loaded an executed. The new version of Plugin.php in 8.8.2 is not actually executed during thiscomposer update
.This creates some annoying and subtle issues in the update process.
Somehow, we need that 8.8.2 version of Plugin.php to execute during the
composer update
call.The text was updated successfully, but these errors were encountered: