Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New plugin.php is not executed after BLT update #1683

Closed
grasmash opened this issue Jun 16, 2017 · 1 comment
Closed

New plugin.php is not executed after BLT update #1683

grasmash opened this issue Jun 16, 2017 · 1 comment
Assignees
Labels
Bug Something isn't working

Comments

@grasmash
Copy link
Contributor

grasmash commented Jun 16, 2017

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 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.

@grasmash grasmash added the Bug Something isn't working label Jun 16, 2017
@grasmash grasmash self-assigned this Jun 21, 2017
@grasmash
Copy link
Contributor Author

Not exactly a fix, but #1710 will check to see if schema version is out of date prior to executing any blt command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant