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

Commit

Permalink
Add AMP Plugin to list of whitelisted plugins (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve authored Sep 11, 2020
1 parent 7f5c870 commit a051c8e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.3 / 2020-09-07
==================

* Add the AMP Plugin.


4.17 / 2019-04-18
==================
Expand Down
27 changes: 14 additions & 13 deletions features/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,21 @@

add_action( 'jurassic_ninja_init', function() {
$whitelist = [
'classic-editor' => 'Classic Editor',
'code-snippets' => 'Code Snippets',
'config-constants' => 'Config Constants',
'crowdsignal' => 'Crowdsignal',
'gutenberg' => 'Gutenberg',
'jetpack' => 'Jetpack',
'vaultpress' => 'VaultPress',
'woocommerce' => 'WooCommerce',
'amp' => 'AMP',
'classic-editor' => 'Classic Editor',
'code-snippets' => 'Code Snippets',
'config-constants' => 'Config Constants',
'crowdsignal' => 'Crowdsignal',
'gutenberg' => 'Gutenberg',
'jetpack' => 'Jetpack',
'vaultpress' => 'VaultPress',
'woocommerce' => 'WooCommerce',
'wordpress-beta-tester' => 'WordPress Beta Tester Plugin',
'wp-downgrade' => 'WP Downgrade',
'wp-job-manager' => 'WP Job Manager',
'wp-log-viewer' => 'WP Log Viewer',
'wp-rollback' => 'WP Rollback',
'wp-super-cache' => 'WP Super Cache',
'wp-downgrade' => 'WP Downgrade',
'wp-job-manager' => 'WP Job Manager',
'wp-log-viewer' => 'WP Log Viewer',
'wp-rollback' => 'WP Rollback',
'wp-super-cache' => 'WP Super Cache',
];
// Set all defaults to false.
// Will probably add a filter here.
Expand Down
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: 5.2
* Version: 5.3
* Author: Automattic
**/

Expand Down

0 comments on commit a051c8e

Please sign in to comment.