-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boost: Fix Minify concat not working when WP is running from a subdirectory on the server #30863
Conversation
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 The e2e test report can be found here. Please note that it can take a few minutes after the e2e tests checks are complete for the report to be available. Once your PR is ready for review, check one last time that all required checks (other than "Required review") appearing at the bottom of this PR are passing or skipped. Boost plugin:
|
…g from a subdirectory on the server (#30863) * Fix issues with wp instances in subdirectory urls * Add changelog
Cherry picked to Boost 1.9.0 in c488143 |
* Update readme and changelogs for Boost 1.9.0-beta * Updated package versions for automattic/jetpack-boost * [not verified] Boost/add minify to pricing (#30711) * Add minify and concat to pricing tables * changelog --------- Co-authored-by: Mark George <thingalon@gmail.com> * [not verified] Boost: Fix UI issues (#30751) * Fix showing exclude text when no value is empty * Fix bottom tooltip showing below footer on getting started page * Update tooltip position in pricing table component to be configurable * Update tooltip positions in left column on getting started page * Fix score text capitalization * Add changelogs * [not verified] Boost: Update Minify to use old Page Optimize file functions (#30829) * Fix concat initializing despite file system being unavailable * add changelog * Ignore file_* function usage for phpcs * Update changelog * Revert changes to minify setup helper * [not verified] Boost: Fix Minify concat not working when WP is running from a subdirectory on the server (#30863) * Fix issues with wp instances in subdirectory urls * Add changelog * Boost: Make Minify concat concat service independent of WordPress (#30825) * Attempt to remove WordPress dependencies from Minify service * add changelog * Fix concat initializing despite file system being unavailable * add changelog * Add missing cssmin library * Ignore file_* function usage for phpcs * Update changelog * Revert changes to minify setup helper * Attempt to remove WordPress dependencies from Minify service * Add changelog * Add missing cssmin library * Clean up old file system references * Fix issues with wp instances in subdirectory urls * Fix issues with wp instances in subdirectory urls * Add changelog * Remove comments * Improve code readability * Make linter happy * changelog --------- Co-authored-by: Mark George <thingalon@gmail.com> * [not verified] [Boost] Fix minify paths on sites in a subdir. (#30893) * Properly take home_url into account to catch subdir paths * changelog * Prepend method with jetpack_boost_ --------- Co-authored-by: Mark George <thingalon@gmail.com> * [not verified] [Boost] Remove invalid apply_filter on minified CSS (#31058) * Do not call style_loader_tag with an array of handles * changelog --------- Co-authored-by: Mark George <thingalon@gmail.com> * [not verified] [Boost] Avoid double-prefixing url() values in minified CSS (#31059) * Prevent double-prefixing subdirectories * changelog --------- Co-authored-by: Mark George <thingalon@gmail.com> * Boost/update readme (#31065) * Update screenshots and readme * changelog * Remove out-dated paragraph --------- Co-authored-by: Mark George <thingalon@gmail.com> * Update readme, changelogs * Update version numbers * fix changelog link * [not verified] Updated automattic/jetpack-boost version to 1.9.1 * [not verified] Updated package versions for automattic/jetpack-boost * [not verified] Update readme and changelog * Set stable tag to 1.9.0 * Fixup project versions * Fix changelog and project versions * Fix boost composer * Composer update * Composer update from within docker container for php 8.0 --------- Co-authored-by: thingalon <mark@thingalon.com> Co-authored-by: Mark George <thingalon@gmail.com> Co-authored-by: Peter Petrov <peter.petrov89@gmail.com>
Proposed changes:
Other information:
Jetpack product discussion
n/a
Does this pull request change what data or activity we track or use?
no
Testing instructions:
Test that it breaks
trunk
on a WordPress site, running in a sub-directory on your server;_static
).Test that it works