wp-media / imagify-plugin

Speed up your website with lighter images without losing quality.
https://imagify.io
73 stars 27 forks source link

Closes #895: Create a new block in Imagify #906

Closed jeawhanlee closed 3 weeks ago

jeawhanlee commented 1 month ago

Description

Fixes #895 Explain how this code impacts users.

Type of change

Detailed scenario

Adds a new block for plugin family in settings page.

Technical description

Documentation

New package created, which is used to get the plugin family data for one click installation & activation.

New dependencies

https://packagist.org/packages/wp-media/plugin-family

Risks

N/A

Mandatory Checklist

Code validation

Code style

Additional Checks

jeawhanlee commented 1 month ago

We have section showing plugins with different state ( Install, Activated & already Activated). Also, the activated plugins comes last in the order.

Screenshot 2024-10-21 at 12 46 26

hanna-meda commented 3 weeks ago

@jeawhanlee, thank you for your work on this. I've noted a few minor fixes below:

  1. Commas needed in 2 places from description & "website" at the end is misspelled. Screenshot 2024-10-28 at 16 07 24
  2. Learn More links should open in new tab. Currently, they open in the same tab.
jeawhanlee commented 3 weeks ago

Thanks @hanna-meda Wordings has been fixed and Learn more links now open in a new page.

Screenshot 2024-10-28 at 16 36 05

piotrbak commented 3 weeks ago

@jeawhanlee Seems like we're good to go here