Changeset 3146591
- Timestamp:
- 09/04/2024 06:44:37 PM (19 months ago)
- Location:
- jetpack/trunk
- Files:
-
- 29 edited
-
CHANGELOG.md (modified) (1 diff)
-
composer.json (modified) (2 diffs)
-
jetpack.php (modified) (2 diffs)
-
jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md (modified) (2 diffs)
-
jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php (modified) (1 diff)
-
jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-plugin.php (modified) (1 diff)
-
jetpack_vendor/i18n-map.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/autoload_packages.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (2 diffs)
-
vendor/composer/autoload_static.php (modified) (2 diffs)
-
vendor/composer/installed.json (modified) (3 diffs)
-
vendor/composer/installed.php (modified) (1 diff)
-
vendor/composer/jetpack_autoload_classmap.php (modified) (2 diffs)
-
vendor/jetpack-autoloader/class-autoloader-handler.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-autoloader-locator.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-autoloader.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-container.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-hook-manager.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-latest-autoloader-guard.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-manifest-reader.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-path-processor.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-php-autoloader.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-plugin-locator.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-plugins-handler.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-shutdown-handler.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-version-loader.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-version-selector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/trunk/CHANGELOG.md
r3145445 r3146591 3 3 ### This is a list detailing changes for all Jetpack releases. 4 4 5 ## 13.8 -beta - 2024-09-025 ## 13.8 - 2024-09-04 6 6 ### Major Enhancements 7 7 - Custom CSS: Remove feature in favor of WordPress core implementation. [#38865] 8 8 - Embeds: Remove YouTube and Vimeo embeds in favor of WordPress core implementation. [#39096] 9 - WordPress.com Toolbar: The feature has been removed. [#38804] 9 10 10 11 ### Enhancements 11 12 - Admin Menu: Update order of Jetpack sub-menu items. [#39095] 12 13 - AI Assistant: Add spelling mistakes check for English language. [#39174] 13 14 ### Bug fixes 14 - Newsletters: Add the plugin icon to the Block Editor header, with a dedicated sidebar with an email preview feature. [#39039] 15 - Social: Display Fediverse creator meta tag when a post has an active Mastodon connection. [#38809] 16 17 ### Improved compatibility 18 - Sharing Block: Improve performance when hooking the block into single post templates. [#38727] 19 - Tiled Galleries: Defer loading of the Tiled Gallery script for improved performance. [#38928] 20 21 ### Bug fixes 22 - AI Assistant: Disable Write Brief for free plan users when AI Assistant block is disabled. [#38743] 23 - AMP: Avoid fatal errors when using Jetpack's classic slideshows on a site where Jetpack blocks are disabled. [#38744] 24 - Blocks: Ensure the stylesheets for Contact Info and Payment Button blocks are loaded correctly. [#39018] [#39018] 25 - Blocks: Fix the editor freeze after inserting a pattern with the Donations block. [#38961] 15 26 - Mailchimp Block: Do not attempt to fetch groups when a site is not connected to Mailchimp yet. [#38901] 16 27 - REST API: Avoid PHP warnings in the comment endpoint when the parent comment does not exist. [#39102] 17 18 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. --> 28 - Social Icons Widget: Ensure the social network icons display correctly. [#38965] [#38966] 29 - Subscriptions: Prevent the subscribe modal from automatically turning on when discussion settings are saved. [#38805] 30 31 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. --> 32 - A4A: Add a4a_is_dev_site attribute to Sites API response. [#38964] 33 - AI Assistant: Accept Write Brief typo suggestions. [#39008] 19 34 - AI Assistant: Add A8c dictionary. [#39105] 20 35 - AI Assistant: Add AI Guidelines link to the AI Assistant sidebar panel. [#39094] 21 36 - AI Assistant: Add FeatureControl to Write Brief. [#39168] 37 - AI Assistant: Add flag for Write Brief typo detection support. [#38895] 38 - AI Assistant: Add general improvements in Breve UX. [#38856] 39 - AI Assistant: Add namespace to Write Brief CSS classes. [#38795] 22 40 - AI Assistant: Add option to add word to spelling dictionary. [#39046] 23 - AI Assistant: Add retry event for Brief. [#39082] 41 - AI Assistant: Add retry event for Write Brief. [#39082] 42 - AI Assistant: Add retry for Write Brief. [#38998] 43 - AI Assistant: Add spelling mistake detection to Write Brief. [#38923] 44 - AI Assistant: Allow dismiss suggestion in all states. [#38848] 45 - AI Assistant: Change Write Brief type markup and restrict types. [#38867] 24 46 - AI Assistant: Do not mark words starting with special characters as spelling mistakes. [#39044] 25 - AI Assistant: Fix flickering when adding word to Brevedictionary. [#39087]47 - AI Assistant: Fix flickering when adding word to Write Brief dictionary. [#39087] 26 48 - AI Assistant: Limit popover height and fix anchorless popover. [#39109] 27 - AI Assistant: Remove dead Breve code. [#39089] 49 - AI Assistant: Load dictionaries from CDN. [#38943] 50 - AI Assistant: Recompute Write Brief highlights when dictionary is loaded. [#38999] 51 - AI Assistant: Remove dead Write Brief code. [#39089] 52 - AI Assistant: Remove unique-id sass function call from animation name. [#38922] 53 - AI Assistant: Remove Write Brief highlight popover when feature is disabled. [#38814] 54 - AI Assistant: Update connection button text. [#39031] 28 55 - Blocks: Ensure function is loaded even if blocks aren't enabled. [#39070] 29 - B utton Block: Update to Block API v3. [#38916]56 - Blocks: Update the button block to v3 API. [#38916] 30 57 - Classic Theme Helper: Adding Portfolio custom post type content. [#39134] 58 - Code: Cleaning up usage of 'javascript:' in URLs. [#38783] 59 - Code: Making sure useRef includes an argument. [#38765] 60 - Components: React cleanup for React 19 compatibility. [#38762] 61 - Contact Form: Prevent direct file access. [#38982] 62 - Contact Form: Remove deprecated functionality. [#38786] 31 63 - Content Options: Moving content to Classic Theme Helper package. [#39028] 32 - Fix redirecting after comment when subscription modal is disabled. [#39027] 64 - Dashboard: Remove extra link in banner to invite admins to activate stats. [#39026] 65 - Email preview: Ensure the email is visible. [#38934] 66 - General: Adds to-test.md contents for Jetpack 13.8. [#39071] 67 - General: Adds tracks to featured flagged feature. [#39032] 68 - General: Fix incorrect case fall-through in `_inc/client/state/site/reducer.js`. [#39000] 69 - General: Updated package dependencies. [#39004] 70 - Google Analytics: Delete the Google Analytics removal notices. [#38882] 33 71 - Jetpack AI: Add usage policy link and renewal date to fair usage messaging. [#39085] 34 72 - Jetpack AI: Fix bug that showed extra spacing on the AI Assistant block inspector area. [#39142] 35 73 - Jetpack AI: Handle fair usage limit messaging on the UI. [#39043] 36 74 - Jetpack AI: Hide usagepanel when tier plans are disabled. Show QuotaExceededMessage instead of nudges. [#39090] 75 - Jetpack AI: Register the ai-title-optimization-keywords-support beta flag. [#38891] 37 76 - Jetpack AI: Remove hardcoded limit on image generation, it's handled by backend. [#39126] 38 77 - Jetpack AI: Support fair usage messaging on the Extension AI Control component. [#39103] 39 78 - Jetpack AI: Update fair usage messaging on the sidebar. [#39122] 79 - Jetpack Color & Tonesque: Add deprecation warning in the codebase. [#38338] 80 - Legacy Widgets: Ensure widgets are available for Simple sites until the block API is fixed. [#38610] 81 - Likes Block: Add keywords. [#38778] 40 82 - Map Block: Allow maps on WordPress.com to be selectable. [#38956] 83 - Media: Support video and audio shortcodes in Media Extractor. [#38556] 41 84 - Monetize: Support more currencies. [#38968] 42 - Notifications: Use profile locale to match menu language. [#38871]43 - Slideshow Shortcode: Remove deprecated JS functionality and remove majority of jQuery. [#39050]44 - Social Menus: Switch to more appropriate method of calling the SVG icon file. [#39136]45 - Social: Updated the share status modal to render it globally. [#39116]46 - Update Quick Start instructions. [#39059]47 - Updated package dependencies. [#39111]48 - Updated versions. [#38745]49 50 ## 13.8-a.7 - 2024-08-2651 ### Enhancements52 - Newsletters: Adds Gutenberg plugin icon to the header, with a plugin sidebar with email preview feature. [#39039]53 54 ### Bug fixes55 - Blocks: Ensure that the Contact Info stylesheet is properly loaded. [#39018]56 - Blocks: Fix the editor freeze after inserting a pattern with the Donations block. [#38961]57 - Blocks: Ensure that the Payment Button stylesheet is properly loaded. [#39018]58 59 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->60 - AI Assistant: Accept Breve typo suggestions [#39008]61 - AI Assistant: Add retry for Write Brief. [#38998]62 - AI Assistant: Load dictionaries from CDN. [#38943]63 - AI Assistant: Recompute Breve highlights when dictionary is loaded. [#38999]64 - AI Assistant: Update connection button text. [#39031]65 - Dashboard: Remove extra link in banner to invite admins to activate stats. [#39026]66 85 - Newsletters: Don't prompt for connection on Simple sites. [#39064] 86 - Newsletters: Fix redirecting after comment when subscription modal is disabled. [#39027] 67 87 - Newsletters: Improve Sender Name and Reply-to settings. [#38833] 68 88 - Newsletters: Make preview non-clickable. [#39035] 69 - General: Adds to-test.md contents for Jetpack 13.8. [#39071] 70 - General: Adds tracks to featured flagged feature. [#39032] 71 - General: Fix incorrect case fall-through in `_inc/client/state/site/reducer.js`. [#39000] 72 - General: Updated package dependencies. [#39004] 73 - Legacy Widgets: Ensure widgets are available for Simple sites until the block API is fixed. [#38610] 74 - Social: Moved PostPublishPanels component to publicize-coomponents package. [#39049] 75 - Stats: Moved stats to the top of the Jetpack menu. [#39061] 76 - Sharing: Remove functions that were deprecated in Jetpack 11.0. [#38991] 77 - Site Breadcrumbs: Requiring the feature from the Classic Theme Helper package. [#38931] 78 - Subscriptions: Render the Close button lower than the Marketing bar. [#39065] 79 - Top Posts & Pages Block: Ensure deleted content does not display. [#37251] 80 81 ## 13.8-a.5 - 2024-08-21 82 ### Improved compatibility 83 - Sharing Block: Improve performance when hooking the block into single post templates. [#38727] 84 - WordPress.com Toolbar: Removed feature from self-hosted Jetpack sites. [#38804] 85 86 ### Bug fixes 87 - Social Icons Widget: Ensure the social network icons are displayed properly. [#38965] 88 - Social Menus: Ensure the SVG can be displayed properly. [#38966] 89 90 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. --> 91 - A4A: Add a4a_is_dev_site attribute to Sites API response. [#38964] 92 - Contact Form: Prevent direct file access. [#38982] 93 - Google Analytics: Delete the Google Analytics removal notices. [#38882] 94 - Security Settings: Redirect to Protect dashboard for Firewall settings, when available. [#38741] 95 - SVG Optimizations: Revert recent SVG image optimizations. [#38981] 96 97 ## 13.8-a.3 - 2024-08-19 98 ### Improved compatibility 99 - AMP: Avoid errors when using Jetpack's classic slideshows on a site where Jetpack blocks are disabled. [#38744] 100 - Tiled Galleries: Defer loading of the Tiled Gallery script for improved performance. [#38928] 101 102 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. --> 103 - AI Assistant: Add flag for Breve typo detection support. [#38895] 104 - AI Assistant: Add general improvements in Breve UX. [#38856] 105 - AI Assistant: Add spelling mistake detection to Breve. [#38923] 106 - AI Assistant: Allow dismiss suggestion in all states [#38848] 107 - AI Assistant: Change Breve type markup and restrict types. [#38867] 108 - AI Assistant: Remove Breve highlight popover when feature is disabled. [#38814] 109 - AI Assistant: Remove unique-id sass function call from animation name. [#38922] 110 - Email preview: ensure the email is visible [#38934] 111 - Jetpack AI: Register the ai-title-optimization-keywords-support beta flag. [#38891] 112 - Jetpack Color & Tonesque: Add deprecation warning in the codebase. [#38338] 89 - Notifications: Use profile locale to match menu language. [#38871] 113 90 - Open Graph Meta Tags: Check if the Open Graph integration in the ActivityPub plugin is active instead of checking for the class. [#38875] 114 91 - Open Graph Meta Tags: Do not display Fediverse tag on WordPress.com Simple. [#38874] 115 92 - Paywall Block: Improve styles. [#38837] 116 - Protect: Make allow list settings always accessible [#38886] 93 - Protect: Make allow list settings always accessible. [#38886] 94 - Publicize: Fixed a warning with undefined variables. [#38781] 117 95 - REST API: Add a /wpcom/v2/profile endpoint that returns user profile, admin color and locale. [#38879] 96 - Security Settings: Redirect to Protect dashboard for Firewall settings, when available. [#38741] [#38655] 97 - Sharing: Remove functions that were deprecated in Jetpack 11.0. [#38991] 98 - Site Breadcrumbs: Requiring the feature from the Classic Theme Helper package. [#38931] 118 99 - Site Breadcrumbs: Wrapping functions in function_exists as part of functionality move to package. [#38880] 119 - Small change under feature flag. [#38862] 100 - Slideshow Shortcode: Remove deprecated JS functionality and remove majority of jQuery. [#39050] 101 - Social: Moved PostPublishPanels component to publicize-coomponents package. [#39049] 102 - Social: Updated intial state logic to use the new consolidated initial state. [#38606] 103 - Social: Updated the share status modal to render it globally. [#39116] 120 104 - Social Links: Requiring feature from Classic Theme Helper package instead of Jetpack module. [#38730] 105 - Social Menus: Switch to more appropriate method of calling the SVG icon file. [#39136] 106 - Stats: Moved stats to the top of the Jetpack menu. [#39061] 121 107 - Subscribe Block: p tag styles leaking in from theme. [#38840] 108 - Subscriptions: Render the close button lower than the marketing bar. [#39065] 109 - SVG Optimizations: Revert recent SVG image optimizations. [#38981] 122 110 - Sync: Add a new callable for Sync Active Modules. [#38831] 111 - Tests: Fixed CSSTidy loading in tests. [#37859] 112 - Tests: Removed react-test-renderer as not in use. [#38755] 123 113 - Title Optimization: Add keywords section to UI and make it send the keywords on the request. [#38921] 124 114 - Title Optimization: Change UI labels when keywords beta flag is enabled. [#38911] 125 115 - Title Optimization: Include feedback link on the footer. [#38940] 126 - Updated package dependencies. [#38662] [#38665] [#38822] 116 - Top Posts & Pages Block: Ensure deleted content does not display. [#37251] 117 - Updated package dependencies. [#38662] [#38665] [#38822] [#39111] [#38745] 118 - Update Quick Start instructions. [#39059] 127 119 - WP.com: Hide the Customizer link on WP.com sites. [#38852] 128 120 129 ## 13.8-a.1 - 2024-08-12 130 ### Enhancements 131 - Social: Display Fediverse creator meta tag when a post has an active Mastodon connection. [#38809] 132 133 ### Improved compatibility 134 - Performance: Optimize the size of included image files. [#38573] 135 136 ### Bug fixes 137 - AI Assistant: Disable Breve for free plan users when AI Assistant block is disabled [#38743] 138 - Subscriptions: Prevent saave discussion settings from turning on the subscribe modal. [#38805] 139 140 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. --> 141 - AI Assistant: Add namespace to Breve CSS classes. [#38795] 142 - Code: Cleaning up usage of 'javascript:' in URLs. [#38783] 143 - Code: Making sure useRef includes an argument. [#38765] 144 - Components: React cleanup for React 19 compatibility. [#38762] 145 - Contact Form: Remove deprecated functionality. [#38786] 146 - Likes Block: Add keywords. [#38778] 147 - Media: Support video and audio shortcodes in Media Extractor. [#38556] 148 - Publicize: Fixed a warning with undefined variables. [#38781] 149 - Security: Redirect to Protect dashboard for Firewall settings, when available. [#38655] 150 - Social: Updated intial state logic to use the new consolidated initial state. [#38606] 151 - Tests: Fixed CSSTidy loading in tests. [#37859] 152 - Tests: Removed react-test-renderer as not in use. [#38755] 153 154 ## 13.7-beta2 - 2024-08-06 121 ## 13.7 - 2024-08-06 155 122 ### Enhancements 156 123 - AI Assistant: Add feedback link to the sidebar. [#38528] -
jetpack/trunk/composer.json
r3146095 r3146591 28 28 "automattic/jetpack-device-detection": "^2.1.4", 29 29 "automattic/jetpack-error": "^2.0.3", 30 "automattic/jetpack-forms": "^0.32.1 2",30 "automattic/jetpack-forms": "^0.32.13", 31 31 "automattic/jetpack-image-cdn": "^0.4.8", 32 32 "automattic/jetpack-import": "^0.8.7", … … 95 95 "ext-intl": "0.0.0" 96 96 }, 97 "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta",97 "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8", 98 98 "allow-plugins": { 99 99 "automattic/jetpack-autoloader": true, -
jetpack/trunk/jetpack.php
r3145445 r3146591 5 5 * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. 6 6 * Author: Automattic 7 * Version: 13.8 -beta7 * Version: 13.8 8 8 * Author URI: https://jetpack.com 9 9 * License: GPL2+ … … 35 35 define( 'JETPACK__MINIMUM_WP_VERSION', '6.5' ); 36 36 define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); 37 define( 'JETPACK__VERSION', '13.8 -beta' );37 define( 'JETPACK__VERSION', '13.8' ); 38 38 39 39 /** -
jetpack/trunk/jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md
r3145445 r3146591 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [0.32.13] - 2024-09-04 9 ### Changed 10 - Check for private and password-protected posts when handling the contact form submissions. [#39238] 7 11 8 12 ## [0.32.12] - 2024-09-02 … … 644 648 - Added a public load_contact_form method for initializing the contact form module. [#28416] 645 649 650 [0.32.13]: https://github.com/automattic/jetpack-forms/compare/v0.32.12...v0.32.13 646 651 [0.32.12]: https://github.com/automattic/jetpack-forms/compare/v0.32.11...v0.32.12 647 652 [0.32.11]: https://github.com/automattic/jetpack-forms/compare/v0.32.10...v0.32.11 -
jetpack/trunk/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php
r3145445 r3146591 16 16 class Jetpack_Forms { 17 17 18 const PACKAGE_VERSION = '0.32.1 2';18 const PACKAGE_VERSION = '0.32.13'; 19 19 20 20 /** -
jetpack/trunk/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-plugin.php
r3089617 r3146591 685 685 } else { 686 686 // It's a form embedded in a post 687 688 if ( ! is_post_publicly_viewable( $id ) && ! current_user_can( 'read_post', $id ) ) { 689 // The user can't see the post. 690 return false; 691 } 692 693 if ( post_password_required( $id ) ) { 694 // The post is password-protected and the password is not provided. 695 return false; 696 } 697 687 698 $post = get_post( $id ); 688 699 -
jetpack/trunk/jetpack_vendor/i18n-map.php
r3146095 r3146591 51 51 'jetpack-forms' => array( 52 52 'path' => 'jetpack_vendor/automattic/jetpack-forms', 53 'ver' => '0.32.1 2',53 'ver' => '0.32.13', 54 54 ), 55 55 'jetpack-image-cdn' => array( -
jetpack/trunk/readme.txt
r3145445 r3146591 327 327 328 328 == Changelog == 329 ### 13.8 -beta - 2024-09-02329 ### 13.8 - 2024-09-04 330 330 #### Major Enhancements 331 331 - Custom CSS: Remove feature in favor of WordPress core implementation. 332 332 - Embeds: Remove YouTube and Vimeo embeds in favor of WordPress core implementation. 333 - WordPress.com Toolbar: The feature has been removed. 333 334 334 335 #### Enhancements 335 336 - Admin Menu: Update order of Jetpack sub-menu items. 336 337 - AI Assistant: Add spelling mistakes check for English language. 337 - Newsletters: Add s Gutenberg plugin icon to the header, with a plugin sidebar withemail preview feature.338 - Newsletters: Add the plugin icon to the Block Editor header, with a dedicated sidebar with an email preview feature. 338 339 - Social: Display Fediverse creator meta tag when a post has an active Mastodon connection. 339 340 340 341 #### Improved compatibility 341 - AMP: Avoid errors when using Jetpack's classic slideshows on a site where Jetpack blocks are disabled.342 - Performance: Optimize the size of included image files.343 342 - Sharing Block: Improve performance when hooking the block into single post templates. 344 343 - Tiled Galleries: Defer loading of the Tiled Gallery script for improved performance. 345 - WordPress.com Toolbar: Removed feature from self-hosted Jetpack sites.346 344 347 345 #### Bug fixes 348 - AI Assistant: Disable Breve for free plan users when AI Assistant block is disabled349 - Blocks: Ensure that the Contact Info stylesheet is properly loaded.350 - Blocks: Ensure th at the Payment Button stylesheet is properly loaded.346 - AI Assistant: Disable Write Brief for free plan users when AI Assistant block is disabled. 347 - AMP: Avoid fatal errors when using Jetpack's classic slideshows on a site where Jetpack blocks are disabled. 348 - Blocks: Ensure the stylesheets for Contact Info and Payment Button blocks are loaded correctly. 351 349 - Blocks: Fix the editor freeze after inserting a pattern with the Donations block. 352 350 - Mailchimp Block: Do not attempt to fetch groups when a site is not connected to Mailchimp yet. 353 351 - REST API: Avoid PHP warnings in the comment endpoint when the parent comment does not exist. 354 - Social Icons Widget: Ensure the social network icons are displayed properly. 355 - Social Menus: Ensure the SVG can be displayed properly. 356 - Subscriptions: Prevent saave discussion settings from turning on the subscribe modal. 352 - Social Icons Widget: Ensure the social network icons display correctly. 353 - Subscriptions: Prevent the subscribe modal from automatically turning on when discussion settings are saved. 357 354 358 355 -------- -
jetpack/trunk/vendor/autoload.php
r3145445 r3146591 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta::getLoader();25 return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8::getLoader(); -
jetpack/trunk/vendor/autoload_packages.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/composer/autoload_real.php
r3145445 r3146591 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta5 class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8::getInitializer($loader)); 33 33 34 34 $loader->setClassMapAuthoritative(true); 35 35 $loader->register(true); 36 36 37 $filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta::$files;37 $filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8::$files; 38 38 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 39 39 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
jetpack/trunk/vendor/composer/autoload_static.php
r3145445 r3146591 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta7 class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 8 8 { 9 9 public static $files = array ( … … 507 507 { 508 508 return \Closure::bind(function () use ($loader) { 509 $loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta::$prefixLengthsPsr4;510 $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta::$prefixDirsPsr4;511 $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta::$classMap;509 $loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8::$prefixLengthsPsr4; 510 $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8::$prefixDirsPsr4; 511 $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8::$classMap; 512 512 513 513 }, null, ClassLoader::class); -
jetpack/trunk/vendor/composer/installed.json
r3146095 r3146591 1146 1146 { 1147 1147 "name": "automattic/jetpack-forms", 1148 "version": "v0.32.1 2",1149 "version_normalized": "0.32.1 2.0",1148 "version": "v0.32.13", 1149 "version_normalized": "0.32.13.0", 1150 1150 "source": { 1151 1151 "type": "git", 1152 1152 "url": "https://github.com/Automattic/jetpack-forms.git", 1153 "reference": " 1616d96387c4d1d59edc2fe164a7897a1b4b9c70"1154 }, 1155 "dist": { 1156 "type": "zip", 1157 "url": "https://api.github.com/repos/Automattic/jetpack-forms/zipball/ 1616d96387c4d1d59edc2fe164a7897a1b4b9c70",1158 "reference": " 1616d96387c4d1d59edc2fe164a7897a1b4b9c70",1153 "reference": "81c0283c5b0c06c245722942893c7f110df31ac1" 1154 }, 1155 "dist": { 1156 "type": "zip", 1157 "url": "https://api.github.com/repos/Automattic/jetpack-forms/zipball/81c0283c5b0c06c245722942893c7f110df31ac1", 1158 "reference": "81c0283c5b0c06c245722942893c7f110df31ac1", 1159 1159 "shasum": "" 1160 1160 }, … … 1177 1177 "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." 1178 1178 }, 1179 "time": "2024-09-0 2T12:18:47+00:00",1179 "time": "2024-09-04T18:19:29+00:00", 1180 1180 "type": "jetpack-library", 1181 1181 "extra": { … … 1205 1205 "description": "Jetpack Forms", 1206 1206 "support": { 1207 "source": "https://github.com/Automattic/jetpack-forms/tree/v0.32.1 2"1207 "source": "https://github.com/Automattic/jetpack-forms/tree/v0.32.13" 1208 1208 }, 1209 1209 "install-path": "../../jetpack_vendor/automattic/jetpack-forms" -
jetpack/trunk/vendor/composer/installed.php
r3146095 r3146591 192 192 ), 193 193 'automattic/jetpack-forms' => array( 194 'pretty_version' => 'v0.32.1 2',195 'version' => '0.32.1 2.0',196 'reference' => ' 1616d96387c4d1d59edc2fe164a7897a1b4b9c70',194 'pretty_version' => 'v0.32.13', 195 'version' => '0.32.13.0', 196 'reference' => '81c0283c5b0c06c245722942893c7f110df31ac1', 197 197 'type' => 'jetpack-library', 198 198 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-forms', -
jetpack/trunk/vendor/composer/jetpack_autoload_classmap.php
r3146095 r3146591 364 364 ), 365 365 'Automattic\\Jetpack\\Extensions\\Contact_Form\\Contact_Form_Block' => array( 366 'version' => '0.32.1 2.0',366 'version' => '0.32.13.0', 367 367 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/class-contact-form-block.php' 368 368 ), … … 372 372 ), 373 373 'Automattic\\Jetpack\\Forms\\ContactForm\\Admin' => array( 374 'version' => '0.32.1 2.0',374 'version' => '0.32.13.0', 375 375 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-admin.php' 376 376 ), 377 377 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form' => array( 378 'version' => '0.32.1 2.0',378 'version' => '0.32.13.0', 379 379 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php' 380 380 ), 381 381 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Endpoint' => array( 382 'version' => '0.32.1 2.0',382 'version' => '0.32.13.0', 383 383 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-endpoint.php' 384 384 ), 385 385 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Field' => array( 386 'version' => '0.32.1 2.0',386 'version' => '0.32.13.0', 387 387 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-field.php' 388 388 ), 389 389 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Plugin' => array( 390 'version' => '0.32.1 2.0',390 'version' => '0.32.13.0', 391 391 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-plugin.php' 392 392 ), 393 393 'Automattic\\Jetpack\\Forms\\ContactForm\\Contact_Form_Shortcode' => array( 394 'version' => '0.32.1 2.0',394 'version' => '0.32.13.0', 395 395 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-shortcode.php' 396 396 ), 397 397 'Automattic\\Jetpack\\Forms\\ContactForm\\Editor_View' => array( 398 'version' => '0.32.1 2.0',398 'version' => '0.32.13.0', 399 399 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-editor-view.php' 400 400 ), 401 401 'Automattic\\Jetpack\\Forms\\ContactForm\\Form_View' => array( 402 'version' => '0.32.1 2.0',402 'version' => '0.32.13.0', 403 403 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-form-view.php' 404 404 ), 405 405 'Automattic\\Jetpack\\Forms\\ContactForm\\Util' => array( 406 'version' => '0.32.1 2.0',406 'version' => '0.32.13.0', 407 407 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-util.php' 408 408 ), 409 409 'Automattic\\Jetpack\\Forms\\Dashboard\\Dashboard' => array( 410 'version' => '0.32.1 2.0',410 'version' => '0.32.13.0', 411 411 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard.php' 412 412 ), 413 413 'Automattic\\Jetpack\\Forms\\Dashboard\\Dashboard_View_Switch' => array( 414 'version' => '0.32.1 2.0',414 'version' => '0.32.13.0', 415 415 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard-view-switch.php' 416 416 ), 417 417 'Automattic\\Jetpack\\Forms\\Jetpack_Forms' => array( 418 'version' => '0.32.1 2.0',418 'version' => '0.32.13.0', 419 419 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php' 420 420 ), 421 421 'Automattic\\Jetpack\\Forms\\Service\\Google_Drive' => array( 422 'version' => '0.32.1 2.0',422 'version' => '0.32.13.0', 423 423 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/service/class-google-drive.php' 424 424 ), 425 425 'Automattic\\Jetpack\\Forms\\Service\\Post_To_Url' => array( 426 'version' => '0.32.1 2.0',426 'version' => '0.32.13.0', 427 427 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/service/class-post-to-url.php' 428 428 ), 429 429 'Automattic\\Jetpack\\Forms\\WPCOM_REST_API_V2_Endpoint_Forms' => array( 430 'version' => '0.32.1 2.0',430 'version' => '0.32.13.0', 431 431 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-forms/src/class-wpcom-rest-api-v2-endpoint-forms.php' 432 432 ), -
jetpack/trunk/vendor/jetpack-autoloader/class-autoloader-handler.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-autoloader-locator.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-autoloader.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-container.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-hook-manager.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-latest-autoloader-guard.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-manifest-reader.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-path-processor.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-php-autoloader.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-plugin-locator.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-plugins-handler.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-shutdown-handler.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-version-loader.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore -
jetpack/trunk/vendor/jetpack-autoloader/class-version-selector.php
r3145445 r3146591 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8 _beta\al3_0_10;8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_8\al3_0_10; 9 9 10 10 // phpcs:ignore
Note: See TracChangeset
for help on using the changeset viewer.