Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Super Cache: add an admin notice to encourage migration to Jetpack Boost #37840

Closed
wants to merge 68 commits into from

Commits on Jun 13, 2024

  1. Auto styling by VScode.

    donnchawp committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    11e4508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c824eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da97151 View commit details
    Browse the repository at this point in the history
  4. changelog

    donnchawp committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3fbff69 View commit details
    Browse the repository at this point in the history
  5. Add an ID to the jetpack form EU cookie law form tag (#37839)

    * Add an ID to the jetpack form EU cookie law form tag
    
    * Add changelog
    jdevalk committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ccb63f0 View commit details
    Browse the repository at this point in the history
  6. Sync: fix typo (#37841)

    Co-authored-by: Denys Zaikin <[email protected]>
    jeherve and zdenys committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    751febd View commit details
    Browse the repository at this point in the history
  7. Boost: Updates for 3.4.2 release (#37842)

    * Fix incorrect track event prop names
    
    * Add track event for learn more in critical css steps section
    
    * Add track event for toggling performance panel
    
    * Fix pricing table showing Quality Settings as free
    
    * Add LIAR to pricing table
    
    * add changelog
    
    * Update performance history track event to include state of panel
    
    Co-authored-by: Adnan Haque <[email protected]>
    
    ---------
    
    Co-authored-by: Adnan Haque <[email protected]>
    dilirity and haqadn committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4e1fe65 View commit details
    Browse the repository at this point in the history
  8. Like Block: Fix styling conflicts and update editor styles (#37719)

    * Fix Like block editor and theme styling conflicts
    
    * Update Like block's `editor.scss` with the latest styles
    
    * Add changelog
    
    * Pull the latest styles from `widgets.wp.com/likes/style.css`
    
    * Adjust avatars alignments
    
    * Format buttons correctly when displayed in columns
    ivan-ottinger committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ca97348 View commit details
    Browse the repository at this point in the history
  9. Nav Redesign: Drop the early access and is_proxied. (#37845)

    * Nav Redesign: Drop the early access and is_proxied (Automattic/wpcomsh#1835)
    
    * Changelog.
    zinigor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fb4078f View commit details
    Browse the repository at this point in the history
  10. Remove code to replace "Site visibility" with a link to Calypso. (#37843

    )
    
    * Remove code to replace "Site visibility" with a link to Calypso (Automattic/wpcomsh#1893)
    
    * Replace "Site visibility" with a link to Calypso
    
    * Remove code to replace "Site visibility"
    
    * Changelog.
    zinigor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    142c5db View commit details
    Browse the repository at this point in the history
  11. Revert adding overview menu option. (#37844)

    * Revert adding overview menu option (Automattic/wpcomsh#1897)
    
    * Changelog.
    zinigor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    80fd5ad View commit details
    Browse the repository at this point in the history
  12. Boost: Backport changes from 3.4.2/ init new plugin cycle (#37846)

    * Backport changes from 3.4.2
    
    * Clean up changelogs
    
    * add changelog
    
    * Init new plugin cycle
    dilirity committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    eb44d12 View commit details
    Browse the repository at this point in the history
  13. Super Cache: notify Boost that migration is in progress (#37797)

    * Fire "jb_cache_moved_to_boost" action when migrating to Boost
    
    Fixes  #37742
    
    * changelog
    
    * An action may not be hooked if Boost is not connected.
    
    Use a transient that can be checked after connection.
    
    * Don't call the migration notifier, that's for another PR.
    
    * Update versions from trunk
    donnchawp committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    737253c View commit details
    Browse the repository at this point in the history
  14. Super Cache: Make sure plugin links is an array before using it (#37604)

    * Add array check before using the $links array.
    
    * changelog
    
    * Fix path to wp-cache.php
    
    ---------
    
    Co-authored-by: Peter Petrov <[email protected]>
    donnchawp and dilirity committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a612be4 View commit details
    Browse the repository at this point in the history
  15. Backport Changes (#37847)

    * Changelog and readme.txt edits.
    
    * Version bumps
    
    * Revert "Version bumps"
    
    This reverts commit b30f148.
    zinigor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9742c21 View commit details
    Browse the repository at this point in the history
  16. AI Assistant: Hide input when user types on extended block (#37801)

    * add hook to hide the input when user types
    
    * changelog
    
    * add hideOnBlockFocus to the block handlers
    
    * change hiding behavior to focus instead of keydown
    
    * rename event listener function and fix autohide on stream
    dhasilva committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c4efc08 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    20e27d1 View commit details
    Browse the repository at this point in the history
  18. Updates wpcomsh to sync with version 3.22.13. (#37848)

    * Removed markdown file exclusion pattern.
    
    * Add create_function polyfill (Automattic/wpcomsh#1894)
    
    * Add create function polyfill
    
    * Add create function polyfill
    
    * Add License
    
    * Trigger a notice when it gets used
    
    Notifies site owners and allows us to keep track of the sites using it.
    
    Props @ebinnion
    See pfuQfP-gV-p2/#comment-559
    
    * See if unit tests work.
    
    * Fix linter and failing test
    
    * Convert deprecations to exceptions
    
    * Revert test
    
    ---------
    
    Authored-by: TimBroddin
    Co-authored-by: Konstantin Obenland <[email protected]>
    
    * Changelog.
    
    * Bump to 3.22.7
    
    * Prevent non array/object from working (Automattic/wpcomsh#1901)
    
    * Changelog.
    
    * Bump to 3.22.8.
    
    * Fix: do not override text color if it is not set on the theme (Automattic/wpcomsh#1902)
    
    * do not override text color if it is not set on the theme
    
    ---------
    
    Co-authored-by: Andrés Blanco <[email protected]>
    
    * Changelog.
    
    * Bumped to 3.22.9.
    
    * Update read access cookie arguments (Automattic/wpcomsh#1905)
    
    * Update read access cookie arguments
    
    * Changelog.
    
    * Bumped to 3.22.10.
    
    * Bumped to 3.22.11.
    
    * Update language files and version bump to 3.22.12 (Automattic/wpcomsh#1906)
    
    * Update language files
    
    ---------
    
    Co-authored-by: sdnunca <[email protected]>
    
    * Untangling: Remove temporary code that hides Hosting menu options (Automattic/wpcomsh#1900)
    
    * Remove temporary code
    
    * Version bump to 3.22.13
    
    * Project versions.
    
    * Correct dates.
    
    * Adding the proper markdown handling exclude wildcard, h/t @anomiex.
    
    * Added first function creation warning safeguard.
    
    * Reverted the previous solution and added initialization.
    
    ---------
    
    Co-authored-by: Konstantin Obenland <[email protected]>
    Co-authored-by: Andrés Blanco <[email protected]>
    Co-authored-by: sdnunca <[email protected]>
    4 people committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    efb7307 View commit details
    Browse the repository at this point in the history
  19. Jetpack AI Image: implement "insert image" action (#37834)

    * Support an onSetImage callback
    
    * Provide the MediaUpload onSelect callback as the generator use image callback
    
    * changelog
    
    * Support libraryUrl property on the carousel of images and use it as the URL of the image being set
    
    * Fix the name of the property that will receive the select callback
    lhkowalski committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    abcc5fc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5ab2288 View commit details
    Browse the repository at this point in the history
  21. wpcomsh: Fix PHP 8 fatal on managed plugins (#37849)

    * Cast to int
    
    * Add changelog
    
    * Fix other instances too
    
    * Add changelog entries
    
    * Bump version
    
    * Undo breaking change
    
    * Bump version again
    tbradsha committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    db0c5c7 View commit details
    Browse the repository at this point in the history
  22. Social Logos: Rewrite svg-optimize script in JS (#37831)

    * Rewrite svg-optimize as JS script
    
    * Update reference in build chain
    
    * Remove old files
    
    * Add changelog
    
    * Add EOF newline to optimized SVGs
    
    * Simplify logic
    
    * Use svgo plugin to add <g> instead of regex
    tbradsha committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    89daed8 View commit details
    Browse the repository at this point in the history
  23. Change the wpcomsh project composer slug. (#37861)

    * Changed the wpcom site helper slug to wpcomsh instead of jetpack-wpcomsh.
    
    * Changelog.
    zinigor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    75006fc View commit details
    Browse the repository at this point in the history
  24. ci: Use beta-plugin-slug in autorelease action (#37863)

    If no `.extra.autorelease.slug` and no `.extra.wp-plugin-slug` exist,
    but `.extra.beta-plugin-slug` does, use that.
    anomiex committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4cfe43b View commit details
    Browse the repository at this point in the history
  25. Update Size-limit to v11 (major) (#37860)

    * Update Size-limit to v11
    * Add pnpmfile hack for broken size-limit plugin loading
    
    ---------
    
    Co-authored-by: Renovate Bot <[email protected]>
    Co-authored-by: Brad Jorsch <[email protected]>
    3 people committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    99625fe View commit details
    Browse the repository at this point in the history
  26. eslint-config-target-es: Support flat config (eslint v9) (#37855)

    This adds new entry points for the flat configs corresponding to the
    existing eslintrc entry points, and for good measure adds explicit entry
    points for the eslintrc versions as well. When we next do a major
    version bump, we might swap the "default" entry points from eslintrc to
    flat config.
    anomiex committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7d66961 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Simple Classic: Release it using wpcom function besides the option (#…

    …37867)
    
    * Simple Classic: Check using a wpcom function besides the option
    
    * changelog
    
    * fixes
    
    * Update the condition
    
    * Update the comment
    
    ---------
    
    Co-authored-by: arthur <[email protected]>
    lupus2k and arthur791004 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2f5d708 View commit details
    Browse the repository at this point in the history
  2. Fix site management panel widget link (#37868)

    * Fix link to logs for Site management panel widget
    
    * changelog
    candy02058912 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    af53dab View commit details
    Browse the repository at this point in the history
  3. Boost: Include missing dependency (#37873)

    * Include the full matthiasmullie vendor directory
    
    * changelog
    
    * Update changelog
    haqadn committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d1a9e01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93732ef View commit details
    Browse the repository at this point in the history
  5. Social: Fix admin pricing table not shown (#37877)

    * Social: Fix admin pricing table not shown
    
    * Fix up versions
    manzoorwanijk committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7e050db View commit details
    Browse the repository at this point in the history
  6. Fix E2E tests navigating to block editor (#37875)

    * Social: Fix admin pricing table not shown
    
    * Fix up versions
    
    * Improve closing of welcome guide
    
    * Update consumer tests
    
    * Can we have the type set for page for auto-completions?
    
    * Changelogs
    
    * Add logger step
    
    * Fix unawaited promises
    manzoorwanijk committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4716969 View commit details
    Browse the repository at this point in the history
  7. Boost: backport 3.4.3 (#37874)

    * Init new plugin cycle
    
    * Update readme/changelog
    
    * Update stable tag to 3.4.3
    
    * add changelog
    
    * Update composer.lock
    
    * Delete changelog file
    
    ---------
    
    Co-authored-by: Adnan Haque <[email protected]>
    dilirity and haqadn committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    74a1c8b View commit details
    Browse the repository at this point in the history
  8. Profile Behavior: Remove bi-directional syncing (#37862)

    * Remove bi-directional syncing file loading
    
    * changelog
    
    * Delete syncing files and folder
    
    * Run tools/fixup-project-versions.sh
    
    * Revert "Delete syncing files and folder"
    
    This reverts commit 3b07091.
    
    * Bump version to 5.35.3-alpha
    
    ---------
    
    Co-authored-by: okmttdhr <[email protected]>
    DustyReagan and okmttdhr committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4f7bae9 View commit details
    Browse the repository at this point in the history
  9. cli: Fix rsync of unpublished plugins to plugins dir (#37879)

    When running `jetpack rsync xxx host:/path/to/wp-content/plugins`, the
    command is supposed to look up the plugin slug so it can rsync to the
    correct subdirectory. This works for published plugins (that have
    `.extra.wp-plugin-slug` in composer.json), but for unpublished plugins
    it winds up rsyncing to `/path/to/wp-content/plugins/undefined/`.
    
    The fix is twofold:
    
    * If `.extra.wp-plugin-slug` is not set, check `.extra.beta-plugin-slug`.
    * If both fail to give us a slug, raise an error.
    anomiex committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8fafd73 View commit details
    Browse the repository at this point in the history
  10. A4A Client Plugin: update author URL (#37876)

    Let's link to the right landing page from the plugin page.
    jeherve committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    73e0992 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    37cb6fd View commit details
    Browse the repository at this point in the history
  12. Remove status check images from the wpcomsh README.md. (#37881)

    * Removed old action status icons.
    
    * Changelog.
    zinigor committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c20dbcc View commit details
    Browse the repository at this point in the history
  13. Docs: Updating the Git Workflow docs to explain how to update an exte…

    …rnal contributors PR (#37853)
    
    * Updating the Git Workflow docs to explain how to update an external contributors PR
    
    * Modifying the suggested steps to use the GH CLI
    
    * Typo fix
    
    * Add missing dash in git push --force
    
    * Update docs/git-workflow.md
    
    Co-authored-by: Jeremy Herve <[email protected]>
    
    ---------
    
    Co-authored-by: Jeremy Herve <[email protected]>
    coder-karen and jeherve committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    18bd944 View commit details
    Browse the repository at this point in the history
  14. Do not force VS Code settings (#37498)

    * Suggest VS Code settings
    
    * Remove hard-coded VS Code settings
    
    * Update .gitignore
    
    * Add simple VS Code symlink script
    
    * Add VS Code task
    
    * Update tools/install-vscode-settings.sh
    
    Co-authored-by: Brad Jorsch <[email protected]>
    
    * Add prettier config back
    
    * Copy instead of symlink
    
    * Update comment
    
    * Rename to a .jsonc file
    
    * Add some comments
    
    * Add "managed" comment to file
    
    * Detect managed vs. custom settings
    
    * Add schema for settings autocomplete
    
    ---------
    
    Co-authored-by: Brad Jorsch <[email protected]>
    tbradsha and anomiex committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bd01379 View commit details
    Browse the repository at this point in the history
  15. Update conditionally render connection footer with unlock (#37802)

    * Add mechanism to track previously working plugins
    
    * Update project version
    
    * Rework how and when list is updated
    
    * Update array update on my jetpack and get only array values for the array
    
    * Remove new action
    
    * Add new conditional rendering to connection footer
    
    * changelog
    
    * Add tracks args
    
    * Move types to their own file
    
    * Specify types of modules in global state
    
    * Update wording on missing site connection with broken modules
    
    * bump project version
    
    * Fix destructuring issue
    
    * Fix test failure
    
    * Account for null broken modules
    
    * Update tests for Connection Status Card
    
    * Fixup changelog
    CodeyGuyDylan committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c533aa4 View commit details
    Browse the repository at this point in the history
  16. Update show tooltip on card hover (#37858)

    * Show tooltip on card hover
    
    * changelog
    
    * Add tracks event for tooltip hover
    
    * Ensure the hover event is only triggered once per session
    CodeyGuyDylan committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5ce0f85 View commit details
    Browse the repository at this point in the history
  17. Update connection status tests to typescript (#37829)

    * Add mechanism to track previously working plugins
    
    * Update project version
    
    * Rework how and when list is updated
    
    * Update array update on my jetpack and get only array values for the array
    
    * Remove new action
    
    * Add new conditional rendering to connection footer
    
    * Update tests for Connection Status Card
    
    * Convert connection status tests to typescript
    
    * changelog
    CodeyGuyDylan committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4d7f2f2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8d52d56 View commit details
    Browse the repository at this point in the history
  19. ci: Handle multiple artifacts in post-build workflow (#37884)

    Not sure how common it is, but [a recent job][1] failed because the
    build workflow was re-run and so GitHub's API was returning multiple
    build zips, so the action was concatenating the URLs. Adjust the script
    to take the last URL when there are more than one.
    
    [1]: https://github.com/Automattic/jetpack/actions/runs/9518168268/job/26241262598
    anomiex committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8749d20 View commit details
    Browse the repository at this point in the history
  20. Remove redundant bin scripts in the wpcomsh plugin. (#37880)

    * Removing obsolete scripts and makefile targets.
    
    * Changelog.
    zinigor committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    871ae37 View commit details
    Browse the repository at this point in the history
  21. Add scan team members to Jetpack contributors list (#37804)

    * Update contributors in readme.txt
    
    * changelog
    
    * Add more usernames to contributor list
    nateweller committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    92100ce View commit details
    Browse the repository at this point in the history
  22. Update minimum composer version (#37886)

    Use Composer 2.7.7, and 2.2.24 for CI runs with old PHP versions.
    anomiex committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    91ec074 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8748194 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Jetpack admin-menu endpoint: Require masterbar menu load file only on…

    … self-hosted sites (#37891)
    
    * WPCOM_REST_API_V2_Endpoint_Admin_Menu: Require masterbar menu load file only on self-hosted sites
    fgiannar committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f35cd7f View commit details
    Browse the repository at this point in the history
  2. Super Cache: use "activate/install boost button" on the banner in oth…

    …er areas (#37824)
    
    * Modify banner install code so it supports more buttons
    
    * changelog
    
    * Remove admin notice from here as it's in #37840
    
    * Updated versions
    
    * Remove dummy function required for testing
    
    * Remove secondary button function. Different PR for that.
    
    * Activate the plugin, not the source!
    
    * Fix the path to the source
    donnchawp committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cd21d87 View commit details
    Browse the repository at this point in the history
  3. Social: Fix Reconnect link for broken connections in the editor from …

    …Calypso to connections modal (#37869)
    
    * Fix the initial state to ensure connection test results use the new endpoint
    
    * Update broken connections notice link to open modal
    
    * Rename hook for type safety
    
    * Add changelog
    
    * Fix up versions
    
    ---------
    
    Co-authored-by: Gergely Juhasz <[email protected]>
    manzoorwanijk and gmjuhasz committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f68e69f View commit details
    Browse the repository at this point in the history
  4. Social : Update connections management links for classic editor (#37681)

    * Move use_admin_ui_v1 method to the base class
    
    * Update publicize_connections_url based on feature flag
    
    * Add changelog
    
    * Fix up versions
    
    ---------
    
    Co-authored-by: Gergely Juhasz <[email protected]>
    manzoorwanijk and gmjuhasz committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    70322ef View commit details
    Browse the repository at this point in the history
  5. wpcomsh: Update WooCommerce Calypso Bridge to 2.5.2 (#37883)

    * Update `wc-calypso-bridge` version to `2.5.2`
    
    * Add changelog
    
    * Rebase
    
    * Update changelog significance from `minor` to `patch`
    
    * Update versions
    ivan-ottinger committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1073a93 View commit details
    Browse the repository at this point in the history
  6. renovate: Fix warnings from weird wpcomsh deps (#37885)

    For the five `type: vcs` deps, Renovate needs a `name` key in each one
    so it knows the package name (versus Composer itself that fetches the
    composer.json).
    
    The "wordpress/classic-editor-plugin" fake package is a bit more
    difficult. We have to disable the 'packagist' entry entirely. But then
    we can make a customManager and customDatasource for it. 😀
    
    Co-authored-by: Igor Zinovyev <[email protected]>
    anomiex and zinigor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    149908d View commit details
    Browse the repository at this point in the history
  7. Add the weekly branch prefix to wpcomsh. (#37857)

    * Added a weekly branch prefix to wpcomsh.
    
    * Changelog.
    
    * Project version fix.
    
    * Version updates and trunk merge.
    zinigor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a7bd976 View commit details
    Browse the repository at this point in the history
  8. Disable WP.com custom editor navigation bar (#37893)

    * Disable WP.com custom editor navigation bar
    
    --
    Author: Mikael Korpela <[email protected]>
    Date:   Mon Dec 12 13:00:26 2022 +0200
    
    * Changelog.
    zinigor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cc68d72 View commit details
    Browse the repository at this point in the history
  9. User Content Link Tracking: check blog_id before link redirection (#3…

    …7798)
    
    * Added domain check to user link tracking redirect
    
    * changelog
    
    * Cleaned code
    
    * Linting fixing
    
    * Compare blog_ids instead of domains
    
    * Add sanitize to blog_id param
    
    * Update phpdoc
    
    * Update projects/plugins/jetpack/changelog/add-domain-check-before-user-link-redirection
    
    Co-authored-by: Ivan Ottinger <[email protected]>
    
    * Update projects/plugins/jetpack/modules/subscriptions/jetpack-user-content-link-redirection.php
    
    Co-authored-by: Ivan Ottinger <[email protected]>
    
    ---------
    
    Co-authored-by: Paulo Cruz <[email protected]>
    Co-authored-by: Ivan Ottinger <[email protected]>
    3 people committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a666c94 View commit details
    Browse the repository at this point in the history
  10. Super Cache: check for the same Boost that the plugin later tries to …

    …install (#37896)
    
    * Detect Boost in the public install directory.
    
    * This is because the activation code tries to activate
      jetpack-boost/jetpack-boost.php
    
    * changelog
    donnchawp committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ee9aedc View commit details
    Browse the repository at this point in the history
  11. Backport mu-wpcom-plugin 2.1.33, jetpack 13.6-a.3, wpcomsh 3.22.15 Ch…

    …anges (#37900)
    
    * Changelog and readme.txt edits.
    
    * Init new cycle
    zinigor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5c943af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1648d85 View commit details
    Browse the repository at this point in the history
  13. Amended the wpcomsh plugin readme file. (#37901)

    * Added accurate README information and links.
    
    * Changelog.
    
    * Version changes.
    
    * More clarity and fixing omissions.
    
    * Removed redundant commands.
    
    * Update projects/plugins/wpcomsh/README.md
    
    Co-authored-by: Brad Jorsch <[email protected]>
    
    ---------
    
    Co-authored-by: Brad Jorsch <[email protected]>
    zinigor and anomiex committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f6858da View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b70c84c View commit details
    Browse the repository at this point in the history
  15. Remove/check for broken modules red bubble slug (#37911)

    * Remove check for broken modules in red bubble connection slug check
    
    * changelog
    
    * Return red bubble slugs early if ajax request
    
    * Fix project version
    CodeyGuyDylan committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    30a5303 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. My Jetpack: Portback after my-jetpack release (#37915)

    * Update changelog
    
    * Just change a whitespace
    
    * Update readme and changelog
    
    * Update Boost stable tag
    
    * Fixup project versions
    haqadn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    06837ae View commit details
    Browse the repository at this point in the history
  2. Stats: Check if Jetpack is integrated with the Complianz plugin to sh…

    …ow the notice (#37870)
    
    * Check if Jetpack is integrated with the Complianz plugin
    
    * changelog
    
    * Check if the plugin is installed by WPCOM API
    
    * refactoring
    
    * if option not set, then it is integrated
    
    * remove dup logic
    
    * fix up versions
    
    * Check the plugin installation locally
    
    * Fix key GDPR_COOKIE_CONSENT_NOTICE_ID
    
    * Bump lock files
    
    * changelog
    
    * Bump versions
    
    ---------
    
    Co-authored-by: Jasper Kang <[email protected]>
    dognose24 and kangzj committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b292f59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ac3a62 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'add/super-cache/admin-notice-boost' of github.com:Autom…

    …attic/jetpack into add/super-cache/admin-notice-boost
    donnchawp committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d1e11df View commit details
    Browse the repository at this point in the history