Skip to content

Commit

Permalink
WordPress 6.7 compatibility: Add __nextHasNoMarginBottom to controls …
Browse files Browse the repository at this point in the history
…to prevent deprecation notices (#39877)

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11554130787

Upstream-Ref: Automattic/jetpack@291b09e
  • Loading branch information
coder-karen authored and matticbot committed Oct 28, 2024
1 parent 549bbb3 commit 7ffc001
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This is an alpha version! The changes listed here are not final.

### Changed
- Admin: Changed initialization load order for menu items to prevent translation error.
- Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices.
- Updated package dependencies.

## [0.24.13] - 2024-10-21
Expand Down
2 changes: 1 addition & 1 deletion build/admin/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '64e7ccf9bfc7f218a051');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '54c4d88da0a71f08c5a9');
4 changes: 2 additions & 2 deletions build/admin/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/block-editor/blocks/video/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '2a7b18345503bb8bf3c6');
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '159479aae103c3d81711');
12 changes: 6 additions & 6 deletions build/block-editor/blocks/video/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-assets": "^2.3.10",
"automattic/jetpack-connection": "^5.1.5",
"automattic/jetpack-my-jetpack": "^4.35.15",
"automattic/jetpack-my-jetpack": "^4.35.16-alpha",
"automattic/jetpack-plans": "^0.4.12"
},
"require-dev": {
Expand Down

0 comments on commit 7ffc001

Please sign in to comment.