Skip to content

Commit

Permalink
Update Jetpack plugin from 13.7 to 13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpoke-bot committed Sep 5, 2024
1 parent 1f69d20 commit 5dcfd4a
Show file tree
Hide file tree
Showing 737 changed files with 11,895 additions and 16,351 deletions.
116 changes: 116 additions & 0 deletions wp-content/plugins/jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,122 @@

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

## 13.8 - 2024-09-04
### 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]

### Enhancements
- Admin Menu: Update order of Jetpack sub-menu items. [#39095]
- AI Assistant: Add spelling mistakes check for English language. [#39174]
- Newsletters: Add the plugin icon to the Block Editor header, with a dedicated sidebar with an email preview feature. [#39039]
- Social: Display Fediverse creator meta tag when a post has an active Mastodon connection. [#38809]

### Improved compatibility
- Sharing Block: Improve performance when hooking the block into single post templates. [#38727]
- Tiled Galleries: Defer loading of the Tiled Gallery script for improved performance. [#38928]

### Bug fixes
- AI Assistant: Disable Write Brief for free plan users when AI Assistant block is disabled. [#38743]
- AMP: Avoid fatal errors when using Jetpack's classic slideshows on a site where Jetpack blocks are disabled. [#38744]
- Blocks: Ensure the stylesheets for Contact Info and Payment Button blocks are loaded correctly. [#39018] [#39018]
- Blocks: Fix the editor freeze after inserting a pattern with the Donations block. [#38961]
- Mailchimp Block: Do not attempt to fetch groups when a site is not connected to Mailchimp yet. [#38901]
- REST API: Avoid PHP warnings in the comment endpoint when the parent comment does not exist. [#39102]
- Social Icons Widget: Ensure the social network icons display correctly. [#38965] [#38966]
- Subscriptions: Prevent the subscribe modal from automatically turning on when discussion settings are saved. [#38805]

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- A4A: Add a4a_is_dev_site attribute to Sites API response. [#38964]
- AI Assistant: Accept Write Brief typo suggestions. [#39008]
- AI Assistant: Add A8c dictionary. [#39105]
- AI Assistant: Add AI Guidelines link to the AI Assistant sidebar panel. [#39094]
- AI Assistant: Add FeatureControl to Write Brief. [#39168]
- AI Assistant: Add flag for Write Brief typo detection support. [#38895]
- AI Assistant: Add general improvements in Breve UX. [#38856]
- AI Assistant: Add namespace to Write Brief CSS classes. [#38795]
- AI Assistant: Add option to add word to spelling dictionary. [#39046]
- AI Assistant: Add retry event for Write Brief. [#39082]
- AI Assistant: Add retry for Write Brief. [#38998]
- AI Assistant: Add spelling mistake detection to Write Brief. [#38923]
- AI Assistant: Allow dismiss suggestion in all states. [#38848]
- AI Assistant: Change Write Brief type markup and restrict types. [#38867]
- AI Assistant: Do not mark words starting with special characters as spelling mistakes. [#39044]
- AI Assistant: Fix flickering when adding word to Write Brief dictionary. [#39087]
- AI Assistant: Limit popover height and fix anchorless popover. [#39109]
- AI Assistant: Load dictionaries from CDN. [#38943]
- AI Assistant: Recompute Write Brief highlights when dictionary is loaded. [#38999]
- AI Assistant: Remove dead Write Brief code. [#39089]
- AI Assistant: Remove unique-id sass function call from animation name. [#38922]
- AI Assistant: Remove Write Brief highlight popover when feature is disabled. [#38814]
- AI Assistant: Update connection button text. [#39031]
- Blocks: Ensure function is loaded even if blocks aren't enabled. [#39070]
- Blocks: Update the button block to v3 API. [#38916]
- Classic Theme Helper: Adding Portfolio custom post type content. [#39134]
- Code: Cleaning up usage of 'javascript:' in URLs. [#38783]
- Code: Making sure useRef includes an argument. [#38765]
- Components: React cleanup for React 19 compatibility. [#38762]
- Contact Form: Prevent direct file access. [#38982]
- Contact Form: Remove deprecated functionality. [#38786]
- Content Options: Moving content to Classic Theme Helper package. [#39028]
- Dashboard: Remove extra link in banner to invite admins to activate stats. [#39026]
- Email preview: Ensure the email is visible. [#38934]
- General: Adds to-test.md contents for Jetpack 13.8. [#39071]
- General: Adds tracks to featured flagged feature. [#39032]
- General: Fix incorrect case fall-through in `_inc/client/state/site/reducer.js`. [#39000]
- General: Updated package dependencies. [#39004]
- Google Analytics: Delete the Google Analytics removal notices. [#38882]
- Jetpack AI: Add usage policy link and renewal date to fair usage messaging. [#39085]
- Jetpack AI: Fix bug that showed extra spacing on the AI Assistant block inspector area. [#39142]
- Jetpack AI: Handle fair usage limit messaging on the UI. [#39043]
- Jetpack AI: Hide usagepanel when tier plans are disabled. Show QuotaExceededMessage instead of nudges. [#39090]
- Jetpack AI: Register the ai-title-optimization-keywords-support beta flag. [#38891]
- Jetpack AI: Remove hardcoded limit on image generation, it's handled by backend. [#39126]
- Jetpack AI: Support fair usage messaging on the Extension AI Control component. [#39103]
- Jetpack AI: Update fair usage messaging on the sidebar. [#39122]
- Jetpack Color & Tonesque: Add deprecation warning in the codebase. [#38338]
- Legacy Widgets: Ensure widgets are available for Simple sites until the block API is fixed. [#38610]
- Likes Block: Add keywords. [#38778]
- Map Block: Allow maps on WordPress.com to be selectable. [#38956]
- Media: Support video and audio shortcodes in Media Extractor. [#38556]
- Monetize: Support more currencies. [#38968]
- Newsletters: Don't prompt for connection on Simple sites. [#39064]
- Newsletters: Fix redirecting after comment when subscription modal is disabled. [#39027]
- Newsletters: Improve Sender Name and Reply-to settings. [#38833]
- Newsletters: Make preview non-clickable. [#39035]
- Notifications: Use profile locale to match menu language. [#38871]
- Open Graph Meta Tags: Check if the Open Graph integration in the ActivityPub plugin is active instead of checking for the class. [#38875]
- Open Graph Meta Tags: Do not display Fediverse tag on WordPress.com Simple. [#38874]
- Paywall Block: Improve styles. [#38837]
- Protect: Make allow list settings always accessible. [#38886]
- Publicize: Fixed a warning with undefined variables. [#38781]
- REST API: Add a /wpcom/v2/profile endpoint that returns user profile, admin color and locale. [#38879]
- Security Settings: Redirect to Protect dashboard for Firewall settings, when available. [#38741] [#38655]
- Sharing: Remove functions that were deprecated in Jetpack 11.0. [#38991]
- Site Breadcrumbs: Requiring the feature from the Classic Theme Helper package. [#38931]
- Site Breadcrumbs: Wrapping functions in function_exists as part of functionality move to package. [#38880]
- Slideshow Shortcode: Remove deprecated JS functionality and remove majority of jQuery. [#39050]
- Social: Moved PostPublishPanels component to publicize-coomponents package. [#39049]
- Social: Updated intial state logic to use the new consolidated initial state. [#38606]
- Social: Updated the share status modal to render it globally. [#39116]
- Social Links: Requiring feature from Classic Theme Helper package instead of Jetpack module. [#38730]
- Social Menus: Switch to more appropriate method of calling the SVG icon file. [#39136]
- Stats: Moved stats to the top of the Jetpack menu. [#39061]
- Subscribe Block: p tag styles leaking in from theme. [#38840]
- Subscriptions: Render the close button lower than the marketing bar. [#39065]
- SVG Optimizations: Revert recent SVG image optimizations. [#38981]
- Sync: Add a new callable for Sync Active Modules. [#38831]
- Tests: Fixed CSSTidy loading in tests. [#37859]
- Tests: Removed react-test-renderer as not in use. [#38755]
- Title Optimization: Add keywords section to UI and make it send the keywords on the request. [#38921]
- Title Optimization: Change UI labels when keywords beta flag is enabled. [#38911]
- Title Optimization: Include feedback link on the footer. [#38940]
- Top Posts & Pages Block: Ensure deleted content does not display. [#37251]
- Updated package dependencies. [#38662] [#38665] [#38822] [#39111] [#38745]
- Update Quick Start instructions. [#39059]
- WP.com: Hide the Customizer link on WP.com sites. [#38852]

## 13.7 - 2024-08-06
### Enhancements
- AI Assistant: Add feedback link to the sidebar. [#38528]
Expand Down
1 change: 0 additions & 1 deletion wp-content/plugins/jetpack/_inc/blocks/7.js

This file was deleted.

1 change: 1 addition & 0 deletions wp-content/plugins/jetpack/_inc/blocks/92.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-i18n', 'wp-polyfill'), 'version' => 'af8cf14e75fd2d51ce6e');
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-i18n', 'wp-polyfill'), 'version' => 'e5eb22c18228bc67fcfb');
2 changes: 1 addition & 1 deletion wp-content/plugins/jetpack/_inc/blocks/ai-chat/view.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'c338606afa1d9298a4fe');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '5182e0629d0214a32263');

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

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '9136ab9f1b3317920726');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '32a8501e8647dda360bd');
2 changes: 1 addition & 1 deletion wp-content/plugins/jetpack/_inc/blocks/blogroll/view.js

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

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '7b9b13c9b0dc24c6350e');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '015c90376027208061a7');

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

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'd893042b95edc7bb611a');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '966dd642fdcc7ec34770');
2 changes: 1 addition & 1 deletion wp-content/plugins/jetpack/_inc/blocks/button/view.js

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

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '1920eabaec8a9a9d174e');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '2c6dcab855ebf648b7a9');
Loading

0 comments on commit 5dcfd4a

Please sign in to comment.