Skip to content

Commit

Permalink
Merge pull request #854 from WordPress/remove/853-fetchpriority-module
Browse files Browse the repository at this point in the history
Remove Fetchpriority module as the functionality is now available in WordPress core
  • Loading branch information
felixarntz authored Oct 11, 2023
2 parents 916e134 + e1f4735 commit b5aba98
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 300 deletions.
6 changes: 0 additions & 6 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,3 @@
/modules/images/dominant-color-images @pbearne @spacedmonkey
/tests/modules/images/dominant-color-images @pbearne @spacedmonkey
/tests/testdata/modules/images/dominant-color-images @pbearne @spacedmonkey

# Module: Fetchpriority
/modules/images/fetchpriority @pbearne @adamsilverstein
/tests/modules/images/fetchpriority @pbearne @adamsilverstein
/tests/testdata/modules/images/fetchpriority @pbearne @adamsilverstein

1 change: 0 additions & 1 deletion load.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ function perflab_is_standalone_plugin_loaded( $module ) {
function perflab_get_standalone_plugins_constants() {
return array(
'images/dominant-color-images' => 'DOMINANT_COLOR_IMAGES_VERSION',
'images/fetchpriority' => 'FETCHPRIORITY_VERSION',
'images/webp-uploads' => 'WEBP_UPLOADS_VERSION',
);
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions modules/images/fetchpriority/.wordpress-org/icon.svg

This file was deleted.

15 changes: 0 additions & 15 deletions modules/images/fetchpriority/can-load.php

This file was deleted.

89 changes: 0 additions & 89 deletions modules/images/fetchpriority/hooks.php

This file was deleted.

23 changes: 0 additions & 23 deletions modules/images/fetchpriority/load.php

This file was deleted.

60 changes: 0 additions & 60 deletions modules/images/fetchpriority/readme.txt

This file was deleted.

4 changes: 0 additions & 4 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"slug": "dominant-color-images",
"version": "1.0.0"
},
"images/fetchpriority": {
"slug": "fetchpriority",
"version": "1.1.1"
},
"images/webp-uploads": {
"slug": "webp-uploads",
"version": "1.0.3"
Expand Down
90 changes: 0 additions & 90 deletions tests/modules/images/fetchpriority/fetchpriority-tests.php

This file was deleted.

0 comments on commit b5aba98

Please sign in to comment.