Skip to content

Commit

Permalink
Merge pull request #276 from Automattic/add/pymjsamp
Browse files Browse the repository at this point in the history
Pym.js AMP-compatibility
  • Loading branch information
claudiulodro authored Mar 9, 2020
2 parents 8b16221 + 8af8ead commit a082f32
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions includes/class-plugin-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,14 @@ public static function get_managed_plugins() {
'PluginURI' => 'https://github.com/xwp/pwa-wp',
'Download' => 'wporg',
],
'pym-shortcode' => [
'Name' => 'Pym.js Embeds',
'Description' => 'A WordPress solution to embed iframes that are responsive horizontally and vertically using the NPR Visuals Team\'s Pym.js.',
'Author' => 'INN Labs',
'AuthorURI' => 'http://labs.inn.org/',
'PluginURI' => 'https://github.com/INN/pym-shortcode',
'Download' => 'wporg',
],
'redirection' => [
'Name' => 'Redirection',
'Description' => 'Manage all your 301 redirects and monitor 404 errors.',
Expand Down

0 comments on commit a082f32

Please sign in to comment.