mirrored from git://develop.git.wordpress.org/
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Backport: Duotone changes #4619
Closed
Closed
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
69b6154
BP: Duotone: Limit SVG filter output to used filters #49103
MaggieCabrera 26ee6d3
wrong place for the included file
MaggieCabrera 4615585
BP: Duotone: Remove Safari rerender hack (#49232)
MaggieCabrera 984486c
BP: Replace regex with tag processor for duotone class render #49212
MaggieCabrera 72f6355
BP: Duotone: Pass filters to the Post Editor #49239
MaggieCabrera cb980d0
BP: Port colord to PHP #49700
MaggieCabrera b6f01c6
BP:Deprecate remaining global duotone functions
MaggieCabrera 035a100
BP - partially: Selectors API: Fix for global styles hook, style vari…
MaggieCabrera 83e3c2a
BP - partially: Selectors API: Make duotone selectors fallback and be…
MaggieCabrera 3777e20
BP: Group duotone outputs and refactor rendering #49705
MaggieCabrera 3471457
BP: Polish duotone rendering code #49706
MaggieCabrera e82e5da
BP: Better error message when theme.json styles use a duotone preset …
MaggieCabrera 89d1c7a
BP: Clarify error message if duotone color values is incorrect #51397
MaggieCabrera 8efbc43
run linter
MaggieCabrera 8dc7158
Add duotone hooks
9774f6c
Fix comments to reference core versions of functions
ee7741c
Fix more comments to reference core versions of functions
4d1d9aa
Use core versions of classes/functions
9ebb0d3
Remove gutenberg translation domains
2a90a43
added docs or fixed them
MaggieCabrera 2fd1bf9
Fixed more docblocks
MaggieCabrera d2306db
Update src/wp-includes/class-wp-duotone.php
MaggieCabrera fb75344
Update src/wp-includes/class-wp-duotone.php
MaggieCabrera f78d01b
Update tests/phpunit/tests/block-supports/duotone.php
MaggieCabrera 7106f33
Update src/wp-includes/class-wp-duotone.php
MaggieCabrera 4530c53
Update src/wp-includes/class-wp-duotone.php
MaggieCabrera 071e093
fix docblocks for tests
MaggieCabrera eb1c12e
fix multiline comments
MaggieCabrera 956e65c
Update src/wp-includes/class-wp-duotone.php
MaggieCabrera 6dad8db
fix colord functions docblocks
MaggieCabrera f1c26ea
Update src/wp-includes/class-wp-duotone.php
MaggieCabrera 49f0630
Update src/wp-includes/class-wp-duotone.php
MaggieCabrera 7d296b4
Update src/wp-includes/class-wp-duotone.php
MaggieCabrera e18f0ae
moved deprecated functions to the correct file
MaggieCabrera ae122da
Mark private and new deprecated methods as internal
ajlende 6a91d93
Format line wrapping in comment
ajlende 5141c6a
Update deprecated function docblock link and order
ajlende ec248c2
Fix trailing space
ajlende 375ce41
Add more description to the WP_Duotone methods
ajlende 895363a
Deprecate wp_global_styles_render_svg_filters and wp_get_global_style…
ajlende 5347e2c
Remove tests for deprecated functions
ajlende 1476cff
Move newly deprecated functions to deprecated.php
ajlende d74a917
Add changelog to PRESETS_METADATA
ajlende 710858d
Add @since 6.3.0 to all duotone methods
ajlende a114db1
Mark class WP_Duotone as @access private
ajlende 105bd9e
Fix theme json test string
tellthemachines 2541786
Fix lint error
tellthemachines File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested annotation for docblock
* @since 6.3.0 Replaced value_func for duoone with
null. Custom properties are handled by class-wp-duotone.php.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 3265f93