Plugin Directory

Changeset 3410076


Ignore:
Timestamp:
12/03/2025 08:15:29 PM (10 days ago)
Author:
bjorsch
Message:

Updating trunk to version 15.3

Location:
jetpack/trunk
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/CHANGELOG.md

    r3409621 r3410076  
    33### This is a list detailing changes for all Jetpack releases.
    44
    5 ## 15.3-beta.3 - 2025-12-03
    6 ### Bug fixes
    7 - Forms: Fix the flickering between the sidebar loading on different browser widths.
    8 - Restrict inline file preview to only image formats and PDFs, force download for other file types for security.
    9 
    10 ## 15.3-beta.2 - 2025-12-02
     5## 15.3 - 2025-12-03
     6
    117Incorrectly tagged without releasing new versions of Jetpack Forms. 15.3-beta.3 was created immediately to fix the issue.
    128
    13 ## 15.3-beta - 2025-12-01
    14 ### Enhancements
     9### Enhancements
     10- Forms: Add browser info to the form response email notification. [#45710]
    1511- Forms: Add form response webhook support. [#46059]
     12- Forms: Add integrations to dashboard mobile menu. [#45744]
     13- Forms: Add keyboard navigation to go through reponses quickly. [#45811]
    1614- Forms: Add WordPress Abilities API integration for form submissions management and integrations access. [#45998]
     15- Forms: Change integrations modal width. [#45855]
     16- Forms: Improve MailPoet subscriber handling. [#45905]
    1717- Forms: Improve name variation handling. [#46054]
    1818- Forms: Remove related-posts from API calls. [#45928]
     19- Forms: Update dashboard header buttons. [#45983]
     20- Forms: Use core WP colors for basic primitive components such as buttons at Forms dashboard. [#45845]
     21- Forms: Use first/last name for author. [#45944]
    1922- Premium Content Block: Added email rendering callback. [#46006]
     23- Social: Improve auto-share UI in the editor by streamlining the notices and descriptions. [#45970]
     24- Social: Improve the sidebar by making titles more descriptive and combining sections. [#46007]
     25- Social: Update the connections list in the editor to a vertical toggle list with labels and icons. [#45939]
     26
     27### Improved compatibility
     28- Replace icons removed from @wordpress/icons with alternatives. [#45760]
    2029
    2130### Bug fixes
    2231- Cookies & Consents Banner Widget: ensure form headings are properly displayed. [#46144]
     32- Fix a compatibility bug with the Gutenberg plugin. [#45967]
    2333- Forms: Do not link to empty source link. [#46133]
     34- Forms: Ensure we show duplicate form field values on export. [#45809]
     35- Forms: Fix integrations modal flash. [#45775]
     36- Forms: Fix name variation isActive setting. [#46028]
     37- Forms: Fix the flickering between the sidebar loading on different browser widths.
    2438- Forms: Reject form submissions when the parent post/page with the form has been deleted or is no longer published. [#46103]
    2539- Forms: Remove clashing between meta dn field names on export. [#46130]
     40- GifBlock: Ensure url is not reset when publishing post. [#45900]
     41- Google Docs: Ensure that slides/sheets embeds render on the front-end. [#45776]
    2642- GSheets embed: Give time for the iframe to finish before showing an error. [#46109]
    27 
    28 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
     43- My Jetpack: Fix expiring renewal prompt to show all products. [#45995]
     44- Remove `getIconColor` functions for block icons. [#45992]
     45- Restrict inline file preview to only image formats and PDFs, force download for other file types for security.
     46- Social: Fix connection icon not reflecting the change when profile picture is updated. [#45937]
     47
     48### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
     49- About page: Remove Co-Authors Plus from and add ActivityPub to list of featured plugins. [#45792]
    2950- Blocks: Add filter to disable Jetpack block collection in editor. [#46077]
    30 - Media Summary: Allow skipping excerpt and text counts. [#46091]
    31 - Newsletters: Add skeleton for new settings screen. [#46049]
    32 - Podcasts block: Prevent warnings when podcast content is malformed. [#46083]
    33 - Updated Jetpack sidebar labels for post editor sidebar. [#46098]
    34 - Update package dependencies. [#46072] [#46079] [#46143]
    35 
    36 ## 15.3-a.9 - 2025-11-24
    37 ### Enhancements
    38 - Forms: Update dashboard header buttons. [#45983]
    39 - Forms: Use first/last name for author. [#45944]
    40 - Social: Improve the sidebar by making titles more descriptive and combining sections. [#46007]
    41 
    42 ### Bug fixes
    43 - Forms: Fix name variation isActive setting. [#46028]
    44 - Remove `getIconColor` functions for block icons. [#45992]
    45 - My Jetpack: Fix expiring renewal prompt to show all products. [#45995]
    46 
    47 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
    48 - Likes: Update filter docblock formatting. [#46009]
    49 - Phan: Address PhanPossiblyUndeclaredVariable violations. [#45911]
    50 - Update Social preview to show title as well with the preview. [#45938]
    51 - Update to-test.md file. [#46042]
    52 
    53 ## 15.3-a.7 - 2025-11-19
    54 ### Enhancements
    55 - Social: Improve auto-share UI in the editor by streamlining the notices and descriptions. [#45970]
    56 - Social: Update the connections list in the editor to a vertical toggle list with labels and icons. [#45939]
    57 
    58 ## 15.3-a.5 - 2025-11-18
    59 ### Bug fixes
    60 - Fix a compatibility bug with the Gutenberg plugin. [#45967]
    61 
    62 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
    63 - Update package dependencies. [#45961]
    64 
    65 ## 15.3-a.3 - 2025-11-17
    66 ### Enhancements
    67 - Forms: Improve MailPoet subscriber handling. [#45905]
    68 - Forms: Use core WP colors for basic primitive components such as buttons at Forms dashboard. [#45845]
    69 
    70 ### Bug fixes
    71 - GifBlock: Ensure url is not reset when publishing post. [#45900]
    72 - Social: Fix connection icon not reflecting the change when profile picture is updated. [#45937]
    73 
    74 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
     51- Editor assets endpoint: Filter returned assets with exclude query parameter. [#45715]
    7552- Editor assets endpoint: Mitigate hook errors originating from plugins referencing conditionally defined functions via `is_admin()`, which is false for the REST API. [#45924]
    76 - Update Jetpack notifications script tag to use wp_print_inline_script_tag. This allows for injection of a nonce attribute and CSP compatibility. [#45878]
    77 - Update package dependencies. [#45915] [#45958]
    78 
    79 ## 15.3-a.1 - 2025-11-10
    80 ### Enhancements
    81 - Forms: Add browser info to the form response email notification. [#45710]
    82 - Forms: Add integrations to dashboard mobile menu. [#45744]
    83 - Forms: Add keyboard navigation to go through reponses quickly. [#45811]
    84 - Forms: Change integrations modal width. [#45855]
    85 
    86 ### Improved compatibility
    87 - Replace icons removed from @wordpress/icons with alternatives. [#45760]
    88 
    89 ### Bug fixes
    90 - Forms: Ensure we show duplicate form field values on export. [#45809]
    91 - Forms: Fix integrations modal flash. [#45775]
    92 - Google Docs: Ensure that slides/sheets embeds render on the front-end. [#45776]
    93 
    94 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
    95 - About page: Remove Co-Authors Plus from and add ActivityPub to list of featured plugins. [#45792]
    96 - Editor assets endpoint: Filter returned assets with exclude query parameter. [#45715]
    9753- Editor assets endpoint: Refactor to reduce complexity. [#45714]
    9854- Improve PHP 8.5 compatibility. [#45771]
    9955- Jetpack AI: Remove tooltip for reading grade score. [#45847]
     56- Likes: Update filter docblock formatting. [#46009]
     57- Media Summary: Allow skipping excerpt and text counts. [#46091]
     58- Newsletters: Add skeleton for new settings screen. [#46049]
     59- Phan: Address PhanPossiblyUndeclaredVariable violations. [#45911]
     60- Podcasts block: Prevent warnings when podcast content is malformed. [#46083]
    10061- Shortcodes: Extract the jmpress.js dependency into pnpm. [#45707]
    10162- Tests: Ensure PHP 8.5 compatibility. [#45769]
     63- Updated Jetpack sidebar labels for post editor sidebar. [#46098]
     64- Update Jetpack notifications script tag to use wp_print_inline_script_tag. This allows for injection of a nonce attribute and CSP compatibility. [#45878]
    10265- Update package dependencies. [#45737] [#45756] [#45758]
     66- Update package dependencies. [#45915] [#45958]
     67- Update package dependencies. [#45961]
     68- Update package dependencies. [#46072] [#46079] [#46143]
     69- Update Social preview to show title as well with the preview. [#45938]
     70- Update to-test.md file. [#46042]
    10371
    10472## 15.2 - 2025-11-04
  • jetpack/trunk/composer.json

    r3409621 r3410076  
    104104            "ext-intl": "0.0.0"
    105105        },
    106         "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3",
     106        "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3",
    107107        "allow-plugins": {
    108108            "automattic/jetpack-autoloader": true,
  • jetpack/trunk/jetpack.php

    r3409621 r3410076  
    55 * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
    66 * Author: Automattic
    7  * Version: 15.3-beta.3
     7 * Version: 15.3
    88 * Author URI: https://jetpack.com
    99 * License: GPL2+
     
    3939if ( ! defined( 'JETPACK__VERSION' ) ) {
    4040    // This breaks the project version checks when a one-liner.
    41     define( 'JETPACK__VERSION', '15.3-beta.3' );
     41    define( 'JETPACK__VERSION', '15.3' );
    4242}
    4343defined( 'JETPACK__MINIMUM_WP_VERSION' ) || define( 'JETPACK__MINIMUM_WP_VERSION', '6.7' );
  • jetpack/trunk/readme.txt

    r3409621 r3410076  
    327327
    328328== Changelog ==
    329 ## 15.3-beta.3 - 2025-12-03
    330 ### Bug fixes
     329### 15.3 - 2025-12-03
     330
     331Incorrectly tagged without releasing new versions of Jetpack Forms. 15.3-beta.3 was created immediately to fix the issue.
     332
     333#### Enhancements
     334- Forms: Add browser info to the form response email notification.
     335- Forms: Add form response webhook support.
     336- Forms: Add integrations to dashboard mobile menu.
     337- Forms: Add keyboard navigation to go through reponses quickly.
     338- Forms: Add WordPress Abilities API integration for form submissions management and integrations access.
     339- Forms: Change integrations modal width.
     340- Forms: Improve MailPoet subscriber handling.
     341- Forms: Improve name variation handling.
     342- Forms: Remove related-posts from API calls.
     343- Forms: Update dashboard header buttons.
     344- Forms: Use core WP colors for basic primitive components such as buttons at Forms dashboard.
     345- Forms: Use first/last name for author.
     346- Premium Content Block: Added email rendering callback.
     347- Social: Improve auto-share UI in the editor by streamlining the notices and descriptions.
     348- Social: Improve the sidebar by making titles more descriptive and combining sections.
     349- Social: Update the connections list in the editor to a vertical toggle list with labels and icons.
     350
     351#### Improved compatibility
     352- Replace icons removed from @wordpress/icons with alternatives.
     353
     354#### Bug fixes
     355- Cookies & Consents Banner Widget: ensure form headings are properly displayed.
     356- Fix a compatibility bug with the Gutenberg plugin.
     357- Forms: Do not link to empty source link.
     358- Forms: Ensure we show duplicate form field values on export.
     359- Forms: Fix integrations modal flash.
     360- Forms: Fix name variation isActive setting.
    331361- Forms: Fix the flickering between the sidebar loading on different browser widths.
     362- Forms: Reject form submissions when the parent post/page with the form has been deleted or is no longer published.
     363- Forms: Remove clashing between meta dn field names on export.
     364- GifBlock: Ensure url is not reset when publishing post.
     365- Google Docs: Ensure that slides/sheets embeds render on the front-end.
     366- GSheets embed: Give time for the iframe to finish before showing an error.
     367- My Jetpack: Fix expiring renewal prompt to show all products.
     368- Remove `getIconColor` functions for block icons.
     369- Restrict inline file preview to only image formats and PDFs, force download for other file types for security.
     370- Social: Fix connection icon not reflecting the change when profile picture is updated.
    332371
    333372--------
  • jetpack/trunk/vendor/autoload.php

    r3409621 r3410076  
    2020require_once __DIR__ . '/composer/autoload_real.php';
    2121
    22 return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3::getLoader();
     22return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3::getLoader();
  • jetpack/trunk/vendor/autoload_packages.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/composer/autoload_real.php

    r3409621 r3410076  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3
     5class ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3::getInitializer($loader));
    3333
    3434        $loader->setClassMapAuthoritative(true);
    3535        $loader->register(true);
    3636
    37         $filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3::$files;
     37        $filesToLoad = \Composer\Autoload\ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3::$files;
    3838        $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
    3939            if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • jetpack/trunk/vendor/composer/autoload_static.php

    r3409621 r3410076  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3
     7class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3
    88{
    99    public static $files = array (
     
    516516    {
    517517        return \Closure::bind(function () use ($loader) {
    518             $loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3::$prefixLengthsPsr4;
    519             $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3::$prefixDirsPsr4;
    520             $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3::$classMap;
     518            $loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3::$prefixLengthsPsr4;
     519            $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3::$prefixDirsPsr4;
     520            $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3::$classMap;
    521521
    522522        }, null, ClassLoader::class);
  • jetpack/trunk/vendor/jetpack-autoloader/class-autoloader-handler.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-autoloader-locator.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-autoloader.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-container.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-hook-manager.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-latest-autoloader-guard.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-manifest-reader.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-path-processor.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-php-autoloader.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-plugin-locator.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-plugins-handler.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-shutdown-handler.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-version-loader.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-version-selector.php

    r3409621 r3410076  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3_beta_3\al5_0_13;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_3\al5_0_13;
    99
    1010 // phpcs:ignore
Note: See TracChangeset for help on using the changeset viewer.