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

[WIP] Add support for installing plugins & themes by uploading ZIP files #1174

Draft
wants to merge 14 commits into
base: develop
Choose a base branch
from

Conversation

LukeTowers
Copy link
Member

@LukeTowers LukeTowers commented Jul 30, 2024

This PR adds the ability to install plugins & themes from ZIP archives, either uploaded through the backend or via the plugin:install and theme:install commands.

Currently working:

  • plugin:install plugin(s).zip - supports single plugin, single plugin nested, multiple plugins no authors, multiple authors, and an entire plugins directory

TODO:

  • Support theme:install theme(s).zip - support single theme, multiple themes
  • "Upload Plugin" installer GUI - support all sources currently supported in CLI, user uploads a zip folder and then the plugins are installed and migrated using the same process that handles installing multiple plugins from the marketplace right now
  • "Upload Theme" installer GUI - support same sources as CLI, user uploads a zip folder and then the themes are installed
  • Testing
Screenshot 2024-07-30 at 12 27 22 AM Screenshot 2024-07-30 at 12 27 29 AM Screenshot 2024-07-30 at 7 16 36 PM

Eventually this will also play into the work in #967 and our overall marketplace support in general.

Work in progress.

@LukeTowers LukeTowers self-assigned this Jul 30, 2024
@LukeTowers LukeTowers added this to the 1.2.7 milestone Jul 30, 2024
@LukeTowers LukeTowers added enhancement PRs that implement a new feature or substantial change Status: In Progress labels Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement PRs that implement a new feature or substantial change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants