As a Give user, I want my System Info to correctly reflect my active Give addons so that it's clear how many Give add-ons are currently active.
Current Behavior
Currently, add-ons such as Give Stripe appear in the Other Active Plugins section of the Give System Info, instead of the Active Give Add-ons section.
Expected Behavior
I expect all Give add-ons to appear in the Active Give Add-ons section correctly.
Bug Type
[x] This bug describes functionality that once worked as expected in version X.X.X.
[ ] This bug describes functionality that never worked as expected.
[ ] I am not sure whether this functionality ever worked as expected.
Steps to Reproduce
Have Give Stripe activated
Go to "Donations > Tools > System Info" and see that the Give Stripe addon appears in the wrong section.
Visuals
Possible Solution
The Give Stripe add-on says it is authored by "GiveWP" whereas most other Give Addons say "WordImpress". The logic of the System Info screen should be updated to include add-ons that are authored by GiveWP or WordImpress.
@jaydeeprami Please bump this to the top of your list so we can get this fix released with v2.3.0. See the example provided in the possible solution to save some time.
Bug Report
User Story
As a Give user, I want my System Info to correctly reflect my active Give addons so that it's clear how many Give add-ons are currently active.
Current Behavior
Currently, add-ons such as Give Stripe appear in the
Other Active Plugins
section of the Give System Info, instead of theActive Give Add-ons
section.Expected Behavior
I expect all Give add-ons to appear in the
Active Give Add-ons
section correctly.Bug Type
Steps to Reproduce
Visuals
Possible Solution
The Give Stripe add-on says it is authored by "GiveWP" whereas most other Give Addons say "WordImpress". The logic of the System Info screen should be updated to include add-ons that are authored by
GiveWP
orWordImpress
.This code from the Plugins screen can be repurposed for use in the System Info screen: https://github.com/impress-org/give/pull/3710/files
Acceptance Criteria