Skip to content

Commit

Permalink
Wp 6.7 fixes (#214)
Browse files Browse the repository at this point in the history
* fixed textdomain load

* fixed usage of some deprecated Gutenberg attributes and components

* build

* improve styles of gallery editor in Inspector

* change icons-selector component to use WP CSS variables with simpler CSS

* build
  • Loading branch information
nk-o authored Dec 13, 2024
1 parent e6bc7d8 commit 7ff4f37
Show file tree
Hide file tree
Showing 31 changed files with 256 additions and 253 deletions.
2 changes: 1 addition & 1 deletion build/gutenberg/custom-post-meta.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jquery', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins'), 'version' => '515b4849bbbe6b832121');
<?php return array('dependencies' => array('jquery', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins'), 'version' => 'b1037536898c176c1791');
2 changes: 1 addition & 1 deletion build/gutenberg/custom-post-meta.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7ff4f37

Please sign in to comment.