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

Fix plugin auto updates don't create a log #152

Merged
merged 1 commit into from
Jan 23, 2022

Conversation

nicomollet
Copy link
Contributor

Hello
I identified a case where automatic upgrades for plugins don't trigger an activity log.

It's when $extra['bulk']=false, and also $upgrader->skin->plugin is not defined, so it returns without creating a log.

My PR tries to find the plugin slug in the $extra var.

Can you consider this?
Thank you

Hello
I identified a case where automatic upgrades for plugins don't trigger an activity log.

It's when `$extra['bulk']`=false, and also `$upgrader->skin->plugin` is not defined, so it returns without creating a log.

My PR tries to find the plugin slug in the `$extra` var.

Can you consider this?
Thank you
@KingYes KingYes changed the base branch from master to pr/152 January 23, 2022 11:56
@KingYes KingYes merged commit 07846e6 into pojome:pr/152 Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants