You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This only happens when I choose The Bulk Action / Install. When I click 'install' under the plugin name (single install) it works well.
Using 2.4.1
To reproduce:
Store zipped bundled plugin in theme folder.
Try installing plugin via the bulk method (Install Plugins / Use Bulk Actions / Install )
Here are my settings:
array(
'name' => 'Meta Box Tabs', // The plugin name.
'slug' => 'meta-box-tabs', // The plugin slug (typically the folder name).
'source' => get_stylesheet_directory() . '/plugins/meta-box-tabs.zip', // The plugin source.
'required' => true, // If false, the plugin is only 'recommended' instead of required.
'version' => '0.1.1', // E.g. 1.0.0. If set, the active plugin must be this version or higher.
'force_activation' => true, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch.
'force_deactivation' => false, // If true, plugin is deactivated upon theme switch, useful for theme specific plugins.
'external_url' => '', // If set, overrides default API URL and points to an external URL.
),
The text was updated successfully, but these errors were encountered:
This only happens when I choose The Bulk Action / Install. When I click 'install' under the plugin name (single install) it works well.
Using 2.4.1
To reproduce:
Here are my settings:
The text was updated successfully, but these errors were encountered: