Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Add ability to launch with Classic Editor plugin (#152)
Browse files Browse the repository at this point in the history
* Add ability to install classic-editor plugin

* Bump version to 4.7
  • Loading branch information
oskosk authored Dec 6, 2018
1 parent 0747672 commit 0a13296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

add_action( 'jurassic_ninja_init', function() {
$whitelist = [
'classic-editor' => 'Classic Editor',
'code-snippets' => 'Code Snippets',
'config-constants' => 'Config Constants',
'gutenberg' => 'Gutenberg',
Expand Down Expand Up @@ -112,4 +113,3 @@ function add_directory_plugin( $plugin_slug ) {
return "$s && $cmd";
} );
}

2 changes: 1 addition & 1 deletion jurassic.ninja.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Plugin Name: Jurassic Ninja
* Description: Launch ephemeral instances of WordPress + Jetpack using ServerPilot and an Ubuntu Box.
* Version: 4.6
* Version: 4.7
* Author: Automattic
**/

Expand Down

0 comments on commit 0a13296

Please sign in to comment.