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
tbradsha authored and matticbot committed Dec 2, 2024
1 parent 5f2cd4b commit 9d24e0c
Show file tree
Hide file tree
Showing 254 changed files with 7,146 additions and 4,557 deletions.
3 changes: 0 additions & 3 deletions 3rd-party/3rd-party.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
* This is a refactor of load_3rd_party() to load the individual compat files only when needed instead of universally.
*/
function load_3rd_party_compat_filters() {
// SalesForce
// @todo This one probably makes more sense to move to the Forms package (and the module until it is fully deprecated).
require_once JETPACK__PLUGIN_DIR . '/3rd-party/class-salesforce-lead-form.php'; // not a module but the handler for Salesforce forms

// bbPress
if ( function_exists( 'bbpress' ) ) {
Expand Down
149 changes: 0 additions & 149 deletions 3rd-party/class-salesforce-lead-form.php

This file was deleted.

108 changes: 89 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,91 @@

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

## 14.1-a.2 - unreleased
## 14.1-beta - 2024-12-02
### Enhancements
- Likes Block: Allow hiding avatars. [#40282]
- Social: Change My Jetpack CTA from "Learn more" to "Activate". [#40359]

### Improved compatibility
- Social: Change "Activate" button in the editor to link. [#40390]
- Tiled Gallery: Increase accessibility by ensuring images are not classified as interactive when they shouldn't be. [#40241]

### Bug fixes
- Licensing: Resolves an issue where revoked licenses were incorrectly treated as unattached. [#40215]
- Social: Made resharing async in classic editor to fix timeout issues. [#40302]
- Subscribe block: Fix block error when editing. [#40355]

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Bundles: Add growth icon to recommendation upsell. [#40347]
- Classic Theme Helper: Add Testimonial custom post type content. [#40295]
- Jetpack AI: Check module availability for mapped blocks. [#40336]
- Likes Block: Add a filter to the iframe url to enable future expansion and modularity. [#40276]
- Update @wordpress/editor to the latest version/ [#40373]
- Write Brief: Add alternative apostrophe char to spelling mistakes regex. [#40395]

## 14.1-a.7 - 2024-11-26
### Enhancements
- Subscriptions: stops loading editor functionality (i.e. the block and panels) when subscriptions module is disabled. [#39802]

### Bug fixes
- Social: Fixed undefined index error on specific WordPress.com environments. [#40337]

## 14.1-a.5 - 2024-11-25
### Major Enhancements
- Social: Added permissions warning for LinkedIn connections. [#40220]

This is an alpha version! The changes listed here are not final.
### Enhancements
- Google Photos Picker: Adding Google Photos Picker flow backend API endpoints support. [#40242]
- Google Photos Picker: Update Google Photos external media to support Google Photos Picker API. [#40087]
- Social: Post share status in the editor is now immediately available on page load. [#40301]

### Bug fixes
- AI Assistant: Fix bug with error message when user is not over requests limit. [#40235]
- Forms: Prevent duplicate Salesforce entry submissions. [#40126]

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Dashboard: Replace Creator recommendation with Growth. [#40212]
- Docs: Update lists of social networks supported by Publicize, to include all the newer networks. [#40248]
- Jetpack AI: Enable transform list to table functionality for all. [#40287]
- Jetpack AI: Image generator modals now properly enable prompt input separately from action button. [#40210]
- Jetpack AI: Increase response cache TTL, add error response caching and increase request timeout. [#40171]
- Jetpack AI: Moving transform list to table prompt to backend. [#40237]
- Jetpack AI: Use the right feature control to pick the styles from. [#40265]
- General: Added to-test changes for Jetpack 14.1. [#40331]
- General: Fixed TS errors following @wordpress/editor update. [#40291]
- Newsletter: Update form labels for welcome message in Settings. [#40254]
- Updated dependencies. [#40286]
- Updated package dependencies. [#40232] [#40288]
- Update feature for stats in growth to 10K instead of 100K. [#40312]

## 14.1-a.3 - 2024-11-18
### Major Enhancements
- General: Update minimum PHP version to 7.2. [#40147]
- General: Update minimum WordPress version to 6.6. [#40146]

### Enhancements
- Use wp_register_block_metadata_collection() on WordPress 6.7+ to improve block registration performance by reducing filesystem operations. (See https://core.trac.wordpress.org/changeset/59132)
- Social: Added a new toggle for Social UTM tracking. [#39998]
- Use wp_register_block_metadata_collection() on WordPress 6.7+ to improve block registration performance by reducing filesystem operations. (See https://core.trac.wordpress.org/changeset/59132) [#40064]

### Improved compatibility
- Dashboard: Fix toggle component to prevent console warnings. [#40164]

### Bug fixes
- Comments: Fix reload after posting. [#40140]
- Forms: Fix an error occurring due to a function receiving an unexpected input type. [#40183]
- Subscriptions: Fix template preview and edit links for three toggle settings. [#40142]

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- AI Assistant: Adding "transform list into table" functionality back to AI Assistant. [#40148]
- AI Assistant: Add styles support for featured image AI modal. [#40113]
- AI Assistant: Hotfix for input disabled bug (https://github.com/Automattic/wp-calypso/issues/96430). [#40198]
- AI Assistant: Make sure we validate that the new option exists. [#40186]
- AI Assistant: Only display "turn list into table" menu item for top-level lists. [#40177]
- Backup: Add "next daily backup" schedule time on admin page. [#39914]
- Dashboard: Fix bug with connection cards in "promotions disabled" mode. [#40179]
- Plans: Add Jetpack Growth constants to prevent error on My Plan section. [#40176]
- Podcast Player Block: Fix "Uncaught TypeError" error. [#40121]
- Social: Added UTM option to sync. [#40144]

## 14.1-a.1 - 2024-11-11
### Enhancements
Expand Down Expand Up @@ -231,9 +310,7 @@ This is an alpha version! The changes listed here are not final.
- Title Optimization: Handle enter/return key to trigger a generation when they are pressed. [#39399]
- Title Optimization: improve button behaviors when handling errors. [#39554]
- Title Optimization: Properly handle errors and show the correct UI for each. [#39340]
- Updated package dependencies. [#39176] [#39278] [#39288]
- Updated package dependencies. [#39302]
- Updated package dependencies. [#39332]
- Updated package dependencies. [#39176] [#39278] [#39288] [#39302] [#39332]
- Updated to not check for onboarding option from the frontend. [#39246]
- WP.com: Ensure portfolios are enabled and working properly on themes that support portfolios. [#39431]
- Write Brief: Turn spelling mistakes and long sentences on by default when the tool is enabled. [#39495]
Expand Down Expand Up @@ -604,8 +681,7 @@ This is an alpha version! The changes listed here are not final.
- Stats: Point post stats icon to wp-admin. [#38013]
- Subscribe overlay: Use home URL in skip link. [#37711]
- Top Posts & Pages Block: Require that one content type is always set to display. [#36305]
- Updated package dependencies. [#37669] [#37706]
- Updated package dependencies. [#37767] [#37776] [#37795] [#37796]
- Updated package dependencies. [#37669] [#37706] [#37767] [#37776] [#37795] [#37796]
- Updated recommendation links for Social. [#37693]
- Updated recommendations section links for Social. [#37678]
- Use correct const to check for inline extensions availability. [#37758]
Expand Down Expand Up @@ -716,8 +792,7 @@ This is an alpha version! The changes listed here are not final.
- Subscriptions: Subscription overlay fixes. [#37503]
- Tiled Gallery: Fix view rendering issues. [#37213]
- Tiled Gallery: Force image aspect ratio for square and circle styles. [#37627]
- Updated package dependencies. [#36964]
- Updated package dependencies. [#37348] [#37379] [#37380] [#37382]
- Updated package dependencies. [#36964] [#37348] [#37379] [#37380] [#37382]
- Updated phan baseline files. [#37151]
- Update invite user error response logging. [#37144]
- Update sizes and spacings on Title Optimization. [#37333]
Expand Down Expand Up @@ -990,9 +1065,7 @@ This is an alpha version! The changes listed here are not final.
- Untangle: explicitly use Core admin bar color in Calypso color schemes [#36341]
- Untangling: return untangled admin menu from wpcom/v2/admin-menu endpoint for early classic view. [#36601]
- Update code references in docs and comments. [#36234]
- Updated package dependencies. [#36309, #36325]
- Updated package dependencies. [#36401]
- Updated package dependencies. [#36585]
- Updated package dependencies. [#36309] [#36325] [#36401] [#36585]
- Update lockfiles. [#36195]
- Update notification icon in top bar [#36297]
- Use correct links in Settings -> Traffic -> GA when admin interface is wp-admin [#36493]
Expand Down Expand Up @@ -1428,8 +1501,7 @@ This is an alpha version! The changes listed here are not final.
- Fix failing E2E tests [#34796]
- In editor view, the Like block now shows or hides the reblog button according to sidebar config [#34831]
- Social: Removed obsolete code for Tweetstorms [#34330]
- Updated package dependencies. [#34815]
- Updated package dependencies. [#34816]
- Updated package dependencies. [#34815] [#34816]

## 13.0-a.11 - 2024-01-02
### Bug fixes
Expand Down Expand Up @@ -2514,8 +2586,7 @@ This is an alpha version! The changes listed here are not final.
- Fix typo [#31977]
- Sites API: add was_migration_trial flag to data returned for site details. [#31907]
- Transferred 'get_calypso_env()' method from Jetpack class to the Status package. [#31906]
- Updated package dependencies. [#31923]
- Updated package dependencies. [#32040]
- Updated package dependencies. [#31923] [#32040]
- Update props passed to JetpackFooter [#31627]
- Whitelist jetpack_memberships_site_subscriber post meta to allow for syncing to WordPress.com [#31956]
- Widget Visibility: add new filter to allow third-parties to add Widget Visibility support to their own blocks. [#31928]
Expand Down Expand Up @@ -2598,8 +2669,7 @@ This is an alpha version! The changes listed here are not final.
- Add wpcom_site_setup property to /sites/{siteId} endpoint [#31664]
- Dashboard: update wording for Custom CSS section when using a Block theme. [#31634]
- Sync wpcom_site_setup site option [#31662]
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31661]
- Updated package dependencies. [#31659] [#31661]
- WordPress.com Toolbar: only add Blaze Dashboard link once. [#31617]

## [12.3] - 2023-07-05
Expand Down
5 changes: 5 additions & 0 deletions _inc/blocks/blocks-manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,11 @@
'type' => 'boolean',
'default' => false,
),
'showAvatars' =>
array (
'type' => 'boolean',
'default' => true,
),
),
'editorScript' => 'jetpack-blocks-editor',
),
Expand Down
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' => '04fab57e1fb9ebbff080');
<?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' => 'ec9ba431cea622dd6533');
2 changes: 1 addition & 1 deletion _inc/blocks/editor-beta.css

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions _inc/blocks/editor-beta.js

Large diffs are not rendered by default.

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' => 'fbdb6a2861b92d385cbb');
<?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' => '40e97efbfede9089491f');
2 changes: 1 addition & 1 deletion _inc/blocks/editor-experimental.css

Large diffs are not rendered by default.

154 changes: 77 additions & 77 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' => '9e1ec94b9f1e2c3710a0');
<?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' => '2233c314014be2cb71bc');
2 changes: 1 addition & 1 deletion _inc/blocks/editor-no-post-editor.css

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions _inc/blocks/editor-no-post-editor.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit 9d24e0c

Please sign in to comment.