Skip to content

Commit

Permalink
Merge branch 'enhance/PRESS7-81-intercept-media-upload' of https://gi…
Browse files Browse the repository at this point in the history
…thub.com/newfold-labs/wp-module-performance into enhance/PRESS7-76-lazy-load-images
  • Loading branch information
arunshenoy99 committed Dec 23, 2024
2 parents d68b44b + 4fdb648 commit 7d4ce4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: "!! env.GIT_DIFF"

- name: Cache Composer vendor directory
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
1 change: 1 addition & 0 deletions includes/Performance.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use NewfoldLabs\WP\ModuleLoader\Container;
use NewfoldLabs\WP\Module\Performance\Permissions;
use NewfoldLabs\WP\Module\Installer\Services\PluginInstaller;
use NewfoldLabs\WP\Module\Performance\Images\ImageManager;

use Automattic\Jetpack\Current_Plan;
use NewfoldLabs\WP\Module\Performance\Data\Constants;
Expand Down

0 comments on commit 7d4ce4c

Please sign in to comment.