Plugin Directory

Changeset 3005879

Timestamp:
12/05/2023 06:49:06 PM (8 months ago)
Author:
sdixon194
Message:

Updating trunk to version 12.9

Location:
jetpack/trunk
Files:
32 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/CHANGELOG.md

    r3004946 r3005879  
    33### This is a list detailing changes for all Jetpack releases.
    44
    5 ## 12.9-beta - 2023-12-03
    6 ### Enhancements
     5## 12.9 - 2023-12-05
     6### Enhancements
     7- Likes: Updated the likes popover design and added RTL support. [#34396]
    78- My Jetpack: Added Creator to My Jetpack overview. [#34307]
    89- Paid Content Block: Added support for selecting multiple plans. [#33903]
    9 - Likes: Updated the likes popover design and added RTL support. [#34396]
    10 
    11 ### Improved compatibility
     10
     11### Improved compatibility
     12- Block Editor: Dequeued editor assets when they aren't in use. [#34268]
    1213- Google Fonts: Resolved occasional bug resulting in fatal errors on PHP 8 with latest Gutenberg. [#34382]
    13 - Block Editor: Dequeued editor assets when they aren't in use. [#34268]
    14 
    15 ### Bug fixes
     14
     15### Bug fixes
     16- Block Editor: Fixed console errors being thrown for Jetpack blocks inside the Full Site Editor. [#34305]
     17- Dashboard: Fixed the display of Subscriptions and WordPress.com Toolbar controls when the user is not connected to WordPress.com. [#34358]
    1618- Dashboard: Fixed the display of the Auto-sharing feature toggle when the user is not connected to WordPress.com. [#34203]
    17 - Dashboard: Fixed the display of Subscriptions and WordPress.com Toolbar controls when the user is not connected to WordPress.com. [#34358]
    18 - Monetize: Updated the link to the plans page. [#34316]
    1919- EU Cookie Widget: Moved away from deprecated jQuery methods. [#34363]
    20 - Block Editor: Fixed console errors being thrown for Jetpack blocks inside the Full Site Editor. [#34305]
    2120- Fixed sending email preview when content in the editor is different from the latest version in the database. [#34419]
    2221- Fixed wrong like count in the like dialog after liking. [#34393]
    2322- Google Fonts: Added filtering for old google fonts data in the user's global styles. [#34388]
    2423- Monetize: Fixed membership products resolver not filtering tiers correctly. [#34107]
     24
    2525- Related Posts Block: Fixed thumbnails opening in the same tab. [#34410]
    2626- Subscribe Widget: Fixed nonce validation. [#34369]
    2727
    2828### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
     29
    2930- Added the Like Button Block (Beta). [#34340]
    30 - Added a product upsell for Creator to the Newsletter recommendation card. [#34350]
    3131- Enhanced Sharing Buttons UI to match Social Icons behavior. [#34181]
     32
    3233- Exposed post retrieval from WPCOM_JSON_API_Get_Post_v1_1_Endpoint via a code API. [#34290]
     34
     35
    3336- Likes: Added RTL support to the likes popover. [#34308]
    3437- Likes: Updated the likes popover design. [#34308]
    35 - Ensures an array key is set before usage. [#34402]
    36 - Fixed the issue of publicize remaining ON after the post is published. [#34289]
    37 - Jetpack AI: Add Usage Panel to the block settings sidebar. [#34341]
    3838- Moves the REST request `source` escaping from WPCOM to the Jetpack Memberships plugin for clarity. [#34349]
    3939- Refactor isOverLimit and how to reduce requireUpgrade. [#34287]
  • jetpack/trunk/composer.json

    r3004946 r3005879  
    3838        "automattic/jetpack-licensing": "^2.0.1",
    3939        "automattic/jetpack-logo": "^2.0.0",
    40         "automattic/jetpack-my-jetpack": "^4.1.0",
     40        "automattic/jetpack-my-jetpack": "^4.1.",
    4141        "automattic/jetpack-plugins-installer": "^0.3.0",
    4242        "automattic/jetpack-post-list": "^0.5.1",
     
    9696            "ext-intl": "0.0.0"
    9797        },
    98         "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta",
     98        "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9",
    9999        "allow-plugins": {
    100100            "automattic/jetpack-autoloader": true,
  • jetpack/trunk/jetpack.php

    r3004946 r3005879  
    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: 12.9-beta
     7 * Version: 12.9
    88 * Author URI: https://jetpack.com
    99 * License: GPL2+
     
    3535define( 'JETPACK__MINIMUM_WP_VERSION', '6.3' );
    3636define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' );
    37 define( 'JETPACK__VERSION', '12.9-beta' );
     37define( 'JETPACK__VERSION', '12.9' );
    3838
    3939/**
  • jetpack/trunk/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md

    r3004946 r3005879  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7
     8
     9
     10
    711
    812## [4.1.0] - 2023-12-03
     
    11441148- Created package
    11451149
     1150
    11461151[4.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.3...4.1.0
    11471152[4.0.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.0.2...4.0.3
  • jetpack/trunk/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.asset.php

    r3004946 r3005879  
    1 <?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '071cf0f397a3865651b1');
     1<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '');
  • jetpack/trunk/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js

    r3004946 r3005879  
    2727__("trial for the first month, then $%s /month, billed yearly","jetpack-my-jetpack"),W):"year"===ee?__("/month, paid yearly","jetpack-my-jetpack"):__("/month","jetpack-my-jetpack",0);const de=(0,v.useCallback)((()=>{a(),t?.(ce,M)}),[t,a,ce,M]),me=(0,v.useCallback)((()=>{a(Y),t?.(re)}),[t,a,re,Y]),ue=(0,v.useCallback)((t=>{te("jetpack_myjetpack_product_card_disclaimer_click",{id:t,product:e})}),[e,te]);function pe({slug:e}){const t=(0,l.VS)(e);return t?w().createElement("div",{className:y.Z["product-icon"]},w().createElement(t,null)):null}const he=(!I||I&&!T)&&G,ge=P&&h?P:L,ve=!I&&T?(0,d.sprintf)(/* translators: placeholder is product name. */
    2828__("Install %s","jetpack-my-jetpack"),ge):(0,d.sprintf)(/* translators: placeholder is product name. */
    29 __("Get %s","jetpack-my-jetpack"),ge),we=j||ve;return w().createElement("div",{className:g()(y.Z.card,n,{[y.Z["is-bundle-card"]]:I})},I&&w().createElement("div",{className:y.Z["card-header"]},w().createElement(l.r7,{className:y.Z["product-bundle-icon"],size:16}),w().createElement(c.ZP,{variant:"label"},__("Popular upgrade","jetpack-my-jetpack"))),w().createElement("div",{className:y.Z.container},I&&w().createElement("div",{className:y.Z["product-bundle-icons"]},ie),w().createElement(pe,{slug:e}),w().createElement(c.H3,null,ge),w().createElement(c.ZP,{mb:3},V),w().createElement("ul",{className:y.Z.features},H.map(((e,t)=>w().createElement(c.ZP,{component:"li",key:`feature-${t}`,variant:"body"},w().createElement(m.Z,{icon:p.Z,size:24}),e)))),ae&&w().createElement(w().Fragment,null,w().createElement("div",{className:y.Z["price-container"]},K<W&&w().createElement(b,{value:W,currency:$,isOld:!0}),w().createElement(b,{value:K,currency:$,isOld:!1})),w().createElement(c.ZP,{className:y.Z["price-description"]},oe)),q&&w().createElement(c.H3,null,__("Free","jetpack-my-jetpack")),J&&w().createElement(r.Z,null,w().createElement(c.ZP,null,(0,d.sprintf)(
     29__("Get %s","jetpack-my-jetpack"),ge),we=j||ve;return w().createElement("div",{className:g()(y.Z.card,n,{[y.Z["is-bundle-card"]]:I})},I&&w().createElement("div",{className:y.Z["card-header"]},w().createElement(l.r7,{className:y.Z["product-bundle-icon"],size:16}),w().createElement(c.ZP,{variant:"label"},__("Popular upgrade","jetpack-my-jetpack"))),w().createElement("div",{className:y.Z.container},I&&w().createElement("div",{className:y.Z["product-bundle-icons"]},ie),w().createElement(pe,{slug:e}),w().createElement(c.H3,null,ge),w().createElement(c.ZP,{mb:3},V),w().createElement("ul",{className:y.Z.features},H.map(((e,t)=>w().createElement(c.ZP,{component:"li",key:`feature-${t}`,variant:"body"},w().createElement(m.Z,{icon:p.Z,size:24}),e)))),ae&&w().createElement(w().Fragment,null,w().createElement("div",{className:y.Z["price-container"]},K<W&&w().createElement(b,{value:W,currency:$,isOld:!0}),w().createElement(b,{value:K,currency:$,isOld:!1})),w().createElement(c.ZP,{className:y.Z["price-description"]},oe)),q&&w().createElement(c.H3,null,__("Free","jetpack-my-jetpack")),J&&w().createElement(r.Z,null,w().createElement(c.ZP,null,(0,d.sprintf)(
    3030// translators: %s is the plugin name.
    3131__("Due to your server settings, we can't automatically install the plugin for you. Please manually install the %s plugin.","jetpack-my-jetpack"),ge)," ",w().createElement(o.ExternalLink,{href:`https://wordpress.org/plugins/${U}`},__("Get plugin","jetpack-my-jetpack")))),!z&&w().createElement("div",{className:y.Z["tos-container"]},w().createElement(s.Z,{agreeButtonLabel:he?(0,d.sprintf)(/* translators: placeholder is cta label. */
  • jetpack/trunk/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php

    r3004946 r3005879  
    3333     * @var string
    3434     */
    35     const PACKAGE_VERSION = '4.1.0';
     35    const PACKAGE_VERSION = '4.1.';
    3636
    3737    /**
  • jetpack/trunk/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php

    r2968918 r3005879  
    150150     *
    151151     * @param string $product_slug The product slug.
     152
    152153     *
    153154     * @return ?Object The product details if found
    154155     */
    155     public static function get_product( $product_slug ) {
    156         $products = self::get_products();
     156    public static function get_product( $product_slug ) {
     157        $products = self::get_products();
    157158        if ( ! empty( $products->$product_slug ) ) {
    158159            return $products->$product_slug;
  • jetpack/trunk/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php

    r3004946 r3005879  
    199199     */
    200200    public static function get_pricing_for_ui_by_usage_tier( $tier ) {
    201         $product      = Wpcom_Products::get_product( static::get_wpcom_product_slug() );
    202         $base_pricing = Wpcom_Products::get_product_pricing( static::get_wpcom_product_slug() );
     201        $product = Wpcom_Products::get_product( static::get_wpcom_product_slug() );
    203202
    204203        if ( empty( $product ) ) {
     
    206205        }
    207206
    208         if ( empty( $product->price_tier_list ) ) {
    209             return $base_pricing;
    210         }
     207        // get info about the feature.
     208        $info = self::get_ai_assistant_feature();
     209
     210        // flag to indicate if the tiers are enabled, case the info is available.
     211        $tier_plans_enabled = ( ! is_wp_error( $info ) && isset( $info['tier-plans-enabled'] ) ) ? boolval( $info['tier-plans-enabled'] ) : false;
     212
     213        /*
     214         * when tiers are enabled and the price tier list is empty,
     215         * we may need to renew the cache for the product data so
     216         * we get the new price tier list.
     217         *
     218         * if the list is still empty after the fresh data, we will
     219         * default to empty pricing (by returning an empty array).
     220         */
     221        if ( empty( $product->price_tier_list ) && $tier_plans_enabled ) {
     222            $product = Wpcom_Products::get_product( static::get_wpcom_product_slug(), true );
     223        }
     224
     225        // get the base pricing for the unlimited plan, for compatibility
     226        $base_pricing = Wpcom_Products::get_product_pricing( static::get_wpcom_product_slug() );
    211227
    212228        $price_tier_list = $product->price_tier_list;
     
    220236        }
    221237
     238
    222239        $prices = array( 1 => $base_pricing );
    223240
  • jetpack/trunk/jetpack_vendor/i18n-map.php

    r3004946 r3005879  
    7979    'jetpack-my-jetpack' => array(
    8080      'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
    81       'ver' => '4.1.0',
     81      'ver' => '4.1.',
    8282    ),
    8383    'jetpack-password-checker' => array(
  • jetpack/trunk/readme.txt

    r3004946 r3005879  
    294294
    295295== Changelog ==
    296 ### 12.9-beta - 2023-12-03
     296### 12.9
    297297#### Enhancements
    298 - Added subscribers count to pre- and post- publish panels when publishing posts in Newsletter Categories.
    299 - AI Assistant: Updated AI Assistant to display an upgrade banner when the feature endpoint returns with 'quota exceeded'.
    300 - AI Assistant: Updated the AI Assistant block to display the upgrade banner only once a block is selected.
    301 - Blocks: Added capability for editing Subscription block placeholder text and button label.
    302 - Blocks: Added the Jetpack Sharing Buttons block.
    303 - Blogroll: Allowed non-WP.com sites to be suggested.
    304 - CSS Concatenation: Avoid optimizing CSS loading when less than 2 modules that require it are active.
    305 - Jetpack AI: Enabled the AI Assistant usage panel.
     298- Blogroll Block: Allowed non-WP.com sites to be suggested in the blogroll.
     299- CSS Concatenation: Optimized concatenation to avoid loading CSS with less than two modules requiring it active.
    306300- Likes: Updated the likes popover design and added RTL support.
    307301- My Jetpack: Added Creator to My Jetpack overview.
    308 - Newsletters: Updated the pre-publish and post-publish panels to display the newsletter categories that the post will be sent to.
     302- Newsletters: Updated the pre-.
    309303- Paid Content Block: Added support for selecting multiple plans.
    310 - Subscribe Block: Improved the redirect logic after confirming a subscriptions.
    311 - Subscribe Modal: Added a subscribe modal toggle to the Newsletter settings.
    312 - Subscribe Modal: The modal is not shown at all after being dismissed, not just limited to the post it was dismissed on.
    313 - Subscribe modal: Updated the modal to not show when previewing post or theme.
     304- Subscribe Block: Added support for editing placeholder text and button label.
     305- Subscribe Modal: Added the subscribe modal feature that can be enabled from the Newsletter settings.
    314306- VideoPress: Added support for gated content.
    315 - WoA: Added "Subscribers" and "My profile" under the "Users" menu in the Calypso sidebar.
    316 - WoA: Updated the wording on the profile menu for WoA sites using the classic style.
    317307
    318308#### Improved compatibility
    319 - Added a check for connected plugins before cleaning up plugin options or uninstalling Jetpack.
    320309- Block Editor: Dequeued editor assets when they aren't in use.
    321 - Blocks: Fixed lack of spacing for the Paywall block in some themes.
    322 - Google Fonts: Resolved occasional bug resulting in fatal errors on PHP 8 with latest Gutenberg.
    323 - Improved the consistency of the "Users" admin menu across all environments.
    324 - Subscribe Modal: Fixed lack of spacing in the modal for some themes.
    325 - Updated PHP version reqirements to PHP 7.0 or newer.
     310- Dashboard: Improved the display of controls and toggles for WordPress.com Toolbar, Auto-sharing and Markdown for comments.
     311- Plugin Connection: Added a check for connected plugins before cleaning up plugin options or uninstalling Jetpack.
     312- Updated PHP version requirements to PHP 7.0 or newer.
    326313- Updated WordPress version requirements to WordPress 6.3.
    327314
    328315#### Bug fixes
    329 - Added missing BLOCK_NAME constant to SimplePayments block.
    330 - AI Assistant: Fixed an AI error sometimes being rendered for prompts marked unclear.
    331 - Block Editor: Fixed console errors being thrown for Jetpack blocks inside the Full Site Editor.
     316- AI Assistant: Fixed an AI error sometimes being rendered for prompts marked as unclear.
    332317- Contact Form: Prevented errors when a saved submitted contact form is requested but does not exist anymore.
     318
    333319- Custom-CSS: Disabled loading `@import` directives from the filesystem. `@import` of CSS from URLs can still be done.
    334 - Dashboard: Fixed the display of Subscriptions and WordPress.com Toolbar controls when the user is not connected to WordPress.com.
    335 - Dashboard: Fixed the display of the Auto-sharing feature toggle when the user is not connected to WordPress.com.
    336 - Dashboard: Fixed the display of the settings for Markdown for comments.
    337 - EU Cookie Widget: Moved away from deprecated jQuery methods.
    338 - Fixed all Google font definitions being printed in the head, instead only printing fonts that are used in global styles or required by block settings.
    339 - Fixed a PHP Warning triggered when WooCommerce templates were not found due to a name change.
    340 - Fixed fatal error triggered by not checking get_product_list() result correctly.
    341 - Fixed sending email preview when content in the editor is different from the latest version in the database.
    342 - Fixed wrong like count in the like dialog after liking.
    343 - Font Library: Fixed PHP warnings that happen when the font name is not defined.
    344 - Google Fonts: Added filtering for old google fonts data in the user's global styles.
     320- Likes: Fixed wrong like count in the like dialog after liking.
    345321- Media: Fixed VideoPress videos and media length not being displayed when available.
    346 - Mobile: Ensured text is always visible in Contact Info block on mobile.
    347 - Mobile: Fix a regression preventing correct block registration on mobile.
    348 - Mobile: Prevented converted video blocks from displaying empty thumbnails on mobile.
    349 - Monetize: Fixed membership products resolver not filtering tiers correctly.
    350 - Monetize: Updated the link to the plans page.
    351 - Related Posts: Ensured the Related Posts Block can be displayed properly.
    352 - Related Posts Block: Fixed thumbnails opening in the same tab.
    353 - Shortcode embeds: Fixed and updated the display of Gravatars and Gravatar profiles.
    354 - Subscribe Block: Fix display in the editor.
     322- Newsletters: Fixed email preview when content in the editor is different from the latest version in the database.
     323- Paywall Block: Fixed lack of spacing in some themes.
     324- Performance: Fixed all Google font definitions being printed in the head and resolved compatibility issues with PHP 8.
     325- Shortcode Embeds: Fixed and updated the display of Gravatars and Gravatar profiles.
     326- Subscribe Block: Fixed style and rendering issues.
    355327- Subscribe Block: Fixed incorrect redirects from the block when shown outside of a post page.
    356328- Subscribe Block: Fixed the button in a new line option not working.
    357 - Subscribe Modal: Fixed the issue with the block being shown to subscribers.
    358 - Subscribe Widget: Fixed nonce validation.
    359 - VaultPress: Fixed an issue with the VaultPress submenu not being registered when the standalone plugin is inactive and the product is active.
    360 - WoA: Added back the "Stats" menu item for WoA sites in Calypso.
    361 - WoA: Restored Woo Express free trial upgrade JITM.
     329- Subscribe Widget: Fixed subscribe widget not working.
     330- VaultPress: Fixed the VaultPress submenu sometimes not being registered correctly.
    362331
    363332--------
  • jetpack/trunk/vendor/autoload.php

    r3004946 r3005879  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta::getLoader();
     25return ComposerAutoloaderInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9::getLoader();
  • jetpack/trunk/vendor/autoload_packages.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/composer/autoload_real.php

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

    r3004946 r3005879  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta
     7class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9
    88{
    99    public static $files = array (
     
    478478    {
    479479        return \Closure::bind(function () use ($loader) {
    480             $loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta::$prefixLengthsPsr4;
    481             $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta::$prefixDirsPsr4;
    482             $loader->prefixesPsr0 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta::$prefixesPsr0;
    483             $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta::$classMap;
     480            $loader->prefixLengthsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9::$prefixLengthsPsr4;
     481            $loader->prefixDirsPsr4 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9::$prefixDirsPsr4;
     482            $loader->prefixesPsr0 = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9::$prefixesPsr0;
     483            $loader->classMap = ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9::$classMap;
    484484
    485485        }, null, ClassLoader::class);
  • jetpack/trunk/vendor/composer/installed.json

    r3004946 r3005879  
    15871587        {
    15881588            "name": "automattic/jetpack-my-jetpack",
    1589             "version": "v4.1.0",
    1590             "version_normalized": "4.1.0.0",
     1589            "version": "v4.1.",
     1590            "version_normalized": "4.1..0",
    15911591            "source": {
    15921592                "type": "git",
    15931593                "url": "https://github.com/Automattic/jetpack-my-jetpack.git",
    1594                 "reference": "8af8e04856b66043d452f052829a0b3bd9008c60"
    1595             },
    1596             "dist": {
    1597                 "type": "zip",
    1598                 "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/8af8e04856b66043d452f052829a0b3bd9008c60",
    1599                 "reference": "8af8e04856b66043d452f052829a0b3bd9008c60",
     1594                "reference": ""
     1595            },
     1596            "dist": {
     1597                "type": "zip",
     1598                "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/",
     1599                "reference": "",
    16001600                "shasum": ""
    16011601            },
     
    16211621                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
    16221622            },
    1623             "time": "2023-12-03T23:58:37+00:00",
     1623            "time": "2023-12-0+00:00",
    16241624            "type": "jetpack-library",
    16251625            "extra": {
     
    16501650            "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
    16511651            "support": {
    1652                 "source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v4.1.0"
     1652                "source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v4.1."
    16531653            },
    16541654            "install-path": "../../jetpack_vendor/automattic/jetpack-my-jetpack"
  • jetpack/trunk/vendor/composer/installed.php

    r3004946 r3005879  
    264264        ),
    265265        'automattic/jetpack-my-jetpack' => array(
    266             'pretty_version' => 'v4.1.0',
    267             'version' => '4.1.0.0',
    268             'reference' => '8af8e04856b66043d452f052829a0b3bd9008c60',
     266            'pretty_version' => 'v4.1.',
     267            'version' => '4.1..0',
     268            'reference' => '',
    269269            'type' => 'jetpack-library',
    270270            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack',
  • jetpack/trunk/vendor/composer/jetpack_autoload_classmap.php

    r3004946 r3005879  
    540540    ),
    541541    'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array(
    542         'version' => '4.1.0.0',
     542        'version' => '4.1..0',
    543543        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php'
    544544    ),
    545545    'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array(
    546         'version' => '4.1.0.0',
     546        'version' => '4.1..0',
    547547        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php'
    548548    ),
    549549    'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array(
    550         'version' => '4.1.0.0',
     550        'version' => '4.1..0',
    551551        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php'
    552552    ),
    553553    'Automattic\\Jetpack\\My_Jetpack\\Jetpack_Manage' => array(
    554         'version' => '4.1.0.0',
     554        'version' => '4.1..0',
    555555        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php'
    556556    ),
    557557    'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array(
    558         'version' => '4.1.0.0',
     558        'version' => '4.1..0',
    559559        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php'
    560560    ),
    561561    'Automattic\\Jetpack\\My_Jetpack\\Product' => array(
    562         'version' => '4.1.0.0',
     562        'version' => '4.1..0',
    563563        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php'
    564564    ),
    565565    'Automattic\\Jetpack\\My_Jetpack\\Products' => array(
    566         'version' => '4.1.0.0',
     566        'version' => '4.1..0',
    567567        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php'
    568568    ),
    569569    'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array(
    570         'version' => '4.1.0.0',
     570        'version' => '4.1..0',
    571571        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php'
    572572    ),
    573573    'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array(
    574         'version' => '4.1.0.0',
     574        'version' => '4.1..0',
    575575        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php'
    576576    ),
    577577    'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array(
    578         'version' => '4.1.0.0',
     578        'version' => '4.1..0',
    579579        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php'
    580580    ),
    581581    'Automattic\\Jetpack\\My_Jetpack\\Products\\Creator' => array(
    582         'version' => '4.1.0.0',
     582        'version' => '4.1..0',
    583583        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php'
    584584    ),
    585585    'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array(
    586         'version' => '4.1.0.0',
     586        'version' => '4.1..0',
    587587        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php'
    588588    ),
    589589    'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array(
    590         'version' => '4.1.0.0',
     590        'version' => '4.1..0',
    591591        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php'
    592592    ),
    593593    'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array(
    594         'version' => '4.1.0.0',
     594        'version' => '4.1..0',
    595595        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php'
    596596    ),
    597597    'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array(
    598         'version' => '4.1.0.0',
     598        'version' => '4.1..0',
    599599        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php'
    600600    ),
    601601    'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array(
    602         'version' => '4.1.0.0',
     602        'version' => '4.1..0',
    603603        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php'
    604604    ),
    605605    'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array(
    606         'version' => '4.1.0.0',
     606        'version' => '4.1..0',
    607607        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php'
    608608    ),
    609609    'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array(
    610         'version' => '4.1.0.0',
     610        'version' => '4.1..0',
    611611        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php'
    612612    ),
    613613    'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array(
    614         'version' => '4.1.0.0',
     614        'version' => '4.1..0',
    615615        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php'
    616616    ),
    617617    'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array(
    618         'version' => '4.1.0.0',
     618        'version' => '4.1..0',
    619619        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php'
    620620    ),
    621621    'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array(
    622         'version' => '4.1.0.0',
     622        'version' => '4.1..0',
    623623        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php'
    624624    ),
    625625    'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array(
    626         'version' => '4.1.0.0',
     626        'version' => '4.1..0',
    627627        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php'
    628628    ),
    629629    'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array(
    630         'version' => '4.1.0.0',
     630        'version' => '4.1..0',
    631631        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php'
    632632    ),
    633633    'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array(
    634         'version' => '4.1.0.0',
     634        'version' => '4.1..0',
    635635        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php'
    636636    ),
    637637    'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array(
    638         'version' => '4.1.0.0',
     638        'version' => '4.1..0',
    639639        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php'
    640640    ),
    641641    'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array(
    642         'version' => '4.1.0.0',
     642        'version' => '4.1..0',
    643643        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php'
    644644    ),
    645645    'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array(
    646         'version' => '4.1.0.0',
     646        'version' => '4.1..0',
    647647        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php'
    648648    ),
    649649    'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array(
    650         'version' => '4.1.0.0',
     650        'version' => '4.1..0',
    651651        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php'
    652652    ),
    653653    'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array(
    654         'version' => '4.1.0.0',
     654        'version' => '4.1..0',
    655655        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php'
    656656    ),
  • jetpack/trunk/vendor/jetpack-autoloader/class-autoloader-handler.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-autoloader-locator.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-autoloader.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-container.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-hook-manager.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-latest-autoloader-guard.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-manifest-reader.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-path-processor.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-php-autoloader.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-plugin-locator.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-plugins-handler.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-shutdown-handler.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-version-loader.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
  • jetpack/trunk/vendor/jetpack-autoloader/class-version-selector.php

    r3004946 r3005879  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9_beta\al3_0_2;
     8namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9\al3_0_2;
    99
    1010 // phpcs:ignore
Note: See TracChangeset for help on using the changeset viewer.