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

Try: bundle WP_Theme_JSON class instead of inheriting per WordPress version #46579

Merged
merged 25 commits into from
Dec 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0936195
Add WP_Theme_JSON class from core and call it WP_Theme_JSON_Gutenberg
oandregal Dec 14, 2022
49438da
compat/6.1: add missing outline properties
oandregal Dec 14, 2022
62e8eda
compat/6.1: add missing backport for constructor
oandregal Dec 14, 2022
77c14ab
compat/6.1: get_blocks_metadata
oandregal Dec 14, 2022
fdb76a5
compat/6.1: get_style_nodes add missing backport
oandregal Dec 14, 2022
db229c9
compat/6.1: get_style_nodes & get_block_nodes add missing backport
oandregal Dec 14, 2022
c7647d9
compat/6.1: add missing backport for get_stylesheet
oandregal Dec 14, 2022
ddb2db2
compat/6.1: update_separator_declarations
oandregal Dec 15, 2022
29a0a2a
compat/6.1: get_root_layout_rules
oandregal Dec 15, 2022
925ff87
compat/6.1: get_property_value
oandregal Dec 15, 2022
0ae5b88
compat/6.1: set_spacing_sizes
oandregal Dec 15, 2022
986ec3d
Fix lint issues
oandregal Dec 15, 2022
2ff5a80
Port compat/6.2 dimensions
oandregal Dec 15, 2022
4294dfc
Port compat/6.2 custom css
oandregal Dec 15, 2022
af1db74
Port compat/6.2 indirect properties
oandregal Dec 15, 2022
5f21cca
Remove no longer necessary theme.json class for 6.2
oandregal Dec 15, 2022
19f6ea5
Remove no longer necessary theme.json class for 6.1
oandregal Dec 15, 2022
381078c
Remove no longer necesary experimental theme.json class
oandregal Dec 15, 2022
3fbc491
Update PHPDoc: set class metadata to Gutenberg
oandregal Dec 15, 2022
1d5c557
Use functions from Gutenberg, not core
oandregal Dec 15, 2022
230ba74
Fix bug introduced by core refactor
oandregal Dec 15, 2022
9df365e
Remove trailing whitespace and fix tests
oandregal Dec 15, 2022
2111d11
Add back missing remove_insecure_properties method from core
oandregal Dec 15, 2022
61b368f
Move theme.json class to lib/
oandregal Dec 15, 2022
768761c
Add missing PHPdoc
oandregal Dec 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading