Skip to content
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

Update Embed Optimizer to be standalone plugin (along with merge from trunk) #1053

Merged

Conversation

westonruter
Copy link
Member

Beyond just merging trunk into feature/lazy-embeds (b764417), this PR then applies the following changes (b764417...61ad495) to complete the change from a module to a plugin.

Compare diff with trunk: 7ba61f4...61ad495 (changes).

mukeshpanchal27 and others added 30 commits February 5, 2024 21:24
Merge trunk into feature/modules-to-plugins
Merge trunk into auto-sizes
Fix unit test for `feature/auto-sizes` branch
Force HTML5 script theme support when printing JSON script
Co-authored-by: Joe McGill <801097+joemcgill@users.noreply.github.com>
@westonruter westonruter added [Type] Enhancement A suggestion for improvement of an existing feature [Focus] JS & CSS Issues related to the JS & CSS focus area (formerly JavaScript) no milestone PRs that do not have a defined milestone for release [Plugin] Embed Optimizer Issues for the Embed Optimizer plugin labels Mar 13, 2024
Copy link

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Unlinked Accounts

The following contributors have not linked their GitHub and WordPress.org accounts: @shailm@itpathsolutions.com.

Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Unlinked contributors: shailm@itpathsolutions.com.

Co-authored-by: mukeshpanchal27 <mukesh27@git.wordpress.org>
Co-authored-by: swissspidy <swissspidy@git.wordpress.org>
Co-authored-by: westonruter <westonruter@git.wordpress.org>
Co-authored-by: joemcgill <joemcgill@git.wordpress.org>
Co-authored-by: desrosj <desrosj@git.wordpress.org>
Co-authored-by: thelovekesh <thelovekesh@git.wordpress.org>
Co-authored-by: keyurptl <itpathsolutions@git.wordpress.org>
Co-authored-by: felixarntz <flixos90@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

<?php
/**
* Plugin Name: Embed Optimizer
* Plugin URI: https://github.com/WordPress/performance/issues/888
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Plugin URI: https://github.com/WordPress/performance/issues/888
* Plugin URI: https://github.com/WordPress/performance/tree/trunk/plugins/embed-optimizer

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in f5d83a4

Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, images
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tags should be changed for this plugin embeds?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 6b8d72a

plugins/embed-optimizer/hooks.php Outdated Show resolved Hide resolved
westonruter and others added 3 commits March 14, 2024 12:42
Co-authored-by: mukeshpanchal27 <mukesh27@git.wordpress.org>
Co-authored-by: mukeshpanchal27 <mukesh27@git.wordpress.org>
@westonruter westonruter merged commit 949f006 into feature/lazy-embeds Mar 15, 2024
40 of 42 checks passed
@westonruter westonruter deleted the update/embed-optimizer-standalone-plugin branch March 15, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Focus] JS & CSS Issues related to the JS & CSS focus area (formerly JavaScript) no milestone PRs that do not have a defined milestone for release [Plugin] Embed Optimizer Issues for the Embed Optimizer plugin [Type] Enhancement A suggestion for improvement of an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants