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

Env: mu-plugins and parent directories #21229

Closed
wants to merge 6 commits into from

Commits on Apr 18, 2020

  1. Add mu-plugins and top-level directory support

    - Sources can be a single source or array
      of sources. Single sources map to the
      matching wp-content directory. Arrays
      of sources are each placed inside.
    - "mu-plugins" can be used in the config
      object with the same source string format
      as themes and plugins.
    noahtallen committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    08fad4f View commit details
    Browse the repository at this point in the history
  2. Handle directories when activating themes/plugins

    - Use `wp plugin activate --all` for plugins
    - Use first listed theme from wp theme list
    noahtallen committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    65a38aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e7a44f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a3dfa9 View commit details
    Browse the repository at this point in the history
  5. Update documentation

    noahtallen committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    3fd6ad1 View commit details
    Browse the repository at this point in the history
  6. Await get theme

    noahtallen committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    b961967 View commit details
    Browse the repository at this point in the history