Skip to content

Commit

Permalink
feat: add Perfmatters to managed plugins
Browse files Browse the repository at this point in the history
Adds Perfmatters to our list of managed plugins. Also deletes Perfmatters, SCAIP, and Ads.txt Manager from our list of "supported, but not managed" plugins, since they are in fact managed (SCAIP as of #246 and Ads.txt Manager as of #2639).
  • Loading branch information
gamebits committed Oct 6, 2023
1 parent efb6604 commit aeceb04
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions includes/class-plugin-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,13 @@ public static function get_managed_plugins() {
'Download' => 'wporg',
'EditPath' => 'options-general.php?page=password-protected',
],
'perfmatters' => [
'Name' => esc_html__( 'Perfmatters', 'newspack' ),
'Description' => esc_html__( 'Perfmatters is a lightweight performance plugin developed to speed up your WordPress site.', 'newspack' ),
'Author' => esc_html__( 'forgemedia', 'newspack' ),
'AuthorURI' => esc_url( 'https://forgemedia.io/' ),
'PluginURI' => esc_url( 'https://perfmatters.io/' ),
],
'publish-to-apple-news' => [
'Name' => esc_html__( 'Publish to Apple News', 'newspack' ),
'Description' => esc_html__( 'Export and synchronize posts to Apple format', 'newspack' ),
Expand Down Expand Up @@ -398,11 +405,8 @@ private static function get_supported_plugins_slugs() {
'gravityformspolls',
'gravityformsmailchimp',
'gravityformsstripe',
'perfmatters',
'onesignal-free-web-push-notifications',
'super-cool-ad-inserter-plugin',
'web-stories',
'ads-txt',
'woocommerce-memberships',
];
}
Expand Down

0 comments on commit aeceb04

Please sign in to comment.