Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Sep 16, 2024
1 parent be99b20 commit 23f374e
Show file tree
Hide file tree
Showing 176 changed files with 2,257 additions and 4,281 deletions.
37 changes: 36 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

### This is a list detailing changes for all Jetpack releases.

## 13.9-a.5 - 2024-09-16
### Enhancements
- Jetpack Stats: Do not check for capabilities if the user is not signed in when deciding whether to show the admin bar widget. [#39402]
- SSO: Remove legacy codebase in favor of the newer SSO codebase introduced in Jetpack 13.5. [#39327]

### Bug fixes
- Dashboard: Display the yearly Stats plan in the Jetpack dashboard immediately after you've purchased the plan. [#39326]
- Help Center: Fix the icon color when previewing color scheme. [#39371]
- Shortcode: Fix the YouTube URL embedding failure due to the trailing question mark of the ID. [#39309]

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- A4A: Add `is_a4a_dev_site` to `jetpack_response_field_additions`. [#39373]
- Content Options: Ensure the feature is loaded via the Classic Theme Helper package instead of Jetpack module. [#39210]
- Custom Content Types: Require feature along with portfolios from the Classic Theme Helper package. [#39268]
- Jetpack AI: Fix checkout URL redirect to the right yearly product. [#39323]
- Jetpack AI: Remove ai-image and ai-paragraph block code since they are not used and never made it to an actual functional block. [#39304]
- Launchpad: Support Launchpad experiment. [#39237]
- General: Move leading and trailing spaces out of i18n messages. Use en-dash for numeric ranges in i18n messages. [#39305]
- SEO: Open SEO upsell post in help center. [#39339]
- Social: Cleaned up media auto-conversion backend logic. [#38587]
- Social: Migrated useAdminUiV1 feature flag to new script data. [#39137]
- Styles: Update styling for external links. [#39337]
- Terms of Service: optimize initialization. [#39286]
- Title Optimization: Handle enter/return key to trigger a generation when they are pressed. [#39399]
- Title Optimization: Properly handle errors and show the correct UI for each. [#39340]
- Updated package dependencies. [#39332]

## 13.9-a.3 - 2024-09-10
### Bug fixes
- WooCommerce Analytics: Check whether a constant is defined before attempting to use it, for compatibility with WooCommerce <8.4.0. [#39306]
Expand Down Expand Up @@ -43,8 +70,16 @@
- Updated package dependencies. [#39176] [#39278] [#39288]
- Updated to not check for onboarding option from the frontend. [#39246]

## 13.8.1 - 2024-09-10
### Bug fixes
- Contact Form: Prevent unexpected payload contents from causing fatal errors. [#39271]
- General: Silence noisy warnings. [#39270] [#39272]
- Jetpack AI: Update default_content filter to not enforce the second parameter type to prevent fatal errors. [#39276]
- REST API: Fix missing requirement in admin-menu endpoint which could lead to a broken admin menu. [#39256]
- Web Application Firewall: Prevent incorrect parsing of unsupported HTTP content types. [#39262]

## 13.8 - 2024-09-04
### Major Enhancements
### Major enhancements
- Custom CSS: Remove feature in favor of WordPress core implementation. [#38865]
- Embeds: Remove YouTube and Vimeo embeds in favor of WordPress core implementation. [#39096]
- WordPress.com Toolbar: The feature has been removed. [#38804]
Expand Down
40 changes: 0 additions & 40 deletions _inc/blocks/ai-image/block.json

This file was deleted.

45 changes: 0 additions & 45 deletions _inc/blocks/ai-paragraph/block.json

This file was deleted.

2 changes: 1 addition & 1 deletion _inc/blocks/editor-beta.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets', 'wp-wordcount'), 'version' => 'd3b0587c572e4a4da9c9');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets', 'wp-wordcount'), 'version' => '89a6667aad9c603ba9d3');
2 changes: 1 addition & 1 deletion _inc/blocks/editor-beta.css

Large diffs are not rendered by default.

42 changes: 16 additions & 26 deletions _inc/blocks/editor-beta.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions _inc/blocks/editor-beta.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
* @license MIT
*/

/*!
* cookie
* Copyright(c) 2012-2014 Roman Shtylman
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/

/*!
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
*
Expand Down
2 changes: 1 addition & 1 deletion _inc/blocks/editor-beta.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _inc/blocks/editor-experimental.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets', 'wp-wordcount'), 'version' => 'fc7d1ab67c6f14532932');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets', 'wp-wordcount'), 'version' => 'b26d8959d584356fad9f');
2 changes: 1 addition & 1 deletion _inc/blocks/editor-experimental.css

Large diffs are not rendered by default.

38 changes: 14 additions & 24 deletions _inc/blocks/editor-experimental.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _inc/blocks/editor-experimental.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _inc/blocks/editor-no-post-editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets'), 'version' => '8ccdf5c605d9068d6b60');
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets'), 'version' => '9b453f9e4c2809afa981');
6 changes: 3 additions & 3 deletions _inc/blocks/editor-no-post-editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _inc/blocks/editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets', 'wp-wordcount'), 'version' => 'c4401ce99aebe073a010');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-widgets', 'wp-wordcount'), 'version' => '9ad91f874f5a43c3cb3b');
2 changes: 1 addition & 1 deletion _inc/blocks/editor.css

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions _inc/blocks/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _inc/blocks/editor.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _inc/blocks/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"ai-assistant-backend-prompts",
"ai-title-optimization-keywords-support"
],
"experimental": [ "ai-image", "ai-paragraph" ],
"experimental": [],
"no-post-editor": [
"ai-assistant",
"business-hours",
Expand Down
2 changes: 1 addition & 1 deletion _inc/blocks/podcast-player/view.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-a11y', 'wp-compose', 'wp-data', 'wp-element', 'wp-escape-html', 'wp-i18n', 'wp-polyfill', 'wp-primitives'), 'version' => '1513e65bfc263f1c6f4f');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-a11y', 'wp-compose', 'wp-data', 'wp-element', 'wp-escape-html', 'wp-i18n', 'wp-polyfill', 'wp-primitives'), 'version' => '9b45baaef6b9f497ddc5');
2 changes: 1 addition & 1 deletion _inc/blocks/podcast-player/view.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _inc/build/admin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'jquery', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '2bdb277b45e5ae69941c');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'jquery', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '525fb627e43541f01f77');
2 changes: 1 addition & 1 deletion _inc/build/admin.css

Large diffs are not rendered by default.

61 changes: 31 additions & 30 deletions _inc/build/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _inc/build/admin.rtl.css

Large diffs are not rendered by default.

Loading

0 comments on commit 23f374e

Please sign in to comment.